12 buildPythonPackage rec {
13 pname = "azure-mgmt-signalr";
15 format = "setuptools";
17 disabled = pythonOlder "3.7";
20 inherit pname version;
22 hash = "sha256-jbFhVoJbObpvcVJr2VoUzY5CmSblJ6OK7Q3l17SARfg=";
25 propagatedBuildInputs = [
36 description = "This is the Microsoft Azure SignalR Client Library";
37 homepage = "https://github.com/Azure/azure-sdk-for-python";
38 license = licenses.mit;
39 maintainers = with maintainers; [ maxwilson ];