python37Packages.libcloud: add pythonImportsCheck
This commit is contained in:
parent
c473d7f365
commit
463842d447
@ -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/";
|
||||
|
Loading…
Reference in New Issue
Block a user