From 8c46324e6dd97fb2468943b7a3b6788947d50730 Mon Sep 17 00:00:00 2001
From: Marcel Telka <marcel@telka.sk>
Date: Sat, 30 Dec 2023 10:29:49 +0100
Subject: [PATCH] shared-macros.mk: drop no longer needed Python compat variables

---
 make-rules/shared-macros.mk |    8 --------
 1 files changed, 0 insertions(+), 8 deletions(-)

diff --git a/make-rules/shared-macros.mk b/make-rules/shared-macros.mk
index 975037c..7088b94 100644
--- a/make-rules/shared-macros.mk
+++ b/make-rules/shared-macros.mk
@@ -172,14 +172,6 @@
 PYTHON_VERSION = 3.9
 PYTHON_VERSIONS = 3.9
 
-# These variables are for backward compatibility only.  Components should stop
-# to use them.  Once they do so these vars should be removed.
-PYTHON3_VERSION	= $(PYTHON_VERSION)
-PYTHON3_VERSIONS = $(PYTHON_VERSIONS)
-PYTHON3_RUNTIME_PKG = runtime/python-$(subst .,,$(PYTHON3_VERSION))
-PYTHON_ALL_VERSIONS = $(PYTHON_VERSIONS)
-PYTHON_VERSIONS_ALL= $(PYTHON_VERSIONS)
-
 # Python up to 2.7 was built both 32-bit and 64-bit.  Starting with Python 3.x
 # the python package is built 64-bit only.  So now all PYTHON_VERSIONS are
 # 64-bit only.

--
Gitblit v1.9.3