diff options
| -rw-r--r-- | gnu/packages/python-xyz.scm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm index 888cc52c6d..0c3a2dd376 100644 --- a/gnu/packages/python-xyz.scm +++ b/gnu/packages/python-xyz.scm @@ -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 |
