diff options
Diffstat (limited to 'testing/py3-github3')
| -rw-r--r-- | testing/py3-github3/APKBUILD | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/testing/py3-github3/APKBUILD b/testing/py3-github3/APKBUILD index f36357b9d6..0d365b29ce 100644 --- a/testing/py3-github3/APKBUILD +++ b/testing/py3-github3/APKBUILD @@ -3,12 +3,12 @@ pkgname=py3-github3 _pkgname=github3.py pkgver=1.3.0 -pkgrel=0 +pkgrel=1 pkgdesc="Python wrapper for the GitHub API" url="https://github3py.readthedocs.org/" arch="noarch" license="BSD-3-Clause" -depends="py3-dateutil py3-jwcrypto py3-requests py3-uritemplate" +depends="py3-dateutil py3-jwcrypto py3-requests py3-uritemplate py3-six" makedepends="py3-setuptools" source="https://files.pythonhosted.org/packages/source/${_pkgname:0:1}/$_pkgname/$_pkgname-$pkgver.tar.gz" builddir="$srcdir"/$_pkgname-$pkgver |
