aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--community/py3-gitlab/APKBUILD5
1 files changed, 2 insertions, 3 deletions
diff --git a/community/py3-gitlab/APKBUILD b/community/py3-gitlab/APKBUILD
index 41976174d2..27e420c48a 100644
--- a/community/py3-gitlab/APKBUILD
+++ b/community/py3-gitlab/APKBUILD
@@ -3,13 +3,12 @@
pkgname=py3-gitlab
_pkgname=python-gitlab
pkgver=2.2.0
-pkgrel=0
+pkgrel=1
pkgdesc="v4 GitLab API compliant library and cmdline tool"
url="https://github.com/python-gitlab/python-gitlab"
arch="noarch"
license="LGPL-3.0-or-later"
-depends="python3 py3-requests py3-six"
-makedepends="py3-setuptools"
+depends="python3 py3-requests py3-six py3-setuptools"
checkdepends="py3-pytest py3-mock"
source="https://files.pythonhosted.org/packages/source/p/$_pkgname/$_pkgname-$pkgver.tar.gz"
builddir="$srcdir/$_pkgname-$pkgver"