guix_mirror_bot pushed a commit to branch python-team
in repository guix.

commit 7634e6471afb12932e694f00e1443df5ea0bd39f
Author: Sharlatan Hellseher <sharlata...@gmail.com>
AuthorDate: Thu Jul 17 17:11:27 2025 +0100

    gnu: python-screed: Reduce closure size.
    
    * gnu/packages/bioinformatics.scm (python-screed): [native-inputs]:
    Remove python-pycodestyle, python-pytest-cov,
    python-setuptools-scm-git-archive, and python-wheel.
    
    Change-Id: Ibcae582fc0da5375178647912483a3b0b6dd74c3
---
 gnu/packages/bioinformatics.scm | 6 +-----
 1 file changed, 1 insertion(+), 5 deletions(-)

diff --git a/gnu/packages/bioinformatics.scm b/gnu/packages/bioinformatics.scm
index bcacb93325..0566163128 100644
--- a/gnu/packages/bioinformatics.scm
+++ b/gnu/packages/bioinformatics.scm
@@ -11884,13 +11884,9 @@ complexity samples.")
     (build-system pyproject-build-system)
     (native-inputs
      (list python-importlib-resources
-           python-pycodestyle
            python-pytest
-           python-pytest-cov
            python-setuptools
-           python-setuptools-scm
-           python-setuptools-scm-git-archive
-           python-wheel))
+           python-setuptools-scm))
     (home-page "https://github.com/dib-lab/screed/";)
     (synopsis "Short read sequence database utilities")
     (description "Screed parses FASTA and FASTQ files and generates databases.

Reply via email to