summaryrefslogtreecommitdiff
path: root/gnu
diff options
context:
space:
mode:
authorHartmut Goebel <h.goebel@crazy-compilers.com>2025-10-19 09:56:00 +0200
committerHartmut Goebel <h.goebel@crazy-compilers.com>2025-10-21 00:28:28 +0200
commit160b512e58d51ea3312cb9d2dd5764ef2a84520f (patch)
treec852ebc5c31d67c27bf5d4f0f2d6f39651a4ba53 /gnu
parent3ea23badde19a564a56624a8948f79de60438553 (diff)
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
Diffstat (limited to 'gnu')
-rw-r--r--gnu/packages/gettext.scm14
1 files changed, 1 insertions, 13 deletions
diff --git a/gnu/packages/gettext.scm b/gnu/packages/gettext.scm
index fb46ad2acff..daffe656e6f 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")