azure-mgmt-resource-{deployments,deploymentscripts,deploymentstacks,templatespecs}: fix deleting leaf module __init__.py (#490296)

This commit is contained in:
Paul Meyer
2026-02-17 13:30:23 +00:00
committed by GitHub
4 changed files with 8 additions and 4 deletions
@@ -34,7 +34,8 @@ buildPythonPackage rec {
doCheck = false;
pythonNamespaces = [
"azure.mgmt.resource.deployments"
"azure.mgmt"
"azure.mgmt.resource"
];
pythonImportsCheck = [
@@ -34,7 +34,8 @@ buildPythonPackage rec {
doCheck = false;
pythonNamespaces = [
"azure.mgmt.resource.deploymentscripts"
"azure.mgmt"
"azure.mgmt.resource"
];
pythonImportsCheck = [
@@ -34,7 +34,8 @@ buildPythonPackage rec {
doCheck = false;
pythonNamespaces = [
"azure.mgmt.resource.deploymentstacks"
"azure.mgmt"
"azure.mgmt.resource"
];
pythonImportsCheck = [
@@ -34,7 +34,8 @@ buildPythonPackage rec {
doCheck = false;
pythonNamespaces = [
"azure.mgmt.resource.templatespecs"
"azure.mgmt"
"azure.mgmt.resource"
];
pythonImportsCheck = [