diff options
| author | Sharlatan Hellseher <sharlatanus@gmail.com> | 2025-07-11 22:11:32 +0100 |
|---|---|---|
| committer | Sharlatan Hellseher <sharlatanus@gmail.com> | 2025-09-25 09:36:24 +0100 |
| commit | b79fbf27b8f2d1e854ecb2f85ec6fdc2c1953f80 (patch) | |
| tree | 71c494edf92465ed0e621829daca9f4cd3d8d313 /gnu/packages/parallel.scm | |
| parent | dc9c07786e91cdb8f0e46cc7b86414c6e8d96b7a (diff) | |
gnu: python-setuptools-next: Set to python-setuptools.
Replace all python-setuptools-next occurrences with python-setuptools.
* gnu/packages/python-build.scm (python-setuptools-next): Set to
python-setuptools.
Change-Id: I9e5e0881310d160ec56be785f2dd2140364fa8e5
Diffstat (limited to 'gnu/packages/parallel.scm')
| -rw-r--r-- | gnu/packages/parallel.scm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/parallel.scm b/gnu/packages/parallel.scm index 913ace9c36b..1bd9b559e5f 100644 --- a/gnu/packages/parallel.scm +++ b/gnu/packages/parallel.scm | |||
| @@ -425,7 +425,7 @@ cluster/resource management systems.") | |||
| 425 | (when tests? | 425 | (when tests? |
| 426 | (invoke "python" "./pathos/tests/__main__.py"))))))) | 426 | (invoke "python" "./pathos/tests/__main__.py"))))))) |
| 427 | (native-inputs | 427 | (native-inputs |
| 428 | (list python-setuptools-next)) | 428 | (list python-setuptools)) |
| 429 | (propagated-inputs | 429 | (propagated-inputs |
| 430 | (list python-dill | 430 | (list python-dill |
| 431 | python-multiprocess | 431 | python-multiprocess |
| @@ -464,7 +464,7 @@ execution environment.") | |||
| 464 | (when tests? | 464 | (when tests? |
| 465 | (invoke "python" "./ppft/tests/__main__.py"))))))) | 465 | (invoke "python" "./ppft/tests/__main__.py"))))))) |
| 466 | (native-inputs | 466 | (native-inputs |
| 467 | (list python-setuptools-next)) | 467 | (list python-setuptools)) |
| 468 | (home-page "https://pypi.org/project/ppft/") | 468 | (home-page "https://pypi.org/project/ppft/") |
| 469 | (synopsis "Fork of Parallel Python") | 469 | (synopsis "Fork of Parallel Python") |
| 470 | (description | 470 | (description |
