10 buildPythonPackage rec {
11 pname = "azure-mgmt-recoveryservicesbackup";
13 format = "setuptools";
15 disabled = pythonOlder "3.8";
18 inherit pname version;
19 hash = "sha256-H/SsO/DnHXSsSyejYX7BFem1GqPh20DRGecrYVkIu1E=";
22 propagatedBuildInputs = [
31 pythonImportsCheck = [
32 "azure.mgmt.recoveryservicesbackup"
36 description = "This is the Microsoft Azure Recovery Services Backup Management Client Library";
37 homepage = "https://github.com/Azure/azure-sdk-for-python";
38 changelog = "https://github.com/Azure/azure-sdk-for-python/blob/azure-mgmt-recoveryservicesbackup_${version}/sdk/recoveryservices/azure-mgmt-recoveryservicesbackup/CHANGELOG.md";
39 license = licenses.mit;
40 maintainers = with maintainers; [ maxwilson ];