kumquat-buildroot/package/python-remi/Config.in
Gwenhael Goavec-Merou c36367e909 package/python-remi: bump to version 2020.11.20
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>
2021-01-30 11:28:05 +01:00

13 lines
543 B
Plaintext

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
browser. This removes platform-specific dependencies and lets
you easily develop cross-platform applications in Python!
https://github.com/dddomodossola/remi/tree/master