Config.in 451 B

12345678910111213
  1. config BR2_PACKAGE_PYTHON_SUBPROCESS32
  2. bool "python-subprocess32"
  3. depends on BR2_PACKAGE_PYTHON
  4. depends on BR2_TOOLCHAIN_HEADERS_AT_LEAST_3_10 || !BR2_MIPS_NABI64
  5. help
  6. A backport of the Python 3 subprocess module for use
  7. on Python 2.
  8. https://github.com/google/python-subprocess32
  9. comment "python-subprocess32 needs a toolchain w/ headers >= 3.10 on MIPS N64"
  10. depends on BR2_MIPS_NABI64
  11. depends on !BR2_TOOLCHAIN_HEADERS_AT_LEAST_3_10