python39Packages.azure-mgmt-media: add import check

This commit is contained in:
Sandro Jäckel 2021-08-27 03:17:28 +02:00
parent 0886db59a2
commit 155a9de6e8
No known key found for this signature in database
GPG Key ID: 3AF5A43A3EECC2E5

View File

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