diff options
Diffstat (limited to 'gnu/packages/python-web.scm')
| -rw-r--r-- | gnu/packages/python-web.scm | 10 |
1 files changed, 1 insertions, 9 deletions
diff --git a/gnu/packages/python-web.scm b/gnu/packages/python-web.scm index cb35be4cc39..a3c064421d2 100644 --- a/gnu/packages/python-web.scm +++ b/gnu/packages/python-web.scm @@ -2763,15 +2763,7 @@ software.") (build-system pyproject-build-system) (arguments (list #:tests? #f)) ; XXX: tests require networking (propagated-inputs (list python-requests)) - (native-inputs (list python-black - python-coverage - python-flake8 - python-isort - python-pytest - python-pytest-cov - python-setuptools - python-sphinx - python-wheel)) + (native-inputs (list python-setuptools)) (home-page "https://api.ovh.com") (synopsis "Interact with OVHcloud APIs") (description "This package provides the official module to perform HTTP requests |
