Config.in 543 B

123456789101112
  1. config 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. https://github.com/dddomodossola/remi/tree/master