python311Packages.python-cinderclient: enable manpages

This commit is contained in:
Anthony ROUSSEL
2024-09-09 18:55:50 +02:00
parent 2b5b1f13cb
commit d725bdcf0d
@@ -4,6 +4,7 @@
fetchPypi,
ddt,
keystoneauth1,
openstackdocstheme,
oslo-i18n,
oslo-serialization,
oslo-utils,
@@ -11,9 +12,11 @@
requests,
prettytable,
pythonOlder,
reno,
requests-mock,
setuptools,
simplejson,
sphinxHook,
stestr,
stevedore,
}:
@@ -30,6 +33,14 @@ buildPythonPackage rec {
hash = "sha256-P+/eJoJS5S4w/idz9lgienjG3uN4/LEy0xyG5uybojg=";
};
nativeBuildInputs = [
openstackdocstheme
reno
sphinxHook
];
sphinxBuilders = [ "man" ];
build-system = [ setuptools ];
dependencies = [