diff options
| author | Sharlatan Hellseher <sharlatanus@gmail.com> | 2025-10-31 14:09:56 +0000 |
|---|---|---|
| committer | Sharlatan Hellseher <sharlatanus@gmail.com> | 2025-11-20 01:06:39 +0000 |
| commit | 0086158da9ec1dcc0344e71c60202c280c307b82 (patch) | |
| tree | b955400fe6f540a71296a3cfab0ad70cd90f3749 /gnu/packages/python-compression.scm | |
| parent | f859578eb9d914097c3fd8ee76f6297765e55665 (diff) | |
gnu: python-pybcj: Reduce closure size.
* gnu/packages/python-compression.scm (python-pybcj)[native-inputs]:
Remove python-coverage, python-hypothesis, python-pytest-cov, and
python-wheel.
Change-Id: I738561673e91442f0a175bbf010337ba7afbe0e6
Diffstat (limited to 'gnu/packages/python-compression.scm')
| -rw-r--r-- | gnu/packages/python-compression.scm | 8 |
1 files changed, 2 insertions, 6 deletions
diff --git a/gnu/packages/python-compression.scm b/gnu/packages/python-compression.scm index 41160d9731f..622a22cb3c4 100644 --- a/gnu/packages/python-compression.scm +++ b/gnu/packages/python-compression.scm | |||
| @@ -333,13 +333,9 @@ following algorithms are available: | |||
| 333 | (build-system pyproject-build-system) | 333 | (build-system pyproject-build-system) |
| 334 | (propagated-inputs (list python-importlib-metadata)) | 334 | (propagated-inputs (list python-importlib-metadata)) |
| 335 | (native-inputs | 335 | (native-inputs |
| 336 | (list python-coverage | 336 | (list python-pytest |
| 337 | python-hypothesis | ||
| 338 | python-pytest | ||
| 339 | python-pytest-cov | ||
| 340 | python-setuptools-scm | ||
| 341 | python-setuptools | 337 | python-setuptools |
| 342 | python-wheel)) | 338 | python-setuptools-scm)) |
| 343 | (home-page "https://codeberg.org/miurahr/pybcj") | 339 | (home-page "https://codeberg.org/miurahr/pybcj") |
| 344 | (synopsis "BCJ filter library") | 340 | (synopsis "BCJ filter library") |
| 345 | (description "In data compression, BCJ, short for Branch-Call-Jump, refers | 341 | (description "In data compression, BCJ, short for Branch-Call-Jump, refers |
