diff options
| author | Hartmut Goebel <h.goebel@crazy-compilers.com> | 2025-10-19 09:56:00 +0200 |
|---|---|---|
| committer | Hartmut Goebel <h.goebel@crazy-compilers.com> | 2025-10-21 00:28:28 +0200 |
| commit | 160b512e58d51ea3312cb9d2dd5764ef2a84520f (patch) | |
| tree | c852ebc5c31d67c27bf5d4f0f2d6f39651a4ba53 /gnu | |
| parent | 3ea23badde19a564a56624a8948f79de60438553 (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.scm | 14 |
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.") | |||
| 240 | (sha256 | 240 | (sha256 |
| 241 | (base32 "0kgbm0af7jwpfspa2xxiy9nc2l1r2s1rhbhz4r229zcqv49ak6sq")))) | 241 | (base32 "0kgbm0af7jwpfspa2xxiy9nc2l1r2s1rhbhz4r229zcqv49ak6sq")))) |
| 242 | (build-system python-build-system) | 242 | (build-system python-build-system) |
| 243 | (native-inputs | 243 | (native-inputs (list python-bump2version python-pytest python-yamllint)) |
| 244 | (list python-bump2version | ||
| 245 | python-flake8 | ||
| 246 | python-flake8-implicit-str-concat | ||
| 247 | python-flake8-print | ||
| 248 | python-isort | ||
| 249 | python-pytest | ||
| 250 | python-pytest-cov | ||
| 251 | python-sphinx | ||
| 252 | python-sphinx-argparse | ||
| 253 | python-sphinx-rtd-theme | ||
| 254 | python-twine | ||
| 255 | python-yamllint)) | ||
| 256 | (propagated-inputs | 244 | (propagated-inputs |
| 257 | (list python-polib python-pymd4c)) | 245 | (list python-polib python-pymd4c)) |
| 258 | (home-page "https://github.com/mondeja/mdpo") | 246 | (home-page "https://github.com/mondeja/mdpo") |
