diff options
| author | Martin Weinelt <hexa@darmstadt.ccc.de> | 2022-10-02 17:16:31 +0200 |
|---|---|---|
| committer | Martin Weinelt <hexa@darmstadt.ccc.de> | 2022-10-02 19:06:35 +0200 |
| commit | c2379dbd43fbda68b68a4f810c96f8e1195ca79f (patch) | |
| tree | 3875bbd98235ad79e740919b37dfc909af0c3c13 /pkgs/development/python-modules/python-swiftclient | |
| parent | cd016901b1ede81a8714549ee1048e9a1756612b (diff) | |
python3Packages.python-swiftclient: use buildPythonPackage
Diffstat (limited to 'pkgs/development/python-modules/python-swiftclient')
| -rw-r--r-- | pkgs/development/python-modules/python-swiftclient/default.nix | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/development/python-modules/python-swiftclient/default.nix b/pkgs/development/python-modules/python-swiftclient/default.nix index 3329753d6334..f5a15a34f0ca 100644 --- a/pkgs/development/python-modules/python-swiftclient/default.nix +++ b/pkgs/development/python-modules/python-swiftclient/default.nix @@ -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"; |
