summaryrefslogtreecommitdiff
path: root/gnu/packages/python-compression.scm
diff options
context:
space:
mode:
authorNicolas Graves <ngraves@ngraves.fr>2026-03-16 15:04:02 +0100
committerSharlatan Hellseher <sharlatanus@gmail.com>2026-05-24 10:14:39 +0100
commitfb51dc5c5c29f64fc8c25fd11da1cb1f7595fca8 (patch)
treef76261c2e9470bc238f76a7eb6613fd0dd02a8fe /gnu/packages/python-compression.scm
parented0249ab481c30c5b7a5ec6e29decd1d5ceaf516 (diff)
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>
Diffstat (limited to 'gnu/packages/python-compression.scm')
-rw-r--r--gnu/packages/python-compression.scm10
1 files changed, 2 insertions, 8 deletions
diff --git a/gnu/packages/python-compression.scm b/gnu/packages/python-compression.scm
index 58d199633dd..5f360f60f90 100644
--- a/gnu/packages/python-compression.scm
+++ b/gnu/packages/python-compression.scm
@@ -434,10 +434,7 @@ pybcj provides Python bindings to a BCJ implementation in C.")
434 (base32 "1k6h9x8j65hssbgmvhl71sdjj9aq8d81drdibrdflaz7a895sjib")))) 434 (base32 "1k6h9x8j65hssbgmvhl71sdjj9aq8d81drdibrdflaz7a895sjib"))))
435 (build-system pyproject-build-system) 435 (build-system pyproject-build-system)
436 (native-inputs 436 (native-inputs
437 (list python-pytest 437 (list python-pytest python-setuptools python-setuptools-scm))
438 python-pytest-cov
439 python-setuptools
440 python-setuptools-scm))
441 (propagated-inputs 438 (propagated-inputs
442 (list python-cffi)) 439 (list python-cffi))
443 (home-page "https://github.com/miurahr/bcj-cffi") 440 (home-page "https://github.com/miurahr/bcj-cffi")
@@ -618,10 +615,7 @@ Python's zlib/bz2/lzma modules.")
618 (propagated-inputs 615 (propagated-inputs
619 (list python-cffi)) 616 (list python-cffi))
620 (native-inputs 617 (native-inputs
621 (list python-pytest 618 (list python-pytest python-setuptools python-setuptools-scm))
622 python-pytest-cov
623 python-setuptools
624 python-setuptools-scm))
625 (home-page "https://github.com/miurahr/ppmd") 619 (home-page "https://github.com/miurahr/ppmd")
626 (synopsis "Prediction by Partial Matching compression library") 620 (synopsis "Prediction by Partial Matching compression library")
627 (description "PPMd is a compression algorithm library using the Prediction 621 (description "PPMd is a compression algorithm library using the Prediction