From 038a1f1a57d97f9ca0799423c78a9cabce642c52 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sandro=20J=C3=A4ckel?= Date: Mon, 15 Sep 2025 18:01:37 +0200 Subject: [PATCH] pypy3Packages.eventlet: relax greenlet greenlet is built into pypy but the version number is older. Since the tests do not run, we cannot be super sure that this works 100% but some following packages built. Maybe we should bring back greenlet to pypy as a package but that is a bigger task for another PR. --- pkgs/development/python-modules/eventlet/default.nix | 2 ++ 1 file changed, 2 insertions(+) diff --git a/pkgs/development/python-modules/eventlet/default.nix b/pkgs/development/python-modules/eventlet/default.nix index f1077552559a..2a652cfe73f6 100644 --- a/pkgs/development/python-modules/eventlet/default.nix +++ b/pkgs/development/python-modules/eventlet/default.nix @@ -32,6 +32,8 @@ buildPythonPackage rec { hash = "sha256-fzCN+idYQ97nuDVfYn6VYQFBaaMxmnjWzFrmn+Aj+u4="; }; + pythonRelaxDeps = lib.optionals isPyPy [ "greenlet" ]; + nativeBuildInputs = [ hatch-vcs hatchling