diff options
author | Marius Bakke <marius@gnu.org> | 2022-11-20 21:09:53 +0100 |
---|---|---|
committer | Marius Bakke <marius@gnu.org> | 2022-11-20 21:09:53 +0100 |
commit | c37a4260387f7be89783c8f46ffd4a2643069fbd (patch) | |
tree | 090423296e17c3f60b5dd772bad23bceaa19f734 /gnu/packages/python-xyz.scm | |
parent | cae97cd773befcc68ce0ba8709e50c8697b7f0d3 (diff) | |
parent | 4416e94e517a955fe6152094df8b89d2c0c13e65 (diff) |
Merge branch 'master' into staging
Diffstat (limited to 'gnu/packages/python-xyz.scm')
-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 |