diff options
author | Jelle Licht <jlicht@fsfe.org> | 2022-03-13 17:55:38 +0100 |
---|---|---|
committer | Jelle Licht <jlicht@fsfe.org> | 2022-03-13 18:09:22 +0100 |
commit | c49b410344cc4dcadbc4e80ac5d48a85e0681ef7 (patch) | |
tree | 4e3bd450ace6d2483ad11ad5887483ee7492328c | |
parent | 101ba6490437334b65bed8d5f879ef8946847b2d (diff) |
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.scm | 8 |
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 |