mirror of
https://github.com/godotengine/buildroot.git
synced 2026-01-04 06:10:16 +03:00
python-crossbar: bump to version 0.14.0
As python-msgpack dependency was replaced with python-u-msgpack, that is a pure Python implementation, BR2_TOOLCHAIN_HAS_SYNC_4 was removed. BR2_INSTALL_LIBSTDCPP remains because of python-pyasn. Signed-off-by: Yegor Yefremov <yegorslists@googlemail.com> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
This commit is contained in:
committed by
Thomas Petazzoni
parent
76c1961145
commit
0b4ce166ad
@@ -4,9 +4,9 @@
|
||||
#
|
||||
################################################################################
|
||||
|
||||
PYTHON_CROSSBAR_VERSION = 0.12.1
|
||||
PYTHON_CROSSBAR_VERSION = 0.14.0
|
||||
PYTHON_CROSSBAR_SOURCE = crossbar-$(PYTHON_CROSSBAR_VERSION).tar.gz
|
||||
PYTHON_CROSSBAR_SITE = http://pypi.python.org/packages/source/c/crossbar
|
||||
PYTHON_CROSSBAR_SITE = https://pypi.python.org/packages/f0/9a/e0b77e15698c47b6293655bc0e1996dd8e87bd8af7bc7434a5c8281a024e
|
||||
PYTHON_CROSSBAR_LICENSE = AGPLv3
|
||||
PYTHON_CROSSBAR_LICENSE_FILES = LICENSE
|
||||
PYTHON_CROSSBAR_SETUP_TYPE = setuptools
|
||||
|
||||
Reference in New Issue
Block a user