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