From 7e4ea5c265b4b428555013f6a3771f13d07d1183 Mon Sep 17 00:00:00 2001 From: superherointj <5861043+superherointj@users.noreply.github.com> Date: Tue, 14 Sep 2021 12:05:02 -0300 Subject: [PATCH] pythonPackages.python-swiftclient: add pythonImportsCheck --- pkgs/development/python-modules/python-swiftclient/default.nix | 2 ++ 1 file changed, 2 insertions(+) diff --git a/pkgs/development/python-modules/python-swiftclient/default.nix b/pkgs/development/python-modules/python-swiftclient/default.nix index c38431f1c788..aebc5d75988c 100644 --- a/pkgs/development/python-modules/python-swiftclient/default.nix +++ b/pkgs/development/python-modules/python-swiftclient/default.nix @@ -29,6 +29,8 @@ buildPythonApplication rec { stestr run ''; + pythonImportsCheck = [ "swiftclient" ]; + meta = with lib; { homepage = "https://github.com/openstack/python-swiftclient"; description = "Python bindings to the OpenStack Object Storage API";