[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
branch master updated: gnu: python-pgpy: Update dependencies.
From: |
guix-commits |
Subject: |
branch master updated: gnu: python-pgpy: Update dependencies. |
Date: |
Sun, 13 Mar 2022 13:15:45 -0400 |
This is an automated email from the git hooks/post-receive script.
jlicht pushed a commit to branch master
in repository guix.
The following commit(s) were added to refs/heads/master by this push:
new c49b410344 gnu: python-pgpy: Update dependencies.
c49b410344 is described below
commit c49b410344cc4dcadbc4e80ac5d48a85e0681ef7
Author: Jelle Licht <jlicht@fsfe.org>
AuthorDate: Sun Mar 13 17:55:38 2022 +0100
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
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- branch master updated: gnu: python-pgpy: Update dependencies.,
guix-commits <=