guix_mirror_bot pushed a commit to branch python-team in repository guix. commit 0d207a2ac99277edb3e6b065afa7d576f5cf4867 Author: Sharlatan Hellseher <sharlata...@gmail.com> AuthorDate: Tue Jul 29 20:32:15 2025 +0100
gnu: python-httplib2: Reduce closure size. * gnu/packages/python-web.scm (python-httplib2): [native-inputs]: Remove python-flake8, python-pytest-forked, python-pytest-xdist, python-six, and python-wheel; add python-pyparsing. Change-Id: Ic1923970dab0573cea3d3afb77f1c658ceacab2c --- gnu/packages/python-web.scm | 8 ++------ 1 file changed, 2 insertions(+), 6 deletions(-) diff --git a/gnu/packages/python-web.scm b/gnu/packages/python-web.scm index 218d0887fe..a49b7e704d 100644 --- a/gnu/packages/python-web.scm +++ b/gnu/packages/python-web.scm @@ -2491,18 +2491,14 @@ over a different origin than that of the web application.") (("==") ">="))))))) (native-inputs (list python-cryptography - python-flake8 python-future python-mock + python-pyparsing python-pytest python-pytest-cov - python-pytest-forked python-pytest-randomly python-pytest-timeout - python-pytest-xdist - python-six - python-setuptools - python-wheel)) + python-setuptools)) (home-page "https://github.com/httplib2/httplib2") (synopsis "Comprehensive HTTP client library") (description