libreoffice: add nopython patch for ecne

This commit is contained in:
Luis Guzmán 2026-04-04 17:26:05 -06:00 committed by Ark74
parent 5dc81d59a0
commit caa1d82025
3 changed files with 17 additions and 3 deletions

View file

@ -0,0 +1,14 @@
diff --git a/debian/rules b/debian/rules
index abb880f..90b89d5 100755
--- a/debian/rules
+++ b/debian/rules
@@ -2340,7 +2340,9 @@ ifeq "$(ENABLE_RUST)" "y"
endif
ifneq "$(PYTHON_VERSION)" "default"
+ifneq "$(PYTHON)" ""
rm -f bin/$(PYTHON)
+endif
endif
dh_clean