mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
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
This commit is contained in:
parent
3b6ca50300
commit
20918f6288
1 changed files with 1 additions and 5 deletions
|
@ -12114,13 +12114,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.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue