python3Packages.openapi-spec-validator: add setuptools
This commit is contained in:
parent
dcd21563ad
commit
eeb9911827
@ -2,6 +2,7 @@
|
||||
, buildPythonPackage
|
||||
, fetchFromGitHub
|
||||
, poetry-core
|
||||
, setuptools
|
||||
|
||||
# propagates
|
||||
, jsonschema
|
||||
@ -36,6 +37,7 @@ buildPythonPackage rec {
|
||||
|
||||
nativeBuildInputs = [
|
||||
poetry-core
|
||||
setuptools
|
||||
];
|
||||
|
||||
propagatedBuildInputs = [
|
||||
|
Loading…
Reference in New Issue
Block a user