13 buildPythonPackage rec {
14 pname = "azure-keyvault-keys";
16 format = "setuptools";
18 disabled = pythonOlder "3.6";
21 inherit pname version;
23 hash = "sha256-9jdA9dwNmxQtitZZCfSoSe9UmiDobf8uwyLBPeBILYw=";
26 propagatedBuildInputs = [
42 # requires relative paths to utilities in the mono-repo
45 pythonImportsCheck = [
54 description = "Microsoft Azure Key Vault Keys Client Library for Python";
55 homepage = "https://github.com/Azure/azure-sdk-for-python";
56 license = licenses.mit;
57 maintainers = with maintainers; [ jonringer ];