summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorYegor Yefremov <yegorslists@googlemail.com>2017-03-02 14:58:53 +0100
committerThomas Petazzoni <thomas.petazzoni@free-electrons.com>2017-03-02 22:23:33 +0100
commitff51f57731724cb34faa5bff94a21c90031d6a31 (patch)
tree768ef36acd4a83a7b806e39211d116d8930fb80a
parent3712d175d4b1603f62aa6da26e84c3644d85d243 (diff)
downloadbuildroot-ff51f57731724cb34faa5bff94a21c90031d6a31.tar.gz
buildroot-ff51f57731724cb34faa5bff94a21c90031d6a31.zip
python-crossbar: add a warning comment concerning version bump
The latest crossbar needs a rather recent setuptools package, that has circular dependencies. Until this issue is not resolved, it is not safe to bump crossbar version. Signed-off-by: Yegor Yefremov <yegorslists@googlemail.com> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
-rw-r--r--package/python-crossbar/python-crossbar.mk2
1 files changed, 2 insertions, 0 deletions
diff --git a/package/python-crossbar/python-crossbar.mk b/package/python-crossbar/python-crossbar.mk
index 3d82d77043..fa1732b608 100644
--- a/package/python-crossbar/python-crossbar.mk
+++ b/package/python-crossbar/python-crossbar.mk
@@ -4,6 +4,8 @@
#
################################################################################
+# don't bump version as newer setuptools package is needed,
+# that still didn't make its way into Buildroot
PYTHON_CROSSBAR_VERSION = 0.14.0
PYTHON_CROSSBAR_SOURCE = crossbar-$(PYTHON_CROSSBAR_VERSION).tar.gz
PYTHON_CROSSBAR_SITE = https://pypi.python.org/packages/f0/9a/e0b77e15698c47b6293655bc0e1996dd8e87bd8af7bc7434a5c8281a024e
OpenPOWER on IntegriCloud