diff options
author | William Pitcock <nenolod@dereferenced.org> | 2017-08-15 03:18:37 +0000 |
---|---|---|
committer | William Pitcock <nenolod@dereferenced.org> | 2017-08-15 03:18:37 +0000 |
commit | a7ff0e3386c78942f5087629c8b5eb07d563f032 (patch) | |
tree | b6be14d9eec57f7a0c4f78c659474ade28739945 /testing/py-bandwidth-sdk/APKBUILD | |
parent | b4b0d48f274d8187efa37c107001cc27f7c5e379 (diff) | |
download | aports-a7ff0e3386c78942f5087629c8b5eb07d563f032.tar.bz2 aports-a7ff0e3386c78942f5087629c8b5eb07d563f032.tar.xz |
testing/py-bandwidth-sdk: add py-dateutil dependency
Diffstat (limited to 'testing/py-bandwidth-sdk/APKBUILD')
-rw-r--r-- | testing/py-bandwidth-sdk/APKBUILD | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/testing/py-bandwidth-sdk/APKBUILD b/testing/py-bandwidth-sdk/APKBUILD index 46a429ea3e..9f6b9933cb 100644 --- a/testing/py-bandwidth-sdk/APKBUILD +++ b/testing/py-bandwidth-sdk/APKBUILD @@ -1,12 +1,12 @@ # Maintainer: William Pitcock <nenolod@dereferenced.org> pkgname=py-bandwidth-sdk pkgver=1.10 -pkgrel=0 +pkgrel=1 pkgdesc="python helpers for using bandwidth.com API" url="https://pypi.python.org/pypi/bandwidth-sdk/" arch="noarch" license="BSD" -depends="py-requests" +depends="py-requests py-dateutil" makedepends="python2-dev python3-dev py-setuptools" install="" subpackages="py2-bandwidth-sdk:py2 py3-bandwidth-sdk:py3" |