mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-05 06:33:50 +02:00
python3-requests-ntlm: needs python3-pyspnego.
This commit is contained in:
parent
ce4172c411
commit
c7fc3e010b
1 changed files with 2 additions and 2 deletions
|
@ -1,10 +1,10 @@
|
||||||
# Template file for 'python3-requests-ntlm'
|
# Template file for 'python3-requests-ntlm'
|
||||||
pkgname=python3-requests-ntlm
|
pkgname=python3-requests-ntlm
|
||||||
version=1.2.0
|
version=1.2.0
|
||||||
revision=2
|
revision=3
|
||||||
build_style=python3-pep517
|
build_style=python3-pep517
|
||||||
hostmakedepends="python3-setuptools python3-wheel"
|
hostmakedepends="python3-setuptools python3-wheel"
|
||||||
depends="python3 python3-requests python3-ntlm-auth"
|
depends="python3 python3-requests python3-pyspnego"
|
||||||
short_desc="Allows for HTTP NTLM authentication using the requests library"
|
short_desc="Allows for HTTP NTLM authentication using the requests library"
|
||||||
maintainer="Leah Neukirchen <leah@vuxu.org>"
|
maintainer="Leah Neukirchen <leah@vuxu.org>"
|
||||||
license="ISC"
|
license="ISC"
|
||||||
|
|
Loading…
Add table
Reference in a new issue