11 buildPythonPackage rec {
12 pname = "azure-mgmt-iothub";
14 format = "setuptools";
16 disabled = pythonOlder "3.7";
19 inherit pname version;
20 hash = "sha256-2vIfyYxoo1PsYWMYwOYr4EyNaJmWC+jCy/mRZzrItyI=";
23 propagatedBuildInputs = [
27 ] ++ lib.optionals (pythonOlder "3.8") [
34 pythonImportsCheck = [
39 description = "This is the Microsoft Azure IoTHub Management Client Library";
40 homepage = "https://github.com/Azure/azure-sdk-for-python";
41 changelog = "https://github.com/Azure/azure-sdk-for-python/blob/azure-mgmt-iothub_${version}/sdk/iothub/azure-mgmt-iothub/CHANGELOG.md";
42 license = licenses.mit;
43 maintainers = with maintainers; [ maxwilson ];