diff options
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.") (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") |
