diff options
Diffstat (limited to 'testing/py-uptime')
-rw-r--r-- | testing/py-uptime/APKBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/testing/py-uptime/APKBUILD b/testing/py-uptime/APKBUILD index ed7b8567f4..376384ad1a 100644 --- a/testing/py-uptime/APKBUILD +++ b/testing/py-uptime/APKBUILD @@ -8,7 +8,7 @@ pkgdesc="A Python uptime library" url="https://github.com/Cairnarvon/uptime" arch="all" license="BSD" -depends="python" +depends="python2" depends_dev="" makedepends="python2-dev py-setuptools" install="" |