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