python3Packages.python-swiftclient: use buildPythonPackage
This commit is contained in:
@@ -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";
|
||||
|
||||
Reference in New Issue
Block a user