xref: /OK3568_Linux_fs/buildroot/package/python-remi/Config.in (revision 4882a59341e53eb6f0b4789bf948001014eff981)
1config BR2_PACKAGE_PYTHON_REMI
2	bool "python-remi"
3	select BR2_PACKAGE_PYTHON_SSL if BR2_PACKAGE_PYTHON # runtime
4	select BR2_PACKAGE_PYTHON3_SSL if BR2_PACKAGE_PYTHON3 # runtime
5	select BR2_PACKAGE_PYTHON_SETUPTOOLS # runtime
6	help
7	  Remi is a GUI library for Python applications which transpiles
8	  an application's interface into HTML to be rendered in a web
9	  browser. This removes platform-specific dependencies and lets
10	  you easily develop cross-platform applications in Python!
11
12	  https://github.com/dddomodossola/remi/tree/master
13