Config.in.host 480 B

1234567891011121314151617181920212223242526
  1. config BR2_PACKAGE_HOST_PYTHON3
  2. bool "host python3"
  3. help
  4. The python language interpreter. Host package.
  5. http://www.python.org/
  6. if BR2_PACKAGE_HOST_PYTHON3
  7. config BR2_PACKAGE_HOST_PYTHON3_BZIP2
  8. bool "bzip2"
  9. help
  10. bz2 module for host Python3.
  11. config BR2_PACKAGE_HOST_PYTHON3_CURSES
  12. bool "curses"
  13. help
  14. curses module for host Python3.
  15. config BR2_PACKAGE_HOST_PYTHON3_SSL
  16. bool "ssl"
  17. select BR2_PACKAGE_HOST_OPENSSL
  18. help
  19. _ssl module for host Python3.
  20. endif