kumquat-buildroot/package/python-pyyaml/Config.in
James Hilliard 2d893f870f package/python-pyyaml: bump to version 6.0
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>
2022-01-26 22:56:26 +01:00

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/