aboutsummaryrefslogtreecommitdiffstats
path: root/testing/py3-github3/APKBUILD
diff options
context:
space:
mode:
authorSören Tempel <soeren+git@soeren-tempel.net>2019-10-30 20:19:06 +0100
committerSören Tempel <soeren+git@soeren-tempel.net>2019-10-30 20:23:49 +0100
commit44b1501f166ebe80fed5f24fd50a566005ba9633 (patch)
treee877710fb9dc3a4cad119c6eae07cd947331c2b4 /testing/py3-github3/APKBUILD
parent462b37c4a5bfe134292b435153e4c61cb53b392b (diff)
testing/py3-github3: add dependency on py3-six
See: https://github.com/PyGithub/PyGithub/commit/dc2f2ad8cb6f418ff7ffbbb17d224a795a1e1e2c
Diffstat (limited to 'testing/py3-github3/APKBUILD')
-rw-r--r--testing/py3-github3/APKBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/testing/py3-github3/APKBUILD b/testing/py3-github3/APKBUILD
index f36357b9d61..0d365b29ced 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