python3Packages.azure-keyvault: fix build

This commit is contained in:
Jonathan Ringer
2021-11-30 08:36:00 -08:00
parent 502cf1f3a5
commit 4a557a8e5f
@@ -21,10 +21,9 @@ buildPythonPackage rec {
azure-keyvault-secrets
];
# this is just a meta package, which contains keys and secrets
# this is just a meta package, which contains keys and secrets packages
doCheck = false;
pythonNamespaces = [ "azure" ];
doBuild = false;
pythonImportsCheck = [
"azure.keyvault.keys"