···2222 # this is just a meta package, which contains keys and secrets2323 doCheck = false;24242525+ pythonNamespaces = [ "azure" ];2626+2527 pythonImportsCheck = [2628 "azure.keyvault.keys"2729 "azure.keyvault.secrets"
···2727 ];28282929 # this is still needed for when the version is overrided3030- # to previous versions. E.g azure-cli3131- postInstall = lib.optionalString isPy3k ''3232- rm -f $out/${python.sitePackages}/azure/{,mgmt/}__init__.py3333- '';3030+ pythonNamespaces = [ "azure.mgmt" ];34313532 # has no tests3633 doCheck = false;
···2626 azure-mgmt-nspkg2727 ];28282929- # this is still need when overriding to prevoius versions3030- # E.g. azure-cli3131- postInstall = lib.optionalString isPy3k ''3232- rm -f $out/${python.sitePackages}/azure/{,mgmt/}__init__.py3333- '';2929+ pythonNamespaces = [ "azure.mgmt" ];34303531 # has no tests3632 doCheck = false;