From f95c46717c8f8cfe9062949cb6424056ba5b06c8 Mon Sep 17 00:00:00 2001 From: Silvan Calarco Date: Thu, 11 Jan 2024 17:51:52 +0100 Subject: [PATCH] Makefile.defs: pick python3 instead of python27 --- Makefile.defs | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/Makefile.defs b/Makefile.defs index bdac6a3..104a632 100644 --- a/Makefile.defs +++ b/Makefile.defs @@ -415,10 +415,10 @@ libpoppler-qt5.so.1 = libpoppler-qt5 libcommon.so = mariadb-columnstore #endif # Common to all archs -/usr/bin/python = python -python[abi] = python -libpython = libpython -python = python +/usr/bin/python = python3 +python[abi] = python3 +libpython = libpython3 +python = python3 sopranobackend = soprano-backend-virtuoso dhcpclient = dhcp-client networkmanagergui = network-manager-applet