guix_mirror_bot pushed a commit to branch master
in repository guix.
commit 7759918c17c10a7cc89cc9141bf130a3c82b7a65
Author: Hartmut Goebel <[email protected]>
AuthorDate: Sun Oct 19 10:30:49 2025 +0200
gnu: python-ngesh: Remove development inputs.
* gnu/packages/bioinformatics.scm (python-ngesh): [native-inputs]: Remove
python-black, python-flake8, python-twine, and python-wheel.
Change-Id: Ie401b481f768774732fdf021e52530af644856c7
---
gnu/packages/bioinformatics.scm | 3 +--
1 file changed, 1 insertion(+), 2 deletions(-)
diff --git a/gnu/packages/bioinformatics.scm b/gnu/packages/bioinformatics.scm
index caa0410687..cb3c582963 100644
--- a/gnu/packages/bioinformatics.scm
+++ b/gnu/packages/bioinformatics.scm
@@ -3356,8 +3356,7 @@ cells).")
(base32 "07sj4x95b5hvx57pw24f80sk4ag4hkg1z6wzym3pzi8n5gn85n1z"))))
(build-system pyproject-build-system)
(propagated-inputs (list python-ete3 python-numpy python-six))
- (native-inputs (list python-black python-flake8 python-pytest python-twine
- python-wheel))
+ (native-inputs (list python-pytest))
(home-page "https://github.com/tresoldi/ngesh")
(synopsis "Library for phylogenetic tree simulation")
(description