summaryrefslogtreecommitdiff
path: root/gnu/packages/python-web.scm
diff options
context:
space:
mode:
authorSharlatan Hellseher <sharlatanus@gmail.com>2025-10-31 14:30:01 +0000
committerSharlatan Hellseher <sharlatanus@gmail.com>2025-11-20 01:06:40 +0000
commitf778992e2a5f928135aea37859b2250bd1fd7712 (patch)
tree3cb866c5a816dac3efde0071d9ea6d0d78ba7e18 /gnu/packages/python-web.scm
parentf15169df89449714738076106c979f6c18430a42 (diff)
gnu: python-ovh: Reduce closure size.
* gnu/packages/python-web.scm (python-ovh)[native-inputs]: Remove python-black, python-coverage, python-flake8, python-isort, python-pytest, python-pytest-cov, python-sphinx, and python-wheel. Change-Id: Iedb51f0d87f116dd8993025f4d751a091383f3e0
Diffstat (limited to 'gnu/packages/python-web.scm')
-rw-r--r--gnu/packages/python-web.scm10
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