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.
This commit is contained in:
Jelle Licht 2022-03-13 17:55:38 +01:00
parent 101ba64904
commit c49b410344
No known key found for this signature in database
GPG key ID: DA4597F947B41025

View file

@ -1711,12 +1711,10 @@ (define-public python-pgpy
(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