guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

02/04: gnu: ansible-core: Build with python-pycryptodome.


From: guix-commits
Subject: 02/04: gnu: ansible-core: Build with python-pycryptodome.
Date: Sun, 20 Nov 2022 06:18:34 -0500 (EST)

mbakke pushed a commit to branch master
in repository guix.

commit 92be7e088d285f9e3c8b64ab78d921f4042d05d1
Author: Marius Bakke <marius@gnu.org>
AuthorDate: Sun Nov 20 11:48:19 2022 +0100

    gnu: ansible-core: Build with python-pycryptodome.
    
    * gnu/packages/admin.scm (ansible-core)[native-inputs]: Replace
    PYTHON-PYCRYPTO with PYTHON-PYCRYPTODOME.
---
 gnu/packages/admin.scm | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/gnu/packages/admin.scm b/gnu/packages/admin.scm
index 883532e255..99231a710e 100644
--- a/gnu/packages/admin.scm
+++ b/gnu/packages/admin.scm
@@ -2872,7 +2872,7 @@ sys.argv[0] = re.sub(r'\\.([^/]*)-real$', r'\\1', 
sys.argv[0])
      (list openssh
            openssl
            python-mock
-           python-pycrypto
+           python-pycryptodome
            python-pytest
            python-pytest-forked
            python-pytest-mock



reply via email to

[Prev in Thread] Current Thread [Next in Thread]