From 5d1988e19471ca55067061ac7f9d0367f6daa6d8 Mon Sep 17 00:00:00 2001 From: Thomas Petazzoni Date: Mon, 14 Jan 2019 20:59:33 +0100 Subject: [PATCH] package/python-setuptools: add comment about python3-setuptools As suggested by Arnout, add a comment to indicate that the version of python-setuptools must be kept in sync with python3-setuptools. Suggested-by: Arnout Vandecappelle Signed-off-by: Thomas Petazzoni Signed-off-by: Peter Korsgaard --- package/python-setuptools/python-setuptools.mk | 2 ++ 1 file changed, 2 insertions(+) diff --git a/package/python-setuptools/python-setuptools.mk b/package/python-setuptools/python-setuptools.mk index d915449c5d..015347d49b 100644 --- a/package/python-setuptools/python-setuptools.mk +++ b/package/python-setuptools/python-setuptools.mk @@ -4,6 +4,8 @@ # ################################################################################ +# Please keep in sync with +# package/python3-setuptools/python3-setuptools.mk PYTHON_SETUPTOOLS_VERSION = 40.6.3 PYTHON_SETUPTOOLS_SOURCE = setuptools-$(PYTHON_SETUPTOOLS_VERSION).zip PYTHON_SETUPTOOLS_SITE = https://files.pythonhosted.org/packages/37/1b/b25507861991beeade31473868463dad0e58b1978c209de27384ae541b0b -- 2.30.2