python37Packages.libcloud: add pythonImportsCheck
This commit is contained in:
parent
c473d7f365
commit
463842d447
@ -28,6 +28,8 @@ buildPythonPackage rec {
|
|||||||
# requires a certificates file
|
# requires a certificates file
|
||||||
doCheck = false;
|
doCheck = false;
|
||||||
|
|
||||||
|
pythonImportsCheck = [ "libcloud" ];
|
||||||
|
|
||||||
meta = with lib; {
|
meta = with lib; {
|
||||||
description = "A unified interface to many cloud providers";
|
description = "A unified interface to many cloud providers";
|
||||||
homepage = "https://libcloud.apache.org/";
|
homepage = "https://libcloud.apache.org/";
|
||||||
|
Loading…
Reference in New Issue
Block a user