lol
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

python39Packages.azure-mgmt-sql: add import check

+2
+2
pkgs/development/python-modules/azure-mgmt-sql/default.nix
··· 31 31 # has no tests 32 32 doCheck = false; 33 33 34 + pythonImportsCheck = [ "azure.mgmt.sql" ]; 35 + 34 36 meta = with lib; { 35 37 description = "This is the Microsoft Azure SQL Management Client Library"; 36 38 homepage = "https://github.com/Azure/azure-sdk-for-python";