From 219bdc743b80b85a238bce558fb9159456c057ec Mon Sep 17 00:00:00 2001 From: jgart Date: Sat, 28 Feb 2026 09:12:11 -0500 Subject: gnu: python-eventlet: Update to 0.40.4. * gnu/packages/python-web.scm (python-eventlet): Update to 0.40.4. [native-inputs]: Remove python-pypa-build. Change-Id: I312a183fd87ea2531068d5168e7f96112ded951e --- gnu/packages/python-web.scm | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) (limited to 'gnu/packages/python-web.scm') 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)) -- cgit v1.3