diff options
Diffstat (limited to 'community/py-zope-component/APKBUILD')
-rw-r--r-- | community/py-zope-component/APKBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/community/py-zope-component/APKBUILD b/community/py-zope-component/APKBUILD index 49e4fae3ff..b1a8362900 100644 --- a/community/py-zope-component/APKBUILD +++ b/community/py-zope-component/APKBUILD @@ -8,7 +8,7 @@ pkgdesc="Zope Component Architecture" url="https://pypi.python.org/pypi/zope.component" arch="noarch" license="ZPL2+" -depends="python" +depends="python2" depends_dev="" makedepends="python2-dev py-setuptools" install="" |