From c49b410344cc4dcadbc4e80ac5d48a85e0681ef7 Mon Sep 17 00:00:00 2001 From: Jelle Licht Date: Sun, 13 Mar 2022 17:55:38 +0100 Subject: 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. --- gnu/packages/python-crypto.scm | 8 +++----- 1 file 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 -- cgit v1.2.3