python3Packages.sphinxcontrib-openapi: fix build
This commit is contained in:
parent
56bbebe237
commit
75291e223f
@ -2,6 +2,7 @@
|
|||||||
, buildPythonPackage
|
, buildPythonPackage
|
||||||
, fetchPypi
|
, fetchPypi
|
||||||
, setuptools_scm
|
, setuptools_scm
|
||||||
|
, m2r
|
||||||
, pyyaml
|
, pyyaml
|
||||||
, jsonschema
|
, jsonschema
|
||||||
, sphinxcontrib_httpdomain
|
, sphinxcontrib_httpdomain
|
||||||
@ -16,7 +17,8 @@ buildPythonPackage rec {
|
|||||||
sha256 = "1c1bd10d7653912c59a42f727c62cbb7b75f7905ddd9ccc477ebfd1bc69f0cf3";
|
sha256 = "1c1bd10d7653912c59a42f727c62cbb7b75f7905ddd9ccc477ebfd1bc69f0cf3";
|
||||||
};
|
};
|
||||||
|
|
||||||
propagatedBuildInputs = [setuptools_scm pyyaml jsonschema sphinxcontrib_httpdomain];
|
nativeBuildInputs = [ setuptools_scm ];
|
||||||
|
propagatedBuildInputs = [ pyyaml jsonschema m2r sphinxcontrib_httpdomain ];
|
||||||
|
|
||||||
doCheck = false;
|
doCheck = false;
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user