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