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