mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
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
This commit is contained in:
parent
6c1f1833a0
commit
ed6f40668d
1 changed files with 3 additions and 1 deletions
|
@ -1478,9 +1478,11 @@ and Backlog for a list of what is and is not currently supported.")
|
|||
(uri (pypi-uri "SecretStorage" version))
|
||||
(sha256
|
||||
(base32 "0xxxxr77sgmjm1rqzdd1rkan9xg0qmv8awc1pb9adv39ycz560r4"))))
|
||||
(build-system python-build-system)
|
||||
(build-system pyproject-build-system)
|
||||
(arguments
|
||||
'(#:tests? #f)) ; Tests require a running dbus service.
|
||||
(native-inputs
|
||||
(list python-setuptools))
|
||||
(propagated-inputs
|
||||
(list python-cryptography python-jeepney))
|
||||
(home-page "https://github.com/mitya57/secretstorage")
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue