aboutsummaryrefslogtreecommitdiffstats
path: root/testing/py3-pygithub
diff options
context:
space:
mode:
Diffstat (limited to 'testing/py3-pygithub')
-rw-r--r--testing/py3-pygithub/APKBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/testing/py3-pygithub/APKBUILD b/testing/py3-pygithub/APKBUILD
index 8a7f7ab5ac..17f6b40f11 100644
--- a/testing/py3-pygithub/APKBUILD
+++ b/testing/py3-pygithub/APKBUILD
@@ -3,13 +3,13 @@
pkgname=py3-pygithub
_pkgname=PyGithub
pkgver=1.40
-pkgrel=0
+pkgrel=1
pkgdesc="Typed interactions with the GitHub API v3"
url="https://github.com/PyGithub/PyGithub"
arch="noarch"
license="LGPL-3.0-or-later"
depends="python3 py3-jwt py3-requests"
-makedepends="python3-dev"
+makedepends="python3-dev py3-setuptools"
source="https://github.com/PyGithub/PyGithub/archive/v$pkgver/$_pkgname-$pkgver.tar.gz"
builddir="$srcdir/$_pkgname-$pkgver"