diff options
author | Marius Bakke <marius@gnu.org> | 2022-11-20 12:12:50 +0100 |
---|---|---|
committer | Marius Bakke <marius@gnu.org> | 2022-11-20 12:17:30 +0100 |
commit | b8fd2877c9b9512751327e44620a5945736d2dfd (patch) | |
tree | 2828911f59f711c887ec950ae3e323e0343233ed | |
parent | 0985bba55786d74540e53eabb7364cf6765eb52f (diff) | |
download | guix-b8fd2877c9b9512751327e44620a5945736d2dfd.tar.gz guix-b8fd2877c9b9512751327e44620a5945736d2dfd.zip |
gnu: python-pbkdf2: Don't use python-pycrypto.
* gnu/packages/python-xyz.scm (python-pbkdf2)[propagated-inputs]: Remove.
-rw-r--r-- | gnu/packages/python-xyz.scm | 2 |
1 files changed, 0 insertions, 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 |