mirror of
https://github.com/NixOS/nixpkgs.git
synced 2026-07-06 17:13:24 -05:00
python3Packages.roman: fix build with older setuptools_80
This commit is contained in:
parent
1f55c59e4e
commit
91832859b4
1 changed files with 2 additions and 2 deletions
|
|
@ -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" ];
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue