12 buildPythonPackage rec {
13 pname = "azure-mgmt-recoveryservices";
17 inherit pname version;
19 sha256 = "sha256-2DeOemVpkjeI/hUdG04IuHU2h3cmk3oG4kr1wIDvdbM=";
22 propagatedBuildInputs = [
27 ] ++ lib.optionals (!isPy3k) [
33 pythonImportsCheck = [ "azure.mgmt.recoveryservices" ];
36 description = "This is the Microsoft Azure Recovery Services Client Library";
37 homepage = "https://github.com/Azure/azure-sdk-for-python";
38 license = licenses.mit;
39 maintainers = with maintainers; [ maxwilson ];