~ruther/guix-local

160b512e58d51ea3312cb9d2dd5764ef2a84520f — Hartmut Goebel 7 months ago 3ea23ba
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
1 files changed, 1 insertions(+), 13 deletions(-)

M gnu/packages/gettext.scm
M gnu/packages/gettext.scm => gnu/packages/gettext.scm +1 -13
@@ 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")