diff options
Diffstat (limited to 'testing/py-pyramid-xmlrpc/APKBUILD')
-rw-r--r-- | testing/py-pyramid-xmlrpc/APKBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/testing/py-pyramid-xmlrpc/APKBUILD b/testing/py-pyramid-xmlrpc/APKBUILD index 245ad30015..f97de05bad 100644 --- a/testing/py-pyramid-xmlrpc/APKBUILD +++ b/testing/py-pyramid-xmlrpc/APKBUILD @@ -8,7 +8,7 @@ pkgdesc="A pyramid plugin that provides XML-RPC support" url="https://pypi.python.org/pypi/pyramid_xmlrpc" arch="noarch" license="BSD" -depends="python py-pyramid" +depends="python2 py-pyramid" depends_dev="" makedepends="python2-dev py-setuptools" install="" |