python311Packages.python-heatclient: build manpage with sphinxHook
This commit is contained in:
@@ -5,6 +5,7 @@
|
||||
fetchPypi,
|
||||
iso8601,
|
||||
keystoneauth1,
|
||||
openstackdocstheme,
|
||||
osc-lib,
|
||||
oslo-i18n,
|
||||
oslo-serialization,
|
||||
@@ -16,6 +17,7 @@
|
||||
pyyaml,
|
||||
requests,
|
||||
requests-mock,
|
||||
sphinxHook,
|
||||
stestr,
|
||||
testscenarios,
|
||||
}:
|
||||
@@ -32,6 +34,13 @@ buildPythonPackage rec {
|
||||
hash = "sha256-B1F40HYHFF91mkxwySR/kqCvlwLLtBgqwUvw2byOc9g=";
|
||||
};
|
||||
|
||||
nativeBuildInputs = [
|
||||
openstackdocstheme
|
||||
sphinxHook
|
||||
];
|
||||
|
||||
sphinxBuilders = [ "man" ];
|
||||
|
||||
propagatedBuildInputs = [
|
||||
cliff
|
||||
iso8601
|
||||
|
||||
Reference in New Issue
Block a user