[Buildroot] [git commit] package/python-setuptools: drop duplicate variable definition

Thomas Petazzoni thomas.petazzoni at bootlin.com
Thu Dec 30 22:28:56 UTC 2021


commit: https://git.buildroot.net/buildroot/commit/?id=b328a6a852abfb1ec713292e0ea0fd8f887b3461
branch: https://git.buildroot.net/buildroot/commit/?id=refs/heads/master

As part of commit
4d2ca2be49fecb68a988662a27d31278408614d2 ("package/python-setuptools:
bump to version 59.8.0 and split python2 version"), the
HOST_PYTHON_SETUPTOOLS_NEEDS_HOST_PYTHON was moved next to the other
HOST_* variables, but it was also re-added at the original location
during an (incorrect) review process. Fix that up by dropping the
duplicate definition.

Signed-off-by: Thomas Petazzoni <thomas.petazzoni at bootlin.com>
---
 package/python-setuptools/python-setuptools.mk | 1 -
 1 file changed, 1 deletion(-)

diff --git a/package/python-setuptools/python-setuptools.mk b/package/python-setuptools/python-setuptools.mk
index 30f0f255ed..d83336b909 100644
--- a/package/python-setuptools/python-setuptools.mk
+++ b/package/python-setuptools/python-setuptools.mk
@@ -29,7 +29,6 @@ PYTHON_SETUPTOOLS_LICENSE_FILES = LICENSE
 PYTHON_SETUPTOOLS_CPE_ID_VENDOR = python
 PYTHON_SETUPTOOLS_CPE_ID_PRODUCT = setuptools
 PYTHON_SETUPTOOLS_SETUP_TYPE = setuptools
-HOST_PYTHON_SETUPTOOLS_NEEDS_HOST_PYTHON = python2
 
 ifeq ($(BR2_PACKAGE_PYTHON),y)
 define PYTHON_SETUPTOOLS_EXTRACT_CMDS



More information about the buildroot mailing list