mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-29 07:42:23 -05:00
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
This commit is contained in:
parent
7061f0b1d0
commit
da3764b75c
1 changed files with 3 additions and 2 deletions
|
@ -3307,7 +3307,8 @@ (define-public python-requests-kerberos
|
||||||
(base32
|
(base32
|
||||||
"1lbgjs779cjxhz07lfl9dbyp3qfh8a3ir2393042wfg518jd3afd"))))
|
"1lbgjs779cjxhz07lfl9dbyp3qfh8a3ir2393042wfg518jd3afd"))))
|
||||||
(build-system python-build-system)
|
(build-system python-build-system)
|
||||||
(propagated-inputs (list python-cryptography python-pyspnego
|
(propagated-inputs (list python-cryptography
|
||||||
|
python-pyspnego
|
||||||
python-requests))
|
python-requests))
|
||||||
(home-page "https://github.com/requests/requests-kerberos")
|
(home-page "https://github.com/requests/requests-kerberos")
|
||||||
(synopsis "Kerberos authentication handler for python-requests")
|
(synopsis "Kerberos authentication handler for python-requests")
|
||||||
|
|
Loading…
Reference in a new issue