13 buildPythonPackage rec {
14 pname = "azure-servicebus";
16 format = "setuptools";
18 disabled = pythonOlder "3.7";
21 inherit pname version;
22 hash = "sha256-970pd5G2pXfONqOeoKuxCqD4dba7DTFSLtntK7AojUw=";
25 propagatedBuildInputs = [
34 # Tests require dev-tools
37 pythonImportsCheck = [
42 description = "Microsoft Azure Service Bus Client Library";
43 homepage = "https://github.com/Azure/azure-sdk-for-python";
44 changelog = "https://github.com/Azure/azure-sdk-for-python/blob/azure-servicebus_${version}/sdk/servicebus/azure-servicebus/CHANGELOG.md";
45 license = licenses.mit;
46 maintainers = with maintainers; [ maxwilson ];