Bump buidlroot version to 2018.02.6
This commit is contained in:
@@ -3,7 +3,6 @@ config BR2_PACKAGE_CIRCUS
|
||||
depends on BR2_PACKAGE_PYTHON || BR2_PACKAGE_PYTHON3
|
||||
depends on BR2_INSTALL_LIBSTDCPP # pyzmq -> zeromq
|
||||
depends on BR2_TOOLCHAIN_HAS_THREADS # pyzmq -> zeromq
|
||||
depends on !BR2_TOOLCHAIN_USES_MUSL # python-psutil
|
||||
select BR2_PACKAGE_PYTHON_IOWAIT # runtime
|
||||
select BR2_PACKAGE_PYTHON_PSUTIL # runtime
|
||||
select BR2_PACKAGE_PYTHON_PYZMQ # runtime
|
||||
@@ -15,7 +14,6 @@ config BR2_PACKAGE_CIRCUS
|
||||
|
||||
https://circus.readthedocs.org/en/latest/
|
||||
|
||||
comment "circus needs Python and a uClibc or glibc toolchain w/ C++, threads"
|
||||
comment "circus needs Python and a toolchain w/ C++, threads"
|
||||
depends on !BR2_INSTALL_LIBSTDCPP || !BR2_TOOLCHAIN_HAS_THREADS || \
|
||||
BR2_TOOLCHAIN_USES_MUSL || \
|
||||
!(BR2_PACKAGE_PYTHON || BR2_PACKAGE_PYTHON3)
|
||||
|
||||
@@ -1,3 +1,4 @@
|
||||
# md5 from https://pypi.python.org/pypi/circus/json, sha256 locally computed
|
||||
md5 cddd4a8844907d8b6b402ca9c713d176 circus-0.13.0.tar.gz
|
||||
sha256 6201800a5fb05144b5e6c5ac9eb901b914305e8beaeb01f8edf54ab6ab1a295a circus-0.13.0.tar.gz
|
||||
md5 48e6b220fb0cafca46e3ae1f6ec4bce8 circus-0.14.0.tar.gz
|
||||
sha256 b8ca91d8bd87b350fda199488ac9ddff91a546b0c6214a28a2f13393713cf062 circus-0.14.0.tar.gz
|
||||
sha256 3df739c05a4eed7efdf4987142658d2a4f1243e5f08e72a5ecedac5749c92a49 LICENSE
|
||||
|
||||
@@ -4,8 +4,8 @@
|
||||
#
|
||||
################################################################################
|
||||
|
||||
CIRCUS_VERSION = 0.13.0
|
||||
CIRCUS_SITE = https://pypi.python.org/packages/source/c/circus
|
||||
CIRCUS_VERSION = 0.14.0
|
||||
CIRCUS_SITE = https://pypi.python.org/packages/68/41/02c6f5edea2df80b133a12753aee3e698e9130a5c878a9b0bffcf1e17e65
|
||||
CIRCUS_SETUP_TYPE = setuptools
|
||||
CIRCUS_LICENSE = Apache-2.0
|
||||
CIRCUS_LICENSE_FILES = LICENSE
|
||||
|
||||
Reference in New Issue
Block a user