5 , azure-keyvault-certificates
7 , azure-keyvault-secrets
10 buildPythonPackage rec {
11 pname = "azure-keyvault";
13 format = "setuptools";
15 disabled = pythonOlder "3.6";
18 inherit pname version;
20 hash = "sha256-cxrdEIo+KatP1QGjxHclbChsNNCZazg/tqOUVGKTN2E=";
23 propagatedBuildInputs = [
24 azure-keyvault-certificates
26 azure-keyvault-secrets
29 # this is just a meta package, which contains keys and secrets packages
33 pythonImportsCheck = [
35 "azure.keyvault.secrets"
39 description = "This is the Microsoft Azure Key Vault Client Library";
40 homepage = "https://github.com/Azure/azure-sdk-for-python";
41 license = licenses.mit;
42 maintainers = with maintainers; [ jonringer ];