diff options
Diffstat (limited to 'testing/py-helper/APKBUILD')
-rw-r--r-- | testing/py-helper/APKBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/testing/py-helper/APKBUILD b/testing/py-helper/APKBUILD index 413f383cda..cfbad35df0 100644 --- a/testing/py-helper/APKBUILD +++ b/testing/py-helper/APKBUILD @@ -8,7 +8,7 @@ pkgdesc="A Python library for quickly writing configurable applications and daem url="http://helper.readthedocs.org" arch="noarch" license="BSD" -depends="python py-yaml" +depends="python2 py-yaml" depends_dev="" makedepends="python2-dev py-setuptools" install="" |