diff options
| author | Nicolas Graves <ngraves@ngraves.fr> | 2025-09-21 12:44:04 +0200 |
|---|---|---|
| committer | Sharlatan Hellseher <sharlatanus@gmail.com> | 2025-09-25 09:36:44 +0100 |
| commit | 70f5670f304f85cb7d68c567b40ac245a519d581 (patch) | |
| tree | c0ef8c84dd24f9e8c13015e7f335cc860855d34b /gnu/packages/python-crypto.scm | |
| parent | 16e02b37a3e8c79fb859ab4d0771db12099f4d5f (diff) | |
gnu: python-axolotl-curve25519: Fix tests.
* gnu/packages/python-crypto.scm (python-axolotl-curve25519)
[arguments]<#:test-backend>: Set it.
[native-inputs]: Remove python-wheel.
Change-Id: Iea4a3f9254b088a6c0766d3458de3e9496b425b6
Signed-off-by: Sharlatan Hellseher <sharlatanus@gmail.com>
Diffstat (limited to 'gnu/packages/python-crypto.scm')
| -rw-r--r-- | gnu/packages/python-crypto.scm | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/gnu/packages/python-crypto.scm b/gnu/packages/python-crypto.scm index 6b0270a2c61..84ae9d3a13b 100644 --- a/gnu/packages/python-crypto.scm +++ b/gnu/packages/python-crypto.scm | |||
| @@ -646,15 +646,16 @@ OpenSSL library.") | |||
| 646 | (base32 | 646 | (base32 |
| 647 | "18v3rfyv7xi26fb97nw1xc0l6x8wi0i4xj8dlq4gblpbjxiac187")))) | 647 | "18v3rfyv7xi26fb97nw1xc0l6x8wi0i4xj8dlq4gblpbjxiac187")))) |
| 648 | (build-system pyproject-build-system) | 648 | (build-system pyproject-build-system) |
| 649 | (native-inputs (list python-setuptools python-wheel)) | ||
| 650 | (arguments | 649 | (arguments |
| 651 | (list | 650 | (list |
| 651 | #:test-backend #~'unittest | ||
| 652 | #:phases | 652 | #:phases |
| 653 | #~(modify-phases %standard-phases | 653 | #~(modify-phases %standard-phases |
| 654 | (add-after 'unpack 'relax-gcc-14-strictness | 654 | (add-after 'unpack 'relax-gcc-14-strictness |
| 655 | (lambda _ | 655 | (lambda _ |
| 656 | (setenv "CFLAGS" | 656 | (setenv "CFLAGS" |
| 657 | (string-append "-g -O2 -Wno-error=int-conversion"))))))) | 657 | (string-append "-g -O2 -Wno-error=int-conversion"))))))) |
| 658 | (native-inputs (list python-setuptools)) | ||
| 658 | (home-page "https://github.com/tgalal/python-axolotl-curve25519") | 659 | (home-page "https://github.com/tgalal/python-axolotl-curve25519") |
| 659 | (synopsis "Python wrapper for curve25519 library") | 660 | (synopsis "Python wrapper for curve25519 library") |
| 660 | (description "This is a python wrapper for the curve25519 library | 661 | (description "This is a python wrapper for the curve25519 library |
