diff options
| author | Jonathan Ringer <jonringer117@gmail.com> | 2021-11-30 08:36:00 -0800 |
|---|---|---|
| committer | Jonathan Ringer <jonringer117@gmail.com> | 2021-11-30 18:52:58 -0800 |
| commit | 4a557a8e5f88248d4f444ea01c5fdee47eaeb66c (patch) | |
| tree | 79a3022546b9489d9257fdc61c3f245a7ebf3eee | |
| parent | azure-cli: fix namespacing of dependency (diff) | |
| download | nixpkgs-4a557a8e5f88248d4f444ea01c5fdee47eaeb66c.tar.gz | |
python3Packages.azure-keyvault: fix build
| -rw-r--r-- | pkgs/development/python-modules/azure-keyvault/default.nix | 5 |
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" |
