python-pylast: depends on python-six
This commit is contained in:
parent
74a38d552d
commit
b12adc674e
@ -1,13 +1,13 @@
|
|||||||
# Template file for 'python-pylast'
|
# Template file for 'python-pylast'
|
||||||
pkgname=python-pylast
|
pkgname=python-pylast
|
||||||
version=1.5.1
|
version=1.5.1
|
||||||
revision=1
|
revision=2
|
||||||
wrksrc=pylast-${version}
|
wrksrc=pylast-${version}
|
||||||
build_style=python-module
|
build_style=python-module
|
||||||
python_versions="2.7 3.4"
|
python_versions="2.7 3.4"
|
||||||
noarch=yes
|
noarch=yes
|
||||||
hostmakedepends="python-setuptools python3.4-setuptools"
|
hostmakedepends="python-setuptools python3.4-setuptools"
|
||||||
depends="python"
|
depends="python-six"
|
||||||
pycompile_module="pylast"
|
pycompile_module="pylast"
|
||||||
short_desc="Python2 interface to last.fm and libre.fm"
|
short_desc="Python2 interface to last.fm and libre.fm"
|
||||||
maintainer="Jürgen Buchmüller <pullmoll@t-online.de>"
|
maintainer="Jürgen Buchmüller <pullmoll@t-online.de>"
|
||||||
@ -18,7 +18,7 @@ checksum=2a15b686f752c09cb9e02237d69a8aec8354191b7fca144a8f42ef907b6af683
|
|||||||
|
|
||||||
python3.4-pylast_package() {
|
python3.4-pylast_package() {
|
||||||
noarch=yes
|
noarch=yes
|
||||||
depends="python3.4"
|
depends="python3.4-six"
|
||||||
pycompile_version="3.4"
|
pycompile_version="3.4"
|
||||||
pycompile_module="pylast"
|
pycompile_module="pylast"
|
||||||
short_desc="${short_desc/Python2/Python3.4}"
|
short_desc="${short_desc/Python2/Python3.4}"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user