From c7fc3e010b343c6f75d79c6bdb423f787fdd5c92 Mon Sep 17 00:00:00 2001 From: Leah Neukirchen Date: Wed, 11 Oct 2023 15:13:37 +0200 Subject: [PATCH] python3-requests-ntlm: needs python3-pyspnego. --- srcpkgs/python3-requests-ntlm/template | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/srcpkgs/python3-requests-ntlm/template b/srcpkgs/python3-requests-ntlm/template index 40fb464f236..83cc8061d46 100644 --- a/srcpkgs/python3-requests-ntlm/template +++ b/srcpkgs/python3-requests-ntlm/template @@ -1,10 +1,10 @@ # Template file for 'python3-requests-ntlm' pkgname=python3-requests-ntlm version=1.2.0 -revision=2 +revision=3 build_style=python3-pep517 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" maintainer="Leah Neukirchen " license="ISC"