mirror of
https://github.com/NixOS/nixpkgs.git
synced 2026-07-06 17:13:24 -05:00
python3Packages.mock-services: pin to setuptools 80
This commit is contained in:
parent
a188c59780
commit
293e8b054d
1 changed files with 5 additions and 2 deletions
|
|
@ -7,12 +7,13 @@
|
|||
funcsigs,
|
||||
requests-mock,
|
||||
pytestCheckHook,
|
||||
setuptools_80,
|
||||
}:
|
||||
|
||||
buildPythonPackage rec {
|
||||
pname = "mock-services";
|
||||
version = "0.3.1";
|
||||
format = "setuptools";
|
||||
pyproject = true;
|
||||
|
||||
src = fetchFromGitHub {
|
||||
owner = "peopledoc";
|
||||
|
|
@ -29,7 +30,9 @@ buildPythonPackage rec {
|
|||
})
|
||||
];
|
||||
|
||||
propagatedBuildInputs = [
|
||||
build-system = [ setuptools_80 ];
|
||||
|
||||
dependencies = [
|
||||
attrs
|
||||
funcsigs
|
||||
requests-mock
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue