diff options
author | 2019-01-14 20:59:33 +0100 | |
---|---|---|
committer | 2019-01-16 10:42:10 +0100 | |
commit | 5d1988e19471ca55067061ac7f9d0367f6daa6d8 (patch) | |
tree | 27cbee95489edae762ec58cef6194bbda88cd26b /package | |
parent | 74fc5dce223a2688b22e33961ccc28b7b3c43468 (diff) | |
download | buildroot-5d1988e19471ca55067061ac7f9d0367f6daa6d8.tar.gz buildroot-5d1988e19471ca55067061ac7f9d0367f6daa6d8.tar.bz2 |
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 <arnout@mind.be>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
Diffstat (limited to 'package')
-rw-r--r-- | package/python-setuptools/python-setuptools.mk | 2 |
1 files changed, 2 insertions, 0 deletions
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 |