python37Packages.libcloud: add pythonImportsCheck

This commit is contained in:
Mario Rodas 2021-01-30 20:52:10 -05:00
parent c473d7f365
commit 463842d447

View file

@ -28,6 +28,8 @@ buildPythonPackage rec {
# requires a certificates file
doCheck = false;
pythonImportsCheck = [ "libcloud" ];
meta = with lib; {
description = "A unified interface to many cloud providers";
homepage = "https://libcloud.apache.org/";