me
/
guix
Archived
1
0
Fork 0

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.
master
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
1 changed files with 3 additions and 5 deletions

View File

@ -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