12 buildPythonPackage rec {
13 pname = "azure-mgmt-rdbms";
15 format = "setuptools";
18 inherit pname version;
20 hash = "sha256-qH1AHIdshHNM3UiIr1UeShRhtLMo2YFq9gy4rFl58DU=";
23 propagatedBuildInputs = [
28 ] ++ lib.optionals (!isPy3k) [
34 pythonImportsCheck = [ "azure.mgmt.rdbms" ];
37 description = "This is the Microsoft Azure RDBMS Management Client Library";
38 homepage = "https://github.com/Azure/azure-sdk-for-python";
39 license = licenses.mit;
40 maintainers = with maintainers; [ maxwilson ];