diff options
author | Troy Figiel <troy@troyfigiel.com> | 2024-01-13 18:59:57 +0100 |
---|---|---|
committer | Sharlatan Hellseher <sharlatanus@gmail.com> | 2024-01-15 21:43:20 +0000 |
commit | da3764b75c741132c969d2f9b7812bbcf734a3e2 (patch) | |
tree | c51a76e2aae8f7fe1bd67e60c4fa16133e7cce00 /gnu/packages/python-web.scm | |
parent | 7061f0b1d0b5d8f62a59479ad99ed0c8843e3aef (diff) |
gnu: python-requests-kerberos: Fix build.
* gnu/packages/python-web.scm (python-requests-kerberos)[propagated-inputs]:
Add python-gssapi.
Co-authored-by: Sharlatan Hellseher <sharlatanus@gmail.com>
Signed-off-by: Sharlatan Hellseher <sharlatanus@gmail.com>
Change-Id: I65d1fac0339a119e7a4912d5db150b4adb7586ad
Diffstat (limited to 'gnu/packages/python-web.scm')
-rw-r--r-- | gnu/packages/python-web.scm | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/gnu/packages/python-web.scm b/gnu/packages/python-web.scm index 567b01f396..d54a90f848 100644 --- a/gnu/packages/python-web.scm +++ b/gnu/packages/python-web.scm @@ -3307,8 +3307,9 @@ than Python’s urllib2 library.") (base32 "1lbgjs779cjxhz07lfl9dbyp3qfh8a3ir2393042wfg518jd3afd")))) (build-system python-build-system) - (propagated-inputs (list python-cryptography python-pyspnego - python-requests)) + (propagated-inputs (list python-cryptography + python-pyspnego + python-requests)) (home-page "https://github.com/requests/requests-kerberos") (synopsis "Kerberos authentication handler for python-requests") (description "This package provides a Kerberos authentication handler for |