Bump Buildroot to 2021.02-rc3 (#1260)

* Rebase patches to Buildroot 2021.02-rc3

* Update Buildroot to 2021.02-rc3

* Declare Kernel headers to be Linux version 5.10 (since they are, and new Buildroot knows about 5.10)
This commit is contained in:
Stefan Agner
2021-03-04 00:50:33 +01:00
committed by GitHub
parent b77d633382
commit f358f322da
2130 changed files with 23612 additions and 21038 deletions

View File

@@ -1,5 +1,8 @@
config BR2_PACKAGE_PYTHON_REMI
bool "python-remi"
select BR2_PACKAGE_PYTHON_SSL if BR2_PACKAGE_PYTHON # runtime
select BR2_PACKAGE_PYTHON3_SSL if BR2_PACKAGE_PYTHON3 # runtime
select BR2_PACKAGE_PYTHON_SETUPTOOLS # runtime
help
Remi is a GUI library for Python applications which transpiles
an application's interface into HTML to be rendered in a web

View File

@@ -1,2 +1,2 @@
# sha256 from https://pypi.org/pypi/remi/json
sha256 2a1953747fd01bfda25381624f6b84d83586d247f6b47282dbafff348fd05d88 remi-2020.8.6.tar.gz
sha256 2a32658146b63d33a88aff7362679873c9df9e42a9e651c9e6642da834b3cca1 remi-2020.11.20.tar.gz

View File

@@ -4,9 +4,9 @@
#
################################################################################
PYTHON_REMI_VERSION = 2020.8.6
PYTHON_REMI_VERSION = 2020.11.20
PYTHON_REMI_SOURCE = remi-$(PYTHON_REMI_VERSION).tar.gz
PYTHON_REMI_SITE = https://files.pythonhosted.org/packages/d1/74/e2a1f5df4e57170369b221017c954ce9002901b9cc136365de0cf300e72a
PYTHON_REMI_SITE = https://files.pythonhosted.org/packages/47/45/3110334859199be84d9b230fd31e2333b4c69832e15facc0868bed2aa3f3
PYTHON_REMI_LICENSE = Apache-2.0
PYTHON_REMI_SETUP_TYPE = setuptools