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