diff options
Diffstat (limited to 'testing/py-pyramid/APKBUILD')
-rw-r--r-- | testing/py-pyramid/APKBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/testing/py-pyramid/APKBUILD b/testing/py-pyramid/APKBUILD index 755dd3eed8..b668a1db08 100644 --- a/testing/py-pyramid/APKBUILD +++ b/testing/py-pyramid/APKBUILD @@ -8,7 +8,7 @@ pkgdesc="The Pyramid Web Framework" url="http://www.pylonsproject.org/" arch="noarch" license="BSD" -depends="python py-webob py-repoze-lru py-venusian py-chameleon py-zope-component +depends="python2 py-webob py-repoze-lru py-venusian py-chameleon py-zope-component py-zope-deprecation py-zope-configuration py-translationstring" depends_dev="" makedepends="python2-dev py-setuptools" |