diff options
| author | jgart <jgart@dismail.de> | 2026-02-28 09:12:11 -0500 |
|---|---|---|
| committer | jgart <jgart@dismail.de> | 2026-04-07 09:02:43 -0400 |
| commit | 219bdc743b80b85a238bce558fb9159456c057ec (patch) | |
| tree | 126360b834091ffb7d7cb0d1df9cbe192308c53a /gnu/packages/python-web.scm | |
| parent | 7f849f7ba295a29889c361933bae187a1eb751e7 (diff) | |
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
Diffstat (limited to 'gnu/packages/python-web.scm')
| -rw-r--r-- | gnu/packages/python-web.scm | 7 |
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)) |
