mirror of
https://github.com/NixOS/nixpkgs.git
synced 2026-07-06 17:13:24 -05:00
python3Packages.pytest-cases: use setuptools_80
Otherwise it fails to build with
ModuleNotFoundError: No module named 'pkg_resources'
This commit is contained in:
parent
a0e7162237
commit
e2eaadff39
1 changed files with 5 additions and 1 deletions
|
|
@ -6,6 +6,7 @@
|
|||
decopatch,
|
||||
packaging,
|
||||
pytest,
|
||||
setuptools_80,
|
||||
setuptools-scm,
|
||||
}:
|
||||
|
||||
|
|
@ -20,7 +21,10 @@ buildPythonPackage rec {
|
|||
hash = "sha256-xOGB8bUlyTGjGNSBL6jeZWwsj7d/zPFXHs8Mxf6Of48=";
|
||||
};
|
||||
|
||||
build-system = [ setuptools-scm ];
|
||||
build-system = [
|
||||
setuptools_80
|
||||
setuptools-scm
|
||||
];
|
||||
|
||||
dependencies = [
|
||||
decopatch
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue