python3Packages.python-heatclient: Use buildPythonPackage

and expose as top-level attribute.
This commit is contained in:
Martin Weinelt 2022-10-02 14:49:05 +02:00
parent 156a0827bd
commit 974f1ece20
2 changed files with 3 additions and 2 deletions

View File

@ -1,6 +1,6 @@
{ lib
, babel
, buildPythonApplication
, buildPythonPackage
, cliff
, fetchPypi
, iso8601
@ -20,7 +20,7 @@
, testscenarios
}:
buildPythonApplication rec {
buildPythonPackage rec {
pname = "python-heatclient";
version = "3.1.0";
format = "setuptools";

View File

@ -21178,6 +21178,7 @@ with pkgs;
openslp = callPackage ../development/libraries/openslp {};
openstackclient = with python3Packages; toPythonApplication python-openstackclient;
heatclient = with python3Packages; toPythonApplication python-heatclient;
openvdb = callPackage ../development/libraries/openvdb {};