python3Packages.azure-keyvault-secrets: 4.1.0 -> 4.2.0

This commit is contained in:
Jonathan Ringer
2020-08-15 12:25:18 -07:00
committed by Jon
parent c406385a19
commit 653c93e64b
2 changed files with 4 additions and 2 deletions

View File

@@ -3,6 +3,7 @@
, fetchPypi
, python
, isPy3k
, azure-common
, azure-core
, msrest
, msrestazure
@@ -19,6 +20,7 @@ buildPythonPackage rec {
};
propagatedBuildInputs = [
azure-common
azure-core
msrest
msrestazure