summaryrefslogtreecommitdiff
path: root/gnu/packages/python-web.scm
diff options
context:
space:
mode:
Diffstat (limited to 'gnu/packages/python-web.scm')
-rw-r--r--gnu/packages/python-web.scm7
1 files changed, 3 insertions, 4 deletions
diff --git a/gnu/packages/python-web.scm b/gnu/packages/python-web.scm
index 4b47bb5ea6a..d8078659261 100644
--- a/gnu/packages/python-web.scm
+++ b/gnu/packages/python-web.scm
@@ -1081,14 +1081,14 @@ files.")
(define-public python-eventlet
(package
(name "python-eventlet")
- (version "0.40.2")
+ (version "0.40.4")
(source
(origin
(method url-fetch)
(uri (pypi-uri "eventlet" version))
(sha256
(base32
- "1c6qr1cnam79wxm1sh5y04061iyy3shs02yd0mlh47bngwknqqs2"))))
+ "0vzjrb7n3x7gdrxiw4dacdxvz0m8saaw9w7n1n9v865yn49gggk9"))))
(build-system pyproject-build-system)
(arguments
(list
@@ -1116,9 +1116,8 @@ files.")
(("os\\.environ\\.get\\(\"EVENTLET_NO_GREENDNS\", ''\\)")
"os.environ.get(\"EVENTLET_NO_GREENDNS\", \"yes\")")))))))
(native-inputs
- (list python-pypa-build
+ (list python-hatchling
python-hatch-vcs
- python-hatchling
python-pytest))
(propagated-inputs
(list python-dnspython python-greenlet))