mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-01-05 20:43:28 +00:00
python39Packages.azure-mgmt-media: add import check
This commit is contained in:
parent
0886db59a2
commit
155a9de6e8
@ -31,6 +31,8 @@ buildPythonPackage rec {
|
|||||||
# has no tests
|
# has no tests
|
||||||
doCheck = false;
|
doCheck = false;
|
||||||
|
|
||||||
|
pythonImportsCheck = [ "azure.mgmt.media" ];
|
||||||
|
|
||||||
meta = with lib; {
|
meta = with lib; {
|
||||||
description = "This is the Microsoft Azure Media Services Client Library";
|
description = "This is the Microsoft Azure Media Services Client Library";
|
||||||
homepage = "https://github.com/Azure/azure-sdk-for-python";
|
homepage = "https://github.com/Azure/azure-sdk-for-python";
|
||||||
|
Loading…
Reference in New Issue
Block a user