From f778992e2a5f928135aea37859b2250bd1fd7712 Mon Sep 17 00:00:00 2001 From: Sharlatan Hellseher Date: Fri, 31 Oct 2025 14:30:01 +0000 Subject: [PATCH] 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 --- gnu/packages/python-web.scm | 10 +--------- 1 file changed, 1 insertion(+), 9 deletions(-) diff --git a/gnu/packages/python-web.scm b/gnu/packages/python-web.scm index cb35be4cc39da586b369fb5c525471811a00e267..a3c064421d256846efd19f188ae6ad9a7da65c3d 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