summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJonathan Ringer <jonringer117@gmail.com>2021-11-30 08:36:00 -0800
committerJonathan Ringer <jonringer117@gmail.com>2021-11-30 18:52:58 -0800
commit4a557a8e5f88248d4f444ea01c5fdee47eaeb66c (patch)
tree79a3022546b9489d9257fdc61c3f245a7ebf3eee
parentazure-cli: fix namespacing of dependency (diff)
downloadnixpkgs-4a557a8e5f88248d4f444ea01c5fdee47eaeb66c.tar.gz
python3Packages.azure-keyvault: fix build
-rw-r--r--pkgs/development/python-modules/azure-keyvault/default.nix5
1 files changed, 2 insertions, 3 deletions
diff --git a/pkgs/development/python-modules/azure-keyvault/default.nix b/pkgs/development/python-modules/azure-keyvault/default.nix
index f5b83df26640..8a4799c688b4 100644
--- a/pkgs/development/python-modules/azure-keyvault/default.nix
+++ b/pkgs/development/python-modules/azure-keyvault/default.nix
@@ -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"