blob: a936b064b0e6d01888f42e187b0883dfe39aa05a (
plain)
1
2
3
4
5
6
7
8
|
config BR2_PACKAGE_PYTHON_SUBPROCESS32
bool "python-subprocess32"
depends on BR2_PACKAGE_PYTHON
help
A backport of the Python 3 subprocess module for use
on Python 2.
https://github.com/google/python-subprocess32
|