summaryrefslogtreecommitdiffstats
path: root/rules/python3-pyyaml.in
blob: 91035c50c3d6ed14e175fb8877b505f03f8ffc05 (plain)
1
2
3
4
5
6
7
8
9
10
## SECTION=python3

config PYTHON3_PYYAML
	tristate
	prompt "python3-pyyaml"
	select HOST_CYTHON3
	select PYTHON3
	select LIBYAML
	help
	  YAML parser and emitter for Python