python39Packages.azure-mgmt-recoveryservicesbackup: add import check

This commit is contained in:
Sandro Jäckel 2021-08-27 03:11:45 +02:00
parent 3017b8d167
commit 8d2d845ec6
No known key found for this signature in database
GPG Key ID: 3AF5A43A3EECC2E5

View File

@ -29,6 +29,8 @@ buildPythonPackage rec {
# has no tests
doCheck = false;
pythonImportsCheck = [ "azure.mgmt.recoveryservicesbackup" ];
meta = with lib; {
description = "This is the Microsoft Azure Recovery Services Backup Management Client Library";
homepage = "https://github.com/Azure/azure-sdk-for-python";