Merge pull request #133738 from r-ryantm/auto-update/python3.8-azure-mgmt-recoveryservicesbackup
python38Packages.azure-mgmt-recoveryservicesbackup: 1.0.0 -> 2.0.0
This commit is contained in:
commit
04865a8598
1 changed files with 4 additions and 2 deletions
|
@ -10,12 +10,12 @@
|
||||||
|
|
||||||
buildPythonPackage rec {
|
buildPythonPackage rec {
|
||||||
pname = "azure-mgmt-recoveryservicesbackup";
|
pname = "azure-mgmt-recoveryservicesbackup";
|
||||||
version = "1.0.0";
|
version = "2.0.0";
|
||||||
|
|
||||||
src = fetchPypi {
|
src = fetchPypi {
|
||||||
inherit pname version;
|
inherit pname version;
|
||||||
extension = "zip";
|
extension = "zip";
|
||||||
sha256 = "fd915aa6a76ef9e0e963615d4c909400c8d5646e26273ae25fa1418ce61e28d2";
|
sha256 = "d3e60daefbc20a7fa381c7ad1498f4bf4bb5a1414c1c64188cc9d5c98c4e12ac";
|
||||||
};
|
};
|
||||||
|
|
||||||
propagatedBuildInputs = [
|
propagatedBuildInputs = [
|
||||||
|
@ -29,6 +29,8 @@ buildPythonPackage rec {
|
||||||
# has no tests
|
# has no tests
|
||||||
doCheck = false;
|
doCheck = false;
|
||||||
|
|
||||||
|
pythonImportsCheck = [ "azure.mgmt.recoveryservicesbackup" ];
|
||||||
|
|
||||||
meta = with lib; {
|
meta = with lib; {
|
||||||
description = "This is the Microsoft Azure Recovery Services Backup Management Client Library";
|
description = "This is the Microsoft Azure Recovery Services Backup Management Client Library";
|
||||||
homepage = "https://github.com/Azure/azure-sdk-for-python";
|
homepage = "https://github.com/Azure/azure-sdk-for-python";
|
||||||
|
|
Loading…
Reference in a new issue