[staging-next] python3Packages.roman: fix build with older setuptools_80 (#536935)

This commit is contained in:
Martin Weinelt 2026-07-01 02:00:19 +00:00 committed by GitHub
commit 8c76ee973a
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -2,7 +2,7 @@
lib,
buildPythonPackage,
fetchFromGitHub,
setuptools,
setuptools_80,
pytestCheckHook,
}:
@ -18,7 +18,7 @@ buildPythonPackage (finalAttrs: {
hash = "sha256-ZtwHlS3V18EqDXJxTTwfUdtOvyQg9GbSArV7sOs1b38=";
};
build-system = [ setuptools ];
build-system = [ setuptools_80 ];
pythonImportsCheck = [ "roman" ];