gnu: python-pbkdf2: Don't use python-pycrypto.
* gnu/packages/python-xyz.scm (python-pbkdf2)[propagated-inputs]: Remove.
This commit is contained in:
parent
0985bba557
commit
b8fd2877c9
1 changed files with 0 additions and 2 deletions
|
@ -19274,8 +19274,6 @@ from the header, as well as section details and data available.")
|
||||||
(replace 'check
|
(replace 'check
|
||||||
(lambda _
|
(lambda _
|
||||||
(invoke "python" "test/test_pbkdf2.py"))))))
|
(invoke "python" "test/test_pbkdf2.py"))))))
|
||||||
(propagated-inputs
|
|
||||||
(list python-pycrypto)) ; optional
|
|
||||||
(home-page "https://www.dlitz.net/software/python-pbkdf2/")
|
(home-page "https://www.dlitz.net/software/python-pbkdf2/")
|
||||||
(synopsis "Password-based key derivation")
|
(synopsis "Password-based key derivation")
|
||||||
(description "This module implements the password-based key derivation
|
(description "This module implements the password-based key derivation
|
||||||
|
|
Reference in a new issue