diff options
| author | Sharlatan Hellseher <sharlatanus@gmail.com> | 2025-07-17 17:11:27 +0100 |
|---|---|---|
| committer | Sharlatan Hellseher <sharlatanus@gmail.com> | 2025-09-25 09:36:20 +0100 |
| commit | 20918f62883afdef4d26606435875ed26f9f8e29 (patch) | |
| tree | de44eb06eb49230391d9b7008ab0c9366a1c9b4d | |
| parent | 3b6ca50300db1790c27225da806593b218c7bcbc (diff) | |
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
| -rw-r--r-- | gnu/packages/bioinformatics.scm | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/gnu/packages/bioinformatics.scm b/gnu/packages/bioinformatics.scm index debe2be9b0..3b56fde184 100644 --- a/gnu/packages/bioinformatics.scm +++ b/gnu/packages/bioinformatics.scm @@ -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. |
