1config 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 9 https://github.com/google/python-subprocess32 10 11comment "python-subprocess32 needs a toolchain w/ headers >= 3.10 on MIPS N64" 12 depends on BR2_MIPS_NABI64 13 depends on !BR2_TOOLCHAIN_HEADERS_AT_LEAST_3_10 14