12 buildPythonPackage rec {
13 pname = "azure-mgmt-trafficmanager";
17 inherit pname version;
19 hash = "sha256-Nb8ZAr8VidYm41lx5aqgCeiECUZytHm3mM0buNTy/fk=";
22 propagatedBuildInputs = [
27 ] ++ lib.optionals (!isPy3k) [
35 description = "This is the Microsoft Azure Traffic Manager Client Library";
36 homepage = "https://github.com/Azure/azure-sdk-for-python";
37 license = licenses.mit;
38 maintainers = with maintainers; [ maxwilson ];