summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJelle Licht <jlicht@fsfe.org>2022-03-13 17:55:38 +0100
committerJelle Licht <jlicht@fsfe.org>2022-03-13 18:09:22 +0100
commitc49b410344cc4dcadbc4e80ac5d48a85e0681ef7 (patch)
tree4e3bd450ace6d2483ad11ad5887483ee7492328c
parent101ba6490437334b65bed8d5f879ef8946847b2d (diff)
downloadguix-patches-c49b410344cc4dcadbc4e80ac5d48a85e0681ef7.tar
guix-patches-c49b410344cc4dcadbc4e80ac5d48a85e0681ef7.tar.gz
gnu: python-pgpy: Update dependencies.
* gnu/packages/python-crypto.scm (python-pgpy)[native-inputs]: Move python-cryptography, python-pyasn1, python-singledispatch, python-six from here ... [propagated-inputs]: ... to here.
-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