14 buildPythonPackage rec {
15 pname = "azure-servicebus";
17 format = "setuptools";
19 disabled = pythonOlder "3.7";
22 inherit pname version;
23 hash = "sha256-pqPF957VvvEB2ePjyYahA7IA4mxJU8R6UvVSx1fkXso=";
26 propagatedBuildInputs = [
35 # Tests require dev-tools
38 pythonImportsCheck = [ "azure.servicebus" ];
41 description = "Microsoft Azure Service Bus Client Library";
42 homepage = "https://github.com/Azure/azure-sdk-for-python";
43 changelog = "https://github.com/Azure/azure-sdk-for-python/blob/azure-servicebus_${version}/sdk/servicebus/azure-servicebus/CHANGELOG.md";
44 license = licenses.mit;
45 maintainers = with maintainers; [ maxwilson ];