mirror of
https://github.com/motioneye-project/motioneyeos.git
synced 2025-07-29 14:16:31 +00:00
python-msgpack: bump to 0.4.7
Signed-off-by: Mauro Condarelli <mc5686@mclink.it> Reviewed-by: Yegor Yefremov <yegorslists@googlemail.com> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
This commit is contained in:
parent
2e2eff3030
commit
6709fad224
@ -1,6 +1,5 @@
|
|||||||
config BR2_PACKAGE_PYTHON_MSGPACK
|
config BR2_PACKAGE_PYTHON_MSGPACK
|
||||||
bool "python-msgpack"
|
bool "python-msgpack"
|
||||||
depends on BR2_PACKAGE_PYTHON
|
|
||||||
select BR2_PACKAGE_MSGPACK
|
select BR2_PACKAGE_MSGPACK
|
||||||
depends on BR2_INSTALL_LIBSTDCPP # msgpack
|
depends on BR2_INSTALL_LIBSTDCPP # msgpack
|
||||||
depends on BR2_ARCH_HAS_ATOMICS # msgpack
|
depends on BR2_ARCH_HAS_ATOMICS # msgpack
|
||||||
|
3
package/python-msgpack/python-msgpack.hash
Normal file
3
package/python-msgpack/python-msgpack.hash
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
# md5 from https://pypi.python.org/pypi?:action=show_md5&digest=eb2aad1081534ef3a9f32a0ecd350b9b, sha356 locally computed.
|
||||||
|
md5 eb2aad1081534ef3a9f32a0ecd350b9b msgpack-python-0.4.7.tar.gz
|
||||||
|
sha256 5e001229a54180a02dcdd59db23c9978351af55b1290c27bc549e381f43acd6b msgpack-python-0.4.7.tar.gz
|
@ -4,7 +4,7 @@
|
|||||||
#
|
#
|
||||||
################################################################################
|
################################################################################
|
||||||
|
|
||||||
PYTHON_MSGPACK_VERSION = 0.4.0
|
PYTHON_MSGPACK_VERSION = 0.4.7
|
||||||
PYTHON_MSGPACK_SOURCE = msgpack-python-$(PYTHON_MSGPACK_VERSION).tar.gz
|
PYTHON_MSGPACK_SOURCE = msgpack-python-$(PYTHON_MSGPACK_VERSION).tar.gz
|
||||||
PYTHON_MSGPACK_SITE = https://pypi.python.org/packages/source/m/msgpack-python
|
PYTHON_MSGPACK_SITE = https://pypi.python.org/packages/source/m/msgpack-python
|
||||||
PYTHON_MSGPACK_LICENSE = Apache-2.0
|
PYTHON_MSGPACK_LICENSE = Apache-2.0
|
||||||
|
Loading…
x
Reference in New Issue
Block a user