From a7ff0e3386c78942f5087629c8b5eb07d563f032 Mon Sep 17 00:00:00 2001 From: William Pitcock Date: Tue, 15 Aug 2017 03:18:37 +0000 Subject: testing/py-bandwidth-sdk: add py-dateutil dependency --- testing/py-bandwidth-sdk/APKBUILD | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'testing') 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 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" -- cgit v1.2.3