[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
12/12: gnu: python-whatshap: Add missing input.
From: |
guix-commits |
Subject: |
12/12: gnu: python-whatshap: Add missing input. |
Date: |
Sun, 12 Jan 2025 15:53:03 -0500 (EST) |
rekado pushed a commit to branch python-team
in repository guix.
commit 8c85853f424d49a5c346aaaa39fbdd76fc42990b
Author: Ricardo Wurmus <rekado@elephly.net>
AuthorDate: Sun Jan 12 21:51:32 2025 +0100
gnu: python-whatshap: Add missing input.
* gnu/packages/bioinformatics.scm (python-whatshap)[native-inputs]: Add
python-wheel.
Change-Id: I51f9bb3791434befb61ecc6225060d6a4eb92dab
---
gnu/packages/bioinformatics.scm | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/gnu/packages/bioinformatics.scm b/gnu/packages/bioinformatics.scm
index 08f33841ec..8478ce851e 100644
--- a/gnu/packages/bioinformatics.scm
+++ b/gnu/packages/bioinformatics.scm
@@ -3687,7 +3687,8 @@ files.")
python-setuptools
python-setuptools-scm
python-sphinx
- python-sphinx-issues))
+ python-sphinx-issues
+ python-wheel))
(home-page "https://whatshap.readthedocs.io/")
(synopsis "Read-based phasing of genomic variants")
(description
- 06/12: gnu: python-xarray-datatree: Add missing inputs., (continued)
- 06/12: gnu: python-xarray-datatree: Add missing inputs., guix-commits, 2025/01/12
- 10/12: gnu: python-pyrodigal: Add missing input., guix-commits, 2025/01/12
- 01/12: gnu: python-cart: Add missing inputs., guix-commits, 2025/01/12
- 07/12: gnu: python-xarray-schema: Add missing inputs., guix-commits, 2025/01/12
- 02/12: gnu: python-pysmt: Add missing inputs., guix-commits, 2025/01/12
- 11/12: gnu: python-pyro-ppl: Add missing inputs., guix-commits, 2025/01/12
- 05/12: gnu: python-itanium-demangler: Add missing inputs., guix-commits, 2025/01/12
- 09/12: gnu: python-pynetbox: Update to 7.4.1., guix-commits, 2025/01/12
- 03/12: gnu: python-nampa: Add missing inputs., guix-commits, 2025/01/12
- 08/12: gnu: python-hy: Add missing inputs., guix-commits, 2025/01/12
- 12/12: gnu: python-whatshap: Add missing input.,
guix-commits <=