~ruther/guix-local

f778992e2a5f928135aea37859b2250bd1fd7712 — Sharlatan Hellseher 6 months ago f15169d
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
1 files changed, 1 insertions(+), 9 deletions(-)

M gnu/packages/python-web.scm
M gnu/packages/python-web.scm => gnu/packages/python-web.scm +1 -9
@@ 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