mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2026-04-09 22:50:34 +02:00
gnu: packages: Remove python-pytest-cov native-inputs.
Obtained with ./pre-inst-env guix style -S remove-native-inputs -t python-pytest-cov on top of https://codeberg.org/guix/guix/pulls/5862 For this reason, I don't think it's relevant to generate a GNU Style Changelog. Change-Id: I58fe10452d7eaf2e8bb4dc88dfac5b4a5ee46165 Signed-off-by: Sharlatan Hellseher <sharlatanus@gmail.com>
This commit is contained in:
committed by
Sharlatan Hellseher
parent
242b5dc184
commit
44df0200cd
@@ -434,10 +434,7 @@ pybcj provides Python bindings to a BCJ implementation in C.")
|
||||
(base32 "1k6h9x8j65hssbgmvhl71sdjj9aq8d81drdibrdflaz7a895sjib"))))
|
||||
(build-system pyproject-build-system)
|
||||
(native-inputs
|
||||
(list python-pytest
|
||||
python-pytest-cov
|
||||
python-setuptools
|
||||
python-setuptools-scm))
|
||||
(list python-pytest python-setuptools python-setuptools-scm))
|
||||
(propagated-inputs
|
||||
(list python-cffi))
|
||||
(home-page "https://github.com/miurahr/bcj-cffi")
|
||||
@@ -618,10 +615,7 @@ Python's zlib/bz2/lzma modules.")
|
||||
(propagated-inputs
|
||||
(list python-cffi))
|
||||
(native-inputs
|
||||
(list python-pytest
|
||||
python-pytest-cov
|
||||
python-setuptools
|
||||
python-setuptools-scm))
|
||||
(list python-pytest python-setuptools python-setuptools-scm))
|
||||
(home-page "https://github.com/miurahr/ppmd")
|
||||
(synopsis "Prediction by Partial Matching compression library")
|
||||
(description "PPMd is a compression algorithm library using the Prediction
|
||||
|
||||
Reference in New Issue
Block a user