From 44b1501f166ebe80fed5f24fd50a566005ba9633 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C3=B6ren=20Tempel?= Date: Wed, 30 Oct 2019 20:19:06 +0100 Subject: testing/py3-github3: add dependency on py3-six See: https://github.com/PyGithub/PyGithub/commit/dc2f2ad8cb6f418ff7ffbbb17d224a795a1e1e2c --- testing/py3-github3/APKBUILD | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'testing/py3-github3') 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 -- cgit v1.2.3