~dricottone/huttese-apk

c64eaa2ceb072af0044d7690e6d4c600bff7e633 — Drew DeVault 3 years ago d13d3a4
py3-gitlab: add py3-requests-toolbelt dependency
1 files changed, 2 insertions(+), 2 deletions(-)

M sr.ht/py3-gitlab/APKBUILD
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"