[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[bug#77246] [PATCH 06/18] gnu: crossmap: Add missing python-pyparsing na
From: |
Nicolas Graves |
Subject: |
[bug#77246] [PATCH 06/18] gnu: crossmap: Add missing python-pyparsing native-input. |
Date: |
Tue, 25 Mar 2025 08:56:42 +0100 |
* gnu/packages/bioinformatics.scm (python-pyparsing)[native-inputs]:
Add python-pyparsing.
---
gnu/packages/bioinformatics.scm | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/gnu/packages/bioinformatics.scm b/gnu/packages/bioinformatics.scm
index d19c40cf40..c6fc760ec0 100644
--- a/gnu/packages/bioinformatics.scm
+++ b/gnu/packages/bioinformatics.scm
@@ -5994,7 +5994,7 @@ (define-public crossmap
(list python-bx-python python-numpy python-pybigwig python-pysam
zlib))
(native-inputs
- (list python-cython python-nose))
+ (list python-cython python-nose python-pyparsing))
(home-page "https://crossmap.sourceforge.net/")
(synopsis "Convert genome coordinates between assemblies")
(description
--
2.49.0
- [bug#77246] [PATCH python-team 00/18] One more iteration with a few fixes, Nicolas Graves, 2025/03/25
- [bug#77246] [PATCH 01/18] gnu: python-biom-format: Update to 2.1.16., Nicolas Graves, 2025/03/25
- [bug#77246] [PATCH 03/18] gnu: python-cleanlab: Update to 2.7.1., Nicolas Graves, 2025/03/25
- [bug#77246] [PATCH 04/18] gnu: python-cesium: Move to (gnu packages astronomy)., Nicolas Graves, 2025/03/25
- [bug#77246] [PATCH 06/18] gnu: crossmap: Add missing python-pyparsing native-input.,
Nicolas Graves <=
- [bug#77246] [PATCH 08/18] gnu: python-ncls: Update to 0.0.68., Nicolas Graves, 2025/03/25
- [bug#77246] [PATCH 09/18] gnu: python-nptyping: Ignore failing test., Nicolas Graves, 2025/03/25
- [bug#77246] [PATCH 02/18] gnu: pairadise: Add missing native-inputs., Nicolas Graves, 2025/03/25
- [bug#77246] [PATCH 07/18] gnu: python-cell2cell: Update to 0.7.4., Nicolas Graves, 2025/03/25
- [bug#77246] [PATCH 05/18] gnu: python-bx-python: Update to 0.13.0., Nicolas Graves, 2025/03/25
- [bug#77246] [PATCH 12/18] gnu: Add python-unix-ar., Nicolas Graves, 2025/03/25
- [bug#77246] [PATCH 13/18] gnu: pwntools: Update to 4.4.0., Nicolas Graves, 2025/03/25
- [bug#77246] [PATCH 16/18] gnu: python-netaddr: Move to (gnu packages python-web)., Nicolas Graves, 2025/03/25
- [bug#77246] [PATCH 15/18] gnu: Standardize python-oslo.* package names., Nicolas Graves, 2025/03/25
- [bug#77246] [PATCH 11/18] gnu: Add python-colored-traceback., Nicolas Graves, 2025/03/25