diff options
Diffstat (limited to 'testing/py-runstatus/APKBUILD')
-rw-r--r-- | testing/py-runstatus/APKBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/testing/py-runstatus/APKBUILD b/testing/py-runstatus/APKBUILD index 28becc8e54..fd9c920973 100644 --- a/testing/py-runstatus/APKBUILD +++ b/testing/py-runstatus/APKBUILD @@ -8,7 +8,7 @@ pkgdesc="A Python library to detect program states" url="https://github.com/riquito/runstatus/" arch="noarch" license="ASL 2.0" -depends="python" +depends="python2" depends_dev="" makedepends="python2-dev py-setuptools" install="" |