mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2026-04-06 21:20:33 +02:00
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
This commit is contained in:
@@ -333,13 +333,9 @@ following algorithms are available:
|
||||
(build-system pyproject-build-system)
|
||||
(propagated-inputs (list python-importlib-metadata))
|
||||
(native-inputs
|
||||
(list python-coverage
|
||||
python-hypothesis
|
||||
python-pytest
|
||||
python-pytest-cov
|
||||
python-setuptools-scm
|
||||
(list python-pytest
|
||||
python-setuptools
|
||||
python-wheel))
|
||||
python-setuptools-scm))
|
||||
(home-page "https://codeberg.org/miurahr/pybcj")
|
||||
(synopsis "BCJ filter library")
|
||||
(description "In data compression, BCJ, short for Branch-Call-Jump, refers
|
||||
|
||||
Reference in New Issue
Block a user