python-oauthlib: retab

This commit is contained in:
Eivind Uggedal 2015-08-31 11:34:52 +00:00
parent d03e914913
commit bc35352657
1 changed files with 8 additions and 8 deletions

View File

@ -21,13 +21,13 @@ post_install() {
} }
python3.4-oauthlib_package() { python3.4-oauthlib_package() {
noarch=yes noarch=yes
depends="python3.4" depends="python3.4"
pycompile_version="3.4" pycompile_version="3.4"
pycompile_module="oauthlib" pycompile_module="oauthlib"
short_desc="${short_desc/Python2/Python3.4}" short_desc="${short_desc/Python2/Python3.4}"
pkg_install() { pkg_install() {
vmove usr/lib/python3.4 vmove usr/lib/python3.4
vlicense LICENSE vlicense LICENSE
} }
} }