12 buildPythonPackage rec {
13 pname = "azure-mgmt-sql";
17 inherit pname version;
19 sha256 = "129042cc011225e27aee6ef2697d585fa5722e5d1aeb0038af6ad2451a285457";
22 propagatedBuildInputs = [
27 ] ++ lib.optionals (!isPy3k) [
34 pythonImportsCheck = [ "azure.mgmt.sql" ];
37 description = "This is the Microsoft Azure SQL Management Client Library";
38 homepage = "https://github.com/Azure/azure-sdk-for-python";
39 license = licenses.mit;
40 maintainers = with maintainers; [ maxwilson ];