python3Packages.openapi-spec-validator: add setuptools

This commit is contained in:
Vladimír Čunát 2022-09-19 07:17:36 +02:00
parent dcd21563ad
commit eeb9911827
No known key found for this signature in database
GPG Key ID: E747DF1F9575A3AA

View File

@ -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 = [