guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

02/04: gnu: python-pyspnego: Propagate python-krb5.


From: guix-commits
Subject: 02/04: gnu: python-pyspnego: Propagate python-krb5.
Date: Mon, 15 Jan 2024 16:58:22 -0500 (EST)

sharlatan pushed a commit to branch master
in repository guix.

commit 7061f0b1d0b5d8f62a59479ad99ed0c8843e3aef
Author: Sharlatan Hellseher <sharlatanus@gmail.com>
AuthorDate: Mon Jan 15 21:27:48 2024 +0000

    gnu: python-pyspnego: Propagate python-krb5.
    
    * gnu/packages/python-xyz.scm (python-pyspnego)[propagated-inputs]: Add
    python-krb5.
    
    Change-Id: I2c8ccbd66394cb90ea047f7327d05ecbfe2ec22d
---
 gnu/packages/python-xyz.scm | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm
index 9c982126a2..1ca5d7f8fd 100644
--- a/gnu/packages/python-xyz.scm
+++ b/gnu/packages/python-xyz.scm
@@ -7643,7 +7643,7 @@ color scales, and color space conversion easy.  It has 
support for:
     (native-inputs
      (list python-pytest python-pytest-mock))
     (propagated-inputs
-     (list python-cryptography python-gssapi python-ruamel.yaml))
+     (list python-cryptography python-gssapi python-krb5 python-ruamel.yaml))
     (home-page "https://github.com/jborean93/pyspnego";)
     (synopsis "Python SPNEGO library")
     (description "The @code{pyspnego} Python library handles Negotiate, NTLM,



reply via email to

[Prev in Thread] Current Thread [Next in Thread]