13 buildPythonPackage rec {
14 pname = "azure-mgmt-rdbms";
16 format = "setuptools";
19 inherit pname version;
21 hash = "sha256-qH1AHIdshHNM3UiIr1UeShRhtLMo2YFq9gy4rFl58DU=";
24 propagatedBuildInputs = [
29 ] ++ lib.optionals (!isPy3k) [ azure-mgmt-nspkg ];
33 pythonImportsCheck = [ "azure.mgmt.rdbms" ];
36 description = "This is the Microsoft Azure RDBMS Management Client Library";
37 homepage = "https://github.com/Azure/azure-sdk-for-python";
38 license = licenses.mit;
39 maintainers = with maintainers; [ maxwilson ];