2d893f870f
Drop python2 support and propagate dependency changes. Ensure optimized cython build is enabled and add host cython dependency. Signed-off-by: James Hilliard <james.hilliard1@gmail.com> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
9 lines
203 B
Plaintext
9 lines
203 B
Plaintext
config BR2_PACKAGE_PYTHON_PYYAML
|
|
bool "python-pyyaml"
|
|
depends on BR2_PACKAGE_PYTHON3
|
|
select BR2_PACKAGE_LIBYAML
|
|
help
|
|
The PyYAML package contains binding to the libyaml API.
|
|
|
|
http://pyyaml.org/
|