2018-04-28 10:11:50 +02:00
|
|
|
config BR2_PACKAGE_PYTHON_SUBPROCESS32
|
|
|
|
bool "python-subprocess32"
|
|
|
|
depends on BR2_PACKAGE_PYTHON
|
2018-05-02 20:33:19 +02:00
|
|
|
depends on BR2_TOOLCHAIN_HEADERS_AT_LEAST_3_10 || !BR2_MIPS_NABI64
|
2018-04-28 10:11:50 +02:00
|
|
|
help
|
|
|
|
A backport of the Python 3 subprocess module for use
|
|
|
|
on Python 2.
|
|
|
|
|
|
|
|
https://github.com/google/python-subprocess32
|
2018-05-02 20:33:19 +02:00
|
|
|
|
|
|
|
comment "python-subprocess32 needs a toolchain w/ headers >= 3.10 on MIPS N64"
|
|
|
|
depends on BR2_MIPS_NABI64
|
|
|
|
depends on !BR2_TOOLCHAIN_HEADERS_AT_LEAST_3_10
|