M sr.ht/py3-gitlab/APKBUILD => sr.ht/py3-gitlab/APKBUILD +2 -2
@@ 3,13 3,13 @@
pkgname=py3-gitlab
_pkgname=python-gitlab
pkgver=2.7.1
-pkgrel=0
+pkgrel=1
pkgdesc="v4 GitLab API compliant library and cmdline tool"
options="!check" # Requires unpackaged 'httmock'
url="https://github.com/python-gitlab/python-gitlab"
arch="noarch"
license="LGPL-3.0-or-later"
-depends="python3 py3-requests py3-six"
+depends="python3 py3-requests py3-requests-toolbelt py3-six"
makedepends="py3-setuptools"
checkdepends="py3-pytest py3-mock"
source="https://files.pythonhosted.org/packages/source/p/$_pkgname/$_pkgname-$pkgver.tar.gz"