python3Packages.python-swiftclient: use buildPythonPackage

This commit is contained in:
Martin Weinelt
2022-10-02 19:06:35 +02:00
parent cd016901b1
commit c2379dbd43
@@ -1,5 +1,5 @@
{ lib
, buildPythonApplication
, buildPythonPackage
, fetchPypi
, installShellFiles
, mock
@@ -10,7 +10,7 @@
, stestr
}:
buildPythonApplication rec {
buildPythonPackage rec {
pname = "python-swiftclient";
version = "4.1.0";
format = "setuptools";