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

* gnu/packages/python-xyz.scm (python-pbkdf2)[propagated-inputs]: Remove.
This commit is contained in:
Marius Bakke 2022-11-20 12:12:50 +01:00
parent 0985bba557
commit b8fd2877c9
No known key found for this signature in database
GPG Key ID: A2A06DF2A33A54FA

View File

@ -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