diff options
| author | Nicolas Graves <ngraves@ngraves.fr> | 2025-09-21 12:48:46 +0200 |
|---|---|---|
| committer | Sharlatan Hellseher <sharlatanus@gmail.com> | 2025-09-25 09:36:44 +0100 |
| commit | 5562d1492bc188d57c7636514514ecd42099b276 (patch) | |
| tree | a27a003494f9662cd0c6bda27dff14099b20c32f /gnu/packages/python-crypto.scm | |
| parent | 70f5670f304f85cb7d68c567b40ac245a519d581 (diff) | |
gnu: python-omemo-dr: Switch to pyproject.
* gnu/packages/python-crypto.scm (python-omemo-dr):
[build-system]: Switch to pyproject-build-system.
[arguments]<#:test-backend>: Set it.
[native-inputs]: Add python-setuptools. Remove
python-axolotl-curve25519.
Change-Id: I99f91b1fa4a2d9b54112144dc06ad33b633b9fec
Signed-off-by: Sharlatan Hellseher <sharlatanus@gmail.com>
Diffstat (limited to 'gnu/packages/python-crypto.scm')
| -rw-r--r-- | gnu/packages/python-crypto.scm | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/gnu/packages/python-crypto.scm b/gnu/packages/python-crypto.scm index 84ae9d3a13b..f4d8a7819c0 100644 --- a/gnu/packages/python-crypto.scm +++ b/gnu/packages/python-crypto.scm @@ -712,11 +712,11 @@ environments.") (commit (string-append "v" version)))) (file-name (git-file-name name version)) (sha256 - (base32 - "1gx0znbfvs8jg9s754hha81l8wpghswkfsqx2jzpgv6gigf3sm8z")))) - (build-system python-build-system) + (base32 "1gx0znbfvs8jg9s754hha81l8wpghswkfsqx2jzpgv6gigf3sm8z")))) + (build-system pyproject-build-system) + (arguments (list #:test-backend #~'unittest)) (propagated-inputs - (list python-axolotl-curve25519 python-cryptography python-protobuf-5)) + (list python-cryptography python-protobuf-5 python-setuptools)) (home-page "https://dev.gajim.org/gajim/omemo-dr") (synopsis "OMEMO cryptography library") (description "OMEMO cryptography library that was forked from python-axolotl.") |
