diff options
| author | Sharlatan Hellseher <sharlatanus@gmail.com> | 2025-10-31 14:07:50 +0000 |
|---|---|---|
| committer | Sharlatan Hellseher <sharlatanus@gmail.com> | 2025-11-20 01:06:39 +0000 |
| commit | f859578eb9d914097c3fd8ee76f6297765e55665 (patch) | |
| tree | 10fdb61ca790c6cf88ddf59b7f2818721fccdbf5 /gnu/packages/python-compression.scm | |
| parent | c60ba05abdc06b2d7ba67729eb4ec1e0488e2f22 (diff) | |
gnu: python-multivolumefile: Reduce closure size.
* gnu/packages/python-compression.scm (python-multivolumefile):
[native-inputs]: Remove python-coverage, python-coveralls,
python-hypothesis, python-pytest-cov, and python-wheel.
Change-Id: I39de34466734dbc35ee2020edb2ab8c0e83bdcec
Diffstat (limited to 'gnu/packages/python-compression.scm')
| -rw-r--r-- | gnu/packages/python-compression.scm | 9 |
1 files changed, 2 insertions, 7 deletions
diff --git a/gnu/packages/python-compression.scm b/gnu/packages/python-compression.scm index 19f8e2a0dac..41160d9731f 100644 --- a/gnu/packages/python-compression.scm +++ b/gnu/packages/python-compression.scm @@ -204,14 +204,9 @@ package, an implementation of the Brotli lossless compression algorithm.") "1mh9sz50s1p8ik83a455pqd57syprad7xhfmk28yb5mwmw58sr50")))) (build-system pyproject-build-system) (native-inputs - (list python-setuptools-scm - python-coverage - python-coveralls - python-hypothesis - python-pytest - python-pytest-cov + (list python-pytest python-setuptools - python-wheel)) + python-setuptools-scm)) (home-page "https://github.com/miurahr/multivolume") (synopsis "Treat multiple files as one") (description "MultiVolumefile is a Python library that provides a |
