Revert "pyroaring: Override Cython version for tests/build"

This commit is contained in:
Sandro
2025-09-17 18:35:11 +02:00
committed by GitHub
parent d66b3a5bcc
commit bc6ab16c90
@@ -26,16 +26,7 @@ buildPythonPackage rec {
'';
build-system = [
(cython.overrideAttrs (rec {
name = "cython";
version = "3.0.12";
src = fetchFromGitHub {
owner = "cython";
repo = "cython";
tag = version;
hash = "sha256-clJXjQb6rVECirKRUGX0vD5a6LILzPwNo7+6KKYs2pI=";
};
}))
cython
setuptools
];