python3.pkgs.gevent: use cython3 and update build dependencies (#248606)

This commit is contained in:
Theodore Ni 2023-08-11 23:11:08 -07:00 committed by GitHub
parent f06e634dc5
commit 8e951a317e
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -4,8 +4,11 @@
, isPyPy
, python
, libev
, cffi
, cython_3
, greenlet
, setuptools
, wheel
, zope_event
, zope_interface
, pythonOlder
@ -24,7 +27,11 @@ buildPythonPackage rec {
};
nativeBuildInputs = [
cython_3
setuptools
wheel
] ++ lib.optionals (!isPyPy) [
cffi
];
buildInputs = [