~ruther/guix-local

8a0836b457de96bfdaeea1cfdbab1da613f5e3fd — Sharlatan Hellseher 7 months ago b251124
gnu: python-num2words: Adjust inputs.

"docopt" is listed in "install_requires" however it's used just in CLI
and not in the library, but having it in [inputs] breaks sanity check of
dependent package.
See: <https://codeberg.org/guix/guix/pulls/3092#issuecomment-7544554>

* gnu/packages/python-xyz.scm (python-num2words)[native-inputs]: Remove
python-docopt.
[propagated-inputs]: Add python-docopt.

Change-Id: I53269e2760b216292957d2c418a62c1b12f6b51a
1 files changed, 1 insertions(+), 1 deletions(-)

M gnu/packages/python-xyz.scm
M gnu/packages/python-xyz.scm => gnu/packages/python-xyz.scm +1 -1
@@ 1324,8 1324,8 @@ processes, in parallel, in the console, with an interactive TUI.")
     (list
      #:test-flags
      #~(list "--ignore" "tests/test_cli.py"))) ;Requires delegator.py.
    (inputs (list python-docopt))
    (native-inputs (list python-pytest python-setuptools))
    (propagated-inputs (list python-docopt))
    (home-page "https://github.com/savoirfairelinux/num2words")
    (synopsis "Convert numbers to words in multiple languages")
    (description