guix_mirror_bot pushed a commit to branch master
in repository guix.
commit 023bba9441a8e3ed5a6639a8b64af63531a50dbc
Author: Nicolas Graves <[email protected]>
AuthorDate: Sun Nov 23 18:54:04 2025 +0100
gnu: python-pybiomart: Remove python-sphinx-autobuild native-input.
This is a development-only input.
* gnu/packages/bioinformatics.scm (python-pybiomart)[native-inputs]:
Remove python-sphinx-autobuild.
Change-Id: Ie806c28dcbe7e139f79476ec8086b7af24ec527c
Signed-off-by: Sharlatan Hellseher <[email protected]>
---
gnu/packages/bioinformatics.scm | 1 -
1 file changed, 1 deletion(-)
diff --git a/gnu/packages/bioinformatics.scm b/gnu/packages/bioinformatics.scm
index 50ed5a0cd7..fe96ab492d 100644
--- a/gnu/packages/bioinformatics.scm
+++ b/gnu/packages/bioinformatics.scm
@@ -3725,7 +3725,6 @@ the managed genomes, STAR indexing and mapping and more.")
python-pytest-mock
python-setuptools
python-sphinx
- python-sphinx-autobuild
python-sphinx-rtd-theme))
(home-page "https://github.com/jrderuiter/pybiomart")
(synopsis "A simple pythonic interface to biomart")