package/python-remi: bump to version 2020.11.20
authorGwenhael Goavec-Merou <gwenhael.goavec-merou@trabucayre.com>
Fri, 29 Jan 2021 08:00:41 +0000 (09:00 +0100)
committerPeter Korsgaard <peter@korsgaard.com>
Sat, 30 Jan 2021 10:28:05 +0000 (11:28 +0100)
Add runtime dependencies to pythonX-ssl and python-setuptools.

Signed-off-by: Gwenhael Goavec-Merou <gwenhael.goavec-merou@trabucayre.com>
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
package/python-remi/Config.in
package/python-remi/python-remi.hash
package/python-remi/python-remi.mk

index 553c89c343cc8a7cae0f5a80f2ae72d565329c48..e0c5e9bfe19348963b0a7db9b142f1b111edec03 100644 (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
index 5788d7d9236295952704f99c30caa7f035c87721..832bf915ab884a6d47e59ee7fe5cfe268659b7a3 100644 (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
index 04f2e1abeec9ee372c2b9af0d982f7c8617aa89a..5666733986b315a0fdb936cbaabfba2d26f07dde 100644 (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