python311Packages.python-manilaclient: use pyproject = true

This commit is contained in:
Anthony ROUSSEL
2024-07-27 21:16:12 +02:00
parent 8a4ee285d0
commit 5e44eda33b
@@ -11,6 +11,7 @@
prettytable,
requests,
simplejson,
setuptools,
sphinxHook,
sphinxcontrib-programoutput,
babel,
@@ -23,22 +24,23 @@
buildPythonPackage rec {
pname = "python-manilaclient";
version = "4.9.1";
format = "setuptools";
pyproject = true;
src = fetchPypi {
inherit pname version;
hash = "sha256-TebykdG0fkeC+5Vs9eiwuJpXam41gg8gR4F2poYKDhI=";
};
nativeBuildInputs = [
build-system = [
openstackdocstheme
setuptools
sphinxHook
sphinxcontrib-programoutput
];
sphinxBuilders = [ "man" ];
propagatedBuildInputs = [
dependencies = [
pbr
oslo-config
oslo-log