xref: /OK3568_Linux_fs/buildroot/package/python-subprocess32/Config.in (revision 4882a59341e53eb6f0b4789bf948001014eff981)
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