mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: python-pyaes: Disable tests.
* gnu/packages/python-crypto.scm (python-pyaes)[arguments] <tests?>: Disable for now. [native-inputs]: Remove python-wheel. Change-Id: I6b1be9e4dab156ed36ddb2a57b080824f6388f11
This commit is contained in:
parent
6941116fa5
commit
10607db361
1 changed files with 3 additions and 1 deletions
|
@ -734,7 +734,9 @@ environments.")
|
|||
(sha256
|
||||
(base32 "13vdaff15k0jyfcss4b4xvfgm8xyv0nrbyw5n1qc7lrqbi0b3h82"))))
|
||||
(build-system pyproject-build-system)
|
||||
(native-inputs (list python-setuptools python-wheel))
|
||||
(arguments
|
||||
(list #:tests? #f)) ;no tests in PyPI
|
||||
(native-inputs (list python-setuptools))
|
||||
(home-page "https://github.com/ricmoo/pyaes")
|
||||
(synopsis "Implementation of AES in Python")
|
||||
(description "This package contains a pure-Python implementation of the
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue