diff --git a/entrypoint.py b/entrypoint.py index e1e1cb3..4235b33 100755 --- a/entrypoint.py +++ b/entrypoint.py @@ -94,7 +94,8 @@ def apply_patches(): # Apply patches print("::group::Applying patches to Buildozer") try: - import buildozer + import importlib + globals()["buildozer"] = importlib.import_module("buildozer") except ImportError: print( "::error::Cannot apply patches to buildozer (ImportError). "