summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--gnu/packages/python-web.scm8
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