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/python-compression.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/python-compression.scm')
| -rw-r--r-- | gnu/packages/python-compression.scm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gnu/packages/python-compression.scm b/gnu/packages/python-compression.scm index 4d659a6b5ac..f78324df34f 100644 --- a/gnu/packages/python-compression.scm +++ b/gnu/packages/python-compression.scm | |||
| @@ -827,7 +827,7 @@ install: libbitshuffle.so | |||
| 827 | (arguments | 827 | (arguments |
| 828 | (list #:tests? #f)) ;no tests | 828 | (list #:tests? #f)) ;no tests |
| 829 | (native-inputs | 829 | (native-inputs |
| 830 | (list python-setuptools-next)) | 830 | (list python-setuptools)) |
| 831 | (home-page "https://github.com/kYwzor/uncompresspy") | 831 | (home-page "https://github.com/kYwzor/uncompresspy") |
| 832 | (synopsis "Uncompressing LZW files in Python") | 832 | (synopsis "Uncompressing LZW files in Python") |
| 833 | (description | 833 | (description |
