11 buildPythonPackage rec {
12 pname = "azure-mgmt-trafficmanager";
16 inherit pname version;
18 sha256 = "fc8ae77022cfe52fda4379a2f31e0b857574d536e41291a7b569b5c0f4104186";
21 propagatedBuildInputs = [
25 ] ++ lib.optionals (!isPy3k) [
33 description = "This is the Microsoft Azure Traffic Manager Client Library";
34 homepage = "https://github.com/Azure/azure-sdk-for-python";
35 license = licenses.mit;
36 maintainers = with maintainers; [ maxwilson ];