diff options
author | Vagrant Cascadian <vagrant@reproducible-builds.org> | 2025-06-20 18:05:43 -0700 |
---|---|---|
committer | Vagrant Cascadian <vagrant@debian.org> | 2025-06-20 18:27:08 -0700 |
commit | 7f0bb5e59f275716c521dd1f67e2f1e7afc1ce15 (patch) | |
tree | b4d25c190327ecc8d88926d5770e51f970d98952 /gnu/packages/diffoscope.scm | |
parent | 7319110958fe9e62cb979a96707b023706af132b (diff) |
gnu: trydiffoscope: Switch to pyproject-build-system.diffoscope-298-signed
* gnu/packages/diffoscope.scm (trydiffoscope): Switch to
pyproject-build-system. [native-inputs]: Add python-setuptools and
python-wheel.
Diffstat (limited to 'gnu/packages/diffoscope.scm')
-rw-r--r-- | gnu/packages/diffoscope.scm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/diffoscope.scm b/gnu/packages/diffoscope.scm index 7b33b56fb5..a5d51d457c 100644 --- a/gnu/packages/diffoscope.scm +++ b/gnu/packages/diffoscope.scm @@ -368,8 +368,8 @@ them in detail for later analysis.") (propagated-inputs (list python-requests)) (native-inputs - (list gzip python-docutils)) - (build-system python-build-system) + (list gzip python-docutils python-setuptools python-wheel)) + (build-system pyproject-build-system) (home-page "https://try.diffoscope.org") (synopsis "Client for remote diffoscope service") (description "This is a client for the @url{https://try.diffoscope.org, |