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
parent
101ba64904
commit
c49b410344
|
@ -1711,12 +1711,10 @@ signatures.")
|
||||||
(when tests?
|
(when tests?
|
||||||
(invoke "pytest")))))))
|
(invoke "pytest")))))))
|
||||||
(native-inputs
|
(native-inputs
|
||||||
(list python-cryptography
|
(list python-pytest
|
||||||
python-pyasn1
|
|
||||||
python-pytest
|
|
||||||
python-singledispatch
|
|
||||||
python-six
|
|
||||||
python-wheel))
|
python-wheel))
|
||||||
|
(propagated-inputs (list python-cryptography python-pyasn1
|
||||||
|
python-singledispatch python-six))
|
||||||
(home-page "https://github.com/SecurityInnovation/PGPy")
|
(home-page "https://github.com/SecurityInnovation/PGPy")
|
||||||
(synopsis "Python implementation of OpenPGP")
|
(synopsis "Python implementation of OpenPGP")
|
||||||
(description
|
(description
|
||||||
|
|
Reference in New Issue