guix_mirror_bot pushed a commit to branch master
in repository guix.
commit 160b512e58d51ea3312cb9d2dd5764ef2a84520f
Author: Hartmut Goebel <[email protected]>
AuthorDate: Sun Oct 19 09:56:00 2025 +0200
gnu: mdpo: Remove development inputs.
* gnu/packages/gettext.scm (mdpo): [native-inputs]: Remove python-flake8,
python-flake8-implicit-str-concat, python-flake8-print, python-isort,
python-pytest-cov, python-sphinx, python-sphinx-argparse,
python-sphinx-rtd-theme, and python-twine.
Change-Id: I8fd82815f7e37645e86530c4acfa6999aa09ca1a
---
gnu/packages/gettext.scm | 14 +-------------
1 file changed, 1 insertion(+), 13 deletions(-)
diff --git a/gnu/packages/gettext.scm b/gnu/packages/gettext.scm
index fb46ad2acf..daffe656e6 100644
--- a/gnu/packages/gettext.scm
+++ b/gnu/packages/gettext.scm
@@ -240,19 +240,7 @@ color, font attributes (weight, posture), or underlining.")
(sha256
(base32 "0kgbm0af7jwpfspa2xxiy9nc2l1r2s1rhbhz4r229zcqv49ak6sq"))))
(build-system python-build-system)
- (native-inputs
- (list python-bump2version
- python-flake8
- python-flake8-implicit-str-concat
- python-flake8-print
- python-isort
- python-pytest
- python-pytest-cov
- python-sphinx
- python-sphinx-argparse
- python-sphinx-rtd-theme
- python-twine
- python-yamllint))
+ (native-inputs (list python-bump2version python-pytest python-yamllint))
(propagated-inputs
(list python-polib python-pymd4c))
(home-page "https://github.com/mondeja/mdpo")