python312Packages.frozenlist: use cython_3

````
ERROR Missing dependencies:
        Cython>=3.0.0b3
````
This commit is contained in:
Martin Weinelt 2024-02-18 04:11:27 +01:00
parent e5105e6cec
commit 156362008d
No known key found for this signature in database
GPG Key ID: 87C1E9888F856759

View File

@ -1,6 +1,6 @@
{ lib
, buildPythonPackage
, cython
, cython_3
, expandvars
, fetchFromGitHub
, pep517
@ -30,7 +30,7 @@ buildPythonPackage rec {
nativeBuildInputs = [
expandvars
cython
cython_3
pep517
setuptools
wheel