forked from mirrors/nixpkgs
python39Packages.azure-mgmt-compute: add import check
This commit is contained in:
parent
66f9d3e972
commit
929905f8c7
|
@ -25,6 +25,8 @@ buildPythonPackage rec {
|
|||
# has no tests
|
||||
doCheck = false;
|
||||
|
||||
pythonImportsCheck = [ "azure.mgmt.compute" ];
|
||||
|
||||
meta = with lib; {
|
||||
description = "This is the Microsoft Azure Compute Management Client Library";
|
||||
homepage = "https://github.com/Azure/azure-sdk-for-python";
|
||||
|
|
Loading…
Reference in a new issue