guix-commits
[Top][All Lists]
Advanced

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

04/04: gnu: python-pbkdf2: Don't use python-pycrypto.


From: guix-commits
Subject: 04/04: gnu: python-pbkdf2: Don't use python-pycrypto.
Date: Sun, 20 Nov 2022 06:18:34 -0500 (EST)

mbakke pushed a commit to branch master
in repository guix.

commit b8fd2877c9b9512751327e44620a5945736d2dfd
Author: Marius Bakke <marius@gnu.org>
AuthorDate: Sun Nov 20 12:12:50 2022 +0100

    gnu: python-pbkdf2: Don't use python-pycrypto.
    
    * gnu/packages/python-xyz.scm (python-pbkdf2)[propagated-inputs]: Remove.
---
 gnu/packages/python-xyz.scm | 2 --
 1 file changed, 2 deletions(-)

diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm
index b0bf16e3da..509d57964f 100644
--- a/gnu/packages/python-xyz.scm
+++ b/gnu/packages/python-xyz.scm
@@ -19274,8 +19274,6 @@ from the header, as well as section details and data 
available.")
          (replace 'check
            (lambda _
              (invoke "python" "test/test_pbkdf2.py"))))))
-    (propagated-inputs
-     (list python-pycrypto))  ; optional
     (home-page "https://www.dlitz.net/software/python-pbkdf2/";)
     (synopsis "Password-based key derivation")
     (description "This module implements the password-based key derivation



reply via email to

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