diff options
| author | Sharlatan Hellseher <sharlatanus@gmail.com> | 2025-08-09 16:49:29 +0100 |
|---|---|---|
| committer | Sharlatan Hellseher <sharlatanus@gmail.com> | 2025-09-25 09:36:01 +0100 |
| commit | ed6f40668dec0ea49290220ce0378d6d4349a0a5 (patch) | |
| tree | e894e45b964fbf1299c7bc926b2506b12a19a41e /gnu/packages/python-crypto.scm | |
| parent | 6c1f1833a0f829ba0d0751d1efcdc78b1aa5af8b (diff) | |
gnu: python-secretstorage: Switch to pyproject-build-system.
* gnu/packages/python-crypto.scm (python-secretstorage):
[build-system]: Use pyproject.
[native-inputs]: Add python-setuptools.
Change-Id: Ib98276d83abdb72b4ffcc79b7fcf08c357ce1bc4
Diffstat (limited to 'gnu/packages/python-crypto.scm')
| -rw-r--r-- | gnu/packages/python-crypto.scm | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/gnu/packages/python-crypto.scm b/gnu/packages/python-crypto.scm index 7a6821845db..0769b628180 100644 --- a/gnu/packages/python-crypto.scm +++ b/gnu/packages/python-crypto.scm | |||
| @@ -1478,9 +1478,11 @@ and Backlog for a list of what is and is not currently supported.") | |||
| 1478 | (uri (pypi-uri "SecretStorage" version)) | 1478 | (uri (pypi-uri "SecretStorage" version)) |
| 1479 | (sha256 | 1479 | (sha256 |
| 1480 | (base32 "0xxxxr77sgmjm1rqzdd1rkan9xg0qmv8awc1pb9adv39ycz560r4")))) | 1480 | (base32 "0xxxxr77sgmjm1rqzdd1rkan9xg0qmv8awc1pb9adv39ycz560r4")))) |
| 1481 | (build-system python-build-system) | 1481 | (build-system pyproject-build-system) |
| 1482 | (arguments | 1482 | (arguments |
| 1483 | '(#:tests? #f)) ; Tests require a running dbus service. | 1483 | '(#:tests? #f)) ; Tests require a running dbus service. |
| 1484 | (native-inputs | ||
| 1485 | (list python-setuptools)) | ||
| 1484 | (propagated-inputs | 1486 | (propagated-inputs |
| 1485 | (list python-cryptography python-jeepney)) | 1487 | (list python-cryptography python-jeepney)) |
| 1486 | (home-page "https://github.com/mitya57/secretstorage") | 1488 | (home-page "https://github.com/mitya57/secretstorage") |
