toolchain: bump Codescape IMG MIPS version to 2016.05-06
[buildroot-gz.git] / package / python-msgpack / Config.in
blob7dfe8e81f1a3358c1940b95182c3d41b6fc32d57
1 config BR2_PACKAGE_PYTHON_MSGPACK
2         bool "python-msgpack"
3         select BR2_PACKAGE_MSGPACK
4         depends on BR2_INSTALL_LIBSTDCPP # msgpack
5         depends on BR2_TOOLCHAIN_HAS_SYNC_4 # msgpack
6         help
7           MessagePack (http://msgpack.org/) is a fast, compact binary
8           serialization format, suitable for similar data to JSON.
9           This package provides CPython bindings for reading and
10           writing MessagePack data.
12           https://pypi.python.org/pypi/msgpack-python/
14 comment "python-msgpack needs a toolchain w/ C++"
15         depends on BR2_TOOLCHAIN_HAS_SYNC_4
16         depends on !BR2_INSTALL_LIBSTDCPP