Skip to content

Commit

Permalink
python3.pkgs.gevent: use cython3 and update build dependencies (#248606)
Browse files Browse the repository at this point in the history
  • Loading branch information
tjni committed Aug 17, 2023
1 parent a083287 commit 5951542
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions pkgs/development/python-modules/gevent/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,11 @@
, isPyPy
, python
, libev
, cffi
, cython_3
, greenlet
, setuptools
, wheel
, zope_event
, zope_interface
, pythonOlder
Expand All @@ -24,7 +27,11 @@ buildPythonPackage rec {
};

nativeBuildInputs = [
cython_3
setuptools
wheel
] ++ lib.optionals (!isPyPy) [
cffi
];

buildInputs = [
Expand Down

0 comments on commit 5951542

Please sign in to comment.