11 buildPythonPackage rec {
12 pname = "azure-mgmt-eventhub";
14 format = "setuptools";
16 disabled = pythonOlder "3.7";
19 inherit pname version;
21 hash = "sha256-FxB9ToXd6PZ1eUrMWDAtbOmKclTuA/QdP72WsG7za5Y=";
24 propagatedBuildInputs = [
35 description = "This is the Microsoft Azure EventHub Management Client Library";
36 homepage = "https://github.com/Azure/azure-sdk-for-python";
37 license = licenses.mit;
38 maintainers = with maintainers; [ maxwilson ];