pythonPackages.python-swiftclient: add pythonImportsCheck

This commit is contained in:
superherointj 2021-09-14 12:05:02 -03:00
parent 5e57188c65
commit 7e4ea5c265

View File

@ -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";