summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--gnu/packages/python-crypto.scm8
1 files changed, 3 insertions, 5 deletions
diff --git a/gnu/packages/python-crypto.scm b/gnu/packages/python-crypto.scm
index e49ccdf1f2..2e16392c9d 100644
--- a/gnu/packages/python-crypto.scm
+++ b/gnu/packages/python-crypto.scm
@@ -1711,12 +1711,10 @@ signatures.")
(when tests?
(invoke "pytest")))))))
(native-inputs
- (list python-cryptography
- python-pyasn1
- python-pytest
- python-singledispatch
- python-six
+ (list python-pytest
python-wheel))
+ (propagated-inputs (list python-cryptography python-pyasn1
+ python-singledispatch python-six))
(home-page "https://github.com/SecurityInnovation/PGPy")
(synopsis "Python implementation of OpenPGP")
(description