diff options
| author | Sharlatan Hellseher <sharlatanus@gmail.com> | 2025-07-29 20:32:15 +0100 |
|---|---|---|
| committer | Sharlatan Hellseher <sharlatanus@gmail.com> | 2025-09-25 09:36:13 +0100 |
| commit | 1e503ab9c2e561fca20c177adceb42c89c067f64 (patch) | |
| tree | bbee02328201dd7ebb56dfe9ff6977f82d809d10 /gnu/packages/python-web.scm | |
| parent | d5007a8ef90ec61feffe0cfdcf7de666d48ff256 (diff) | |
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
Diffstat (limited to 'gnu/packages/python-web.scm')
| -rw-r--r-- | gnu/packages/python-web.scm | 8 |
1 files changed, 2 insertions, 6 deletions
diff --git a/gnu/packages/python-web.scm b/gnu/packages/python-web.scm index 2e719d1772..a74a3d1cd8 100644 --- a/gnu/packages/python-web.scm +++ b/gnu/packages/python-web.scm @@ -2488,18 +2488,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 |
