mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-25 22:08:16 -05:00
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:
parent
101ba64904
commit
c49b410344
1 changed files with 3 additions and 5 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue