diff options
Diffstat (limited to 'testing/py-pyrss2gen')
-rw-r--r-- | testing/py-pyrss2gen/APKBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/testing/py-pyrss2gen/APKBUILD b/testing/py-pyrss2gen/APKBUILD index 138f1d164c..cc63511d6b 100644 --- a/testing/py-pyrss2gen/APKBUILD +++ b/testing/py-pyrss2gen/APKBUILD @@ -8,7 +8,7 @@ pkgdesc="A generator for RSS2 using a Python data structure" url="http://dalkescientific.com/Python/PyRSS2Gen.html" arch="noarch" license="BSD" -depends="python" +depends="python2" depends_dev="" makedepends="python2-dev py-setuptools" install="" |