python3-requests-ntlm: needs python3-pyspnego.

This commit is contained in:
Leah Neukirchen 2023-10-11 15:13:37 +02:00
parent ce4172c411
commit c7fc3e010b

View file

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