diff options
Diffstat (limited to 'testing/py-businesstime')
-rw-r--r-- | testing/py-businesstime/APKBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/testing/py-businesstime/APKBUILD b/testing/py-businesstime/APKBUILD index 0d580da157..1c2c45d445 100644 --- a/testing/py-businesstime/APKBUILD +++ b/testing/py-businesstime/APKBUILD @@ -8,7 +8,7 @@ pkgdesc="A Python utility for calculating business time between two datetimes" url="https://github.com/seatgeek/businesstime" arch="noarch" license="BSD" -depends="python" +depends="python2" depends_dev="" makedepends="python2-dev py-setuptools" install="" |