gnu: ansible-core: Build with python-pycryptodome.
* gnu/packages/admin.scm (ansible-core)[native-inputs]: Replace PYTHON-PYCRYPTO with PYTHON-PYCRYPTODOME.
This commit is contained in:
parent
39d607796b
commit
92be7e088d
1 changed files with 1 additions and 1 deletions
|
@ -2872,7 +2872,7 @@ sys.argv[0] = re.sub(r'\\.([^/]*)-real$', r'\\1', sys.argv[0])
|
||||||
(list openssh
|
(list openssh
|
||||||
openssl
|
openssl
|
||||||
python-mock
|
python-mock
|
||||||
python-pycrypto
|
python-pycryptodome
|
||||||
python-pytest
|
python-pytest
|
||||||
python-pytest-forked
|
python-pytest-forked
|
||||||
python-pytest-mock
|
python-pytest-mock
|
||||||
|
|
Reference in a new issue