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