diff options
| author | Vagrant Cascadian <vagrant@reproducible-builds.org> | 2025-06-20 18:05:43 -0700 |
|---|---|---|
| committer | Vagrant Cascadian <vagrant@debian.org> | 2025-06-21 16:39:59 -0700 |
| commit | 0e384e36b02d9f999196b50e0dc8592967ae5346 (patch) | |
| tree | 325deef8fc29bdb47fcec2f407ff4183f1781fcc /gnu/packages/diffoscope.scm | |
| parent | a5b88a7a4de048defde08a44a7e14d693d0062fe (diff) | |
gnu: trydiffoscope: Switch to pyproject-build-system.
* 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 7b33b56fb57..a5d51d457ca 100644 --- a/gnu/packages/diffoscope.scm +++ b/gnu/packages/diffoscope.scm | |||
| @@ -368,8 +368,8 @@ them in detail for later analysis.") | |||
| 368 | (propagated-inputs | 368 | (propagated-inputs |
| 369 | (list python-requests)) | 369 | (list python-requests)) |
| 370 | (native-inputs | 370 | (native-inputs |
| 371 | (list gzip python-docutils)) | 371 | (list gzip python-docutils python-setuptools python-wheel)) |
| 372 | (build-system python-build-system) | 372 | (build-system pyproject-build-system) |
| 373 | (home-page "https://try.diffoscope.org") | 373 | (home-page "https://try.diffoscope.org") |
| 374 | (synopsis "Client for remote diffoscope service") | 374 | (synopsis "Client for remote diffoscope service") |
| 375 | (description "This is a client for the @url{https://try.diffoscope.org, | 375 | (description "This is a client for the @url{https://try.diffoscope.org, |
