py3-gitlab: add py3-requests-toolbelt dependency

This commit is contained in:
Drew DeVault 2021-05-16 16:44:36 -04:00
parent d13d3a405e
commit c64eaa2ceb
1 changed files with 2 additions and 2 deletions

View File

@ -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"