mirror of
https://github.com/NixOS/nixpkgs.git
synced 2026-08-25 17:55:21 +00:00
python3Packages.azure-mgmt-recoveryservicesbackup: remove msrest
Remove 'msrest' from the package dependencies.
This commit is contained in:
@@ -5,7 +5,6 @@
|
||||
buildPythonPackage,
|
||||
fetchPypi,
|
||||
isodate,
|
||||
msrest,
|
||||
setuptools,
|
||||
}:
|
||||
|
||||
@@ -26,7 +25,6 @@ buildPythonPackage (finalAttrs: {
|
||||
azure-common
|
||||
azure-mgmt-core
|
||||
isodate
|
||||
msrest
|
||||
];
|
||||
|
||||
# Module has no tests
|
||||
|
||||
Reference in New Issue
Block a user