diff options
Diffstat (limited to 'testing/py-update-checker/APKBUILD')
-rw-r--r-- | testing/py-update-checker/APKBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/testing/py-update-checker/APKBUILD b/testing/py-update-checker/APKBUILD index 5224a96f5a..dbe0acd374 100644 --- a/testing/py-update-checker/APKBUILD +++ b/testing/py-update-checker/APKBUILD @@ -8,7 +8,7 @@ pkgdesc="A python module that will check for package updates" url="https://github.com/bboe/update_checker" arch="noarch" license="BSD" -depends="python" +depends="python2" depends_dev="" makedepends="python2-dev py-setuptools" install="" |