diff options
Diffstat (limited to 'testing/py-pyramid-controllers/APKBUILD')
-rw-r--r-- | testing/py-pyramid-controllers/APKBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/testing/py-pyramid-controllers/APKBUILD b/testing/py-pyramid-controllers/APKBUILD index 6a792a9262..2917674051 100644 --- a/testing/py-pyramid-controllers/APKBUILD +++ b/testing/py-pyramid-controllers/APKBUILD @@ -8,7 +8,7 @@ pkgdesc="A pyramid plugin that provides de-centralized hierarchical object dispa url="http://github.com/cadithealth/pyramid_controllers" arch="noarch" license="MIT" -depends="python py-pyramid" +depends="python2 py-pyramid" depends_dev="" makedepends="python2-dev py-setuptools" install="" |