From 42d61a1972f5d51e883c7fa36a2ca5384dfc937e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Nikola=20Forr=C3=B3?= Date: Sun, 5 Oct 2025 10:36:15 +0200 Subject: [PATCH] Workaround pyforgejo/ogr issue MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Nikola Forró --- requirements.txt | 2 ++ 1 file changed, 2 insertions(+) diff --git a/requirements.txt b/requirements.txt index 279ab10..3f828d2 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1 +1,3 @@ +# pyforgejo 2.0.5 breaks ogr (AttributeError: No core found in _dynamic_imports for module name -> pyforgejo) +pyforgejo==2.0.4 ogr