python3Packages.python-manilaclient: Use buildPythonPackage

and expose a top-level attribute.
This commit is contained in:
Martin Weinelt 2022-10-02 18:28:50 +02:00
parent a7a6688dc3
commit e755d64d65
No known key found for this signature in database
GPG Key ID: 87C1E9888F856759
2 changed files with 3 additions and 2 deletions

View File

@ -1,5 +1,5 @@
{ lib
, buildPythonApplication
, buildPythonPackage
, fetchPypi
, installShellFiles
, pbr
@ -21,7 +21,7 @@
, pythonOlder
}:
buildPythonApplication rec {
buildPythonPackage rec {
pname = "python-manilaclient";
version = "4.1.0";
format = "setuptools";

View File

@ -21195,6 +21195,7 @@ with pkgs;
glanceclient = with python3Packages; toPythonApplication python-glanceclient;
heatclient = with python3Packages; toPythonApplication python-heatclient;
ironicclient = with python3Packages; toPythonApplication python-ironicclient;
manilaclient = with python3Packages; toPythonApplication python-manilaclient;
openvdb = callPackage ../development/libraries/openvdb {};