summaryrefslogtreecommitdiffstats
path: root/rules/python3-pyyaml.in
diff options
context:
space:
mode:
authorBastian Stender <bst@pengutronix.de>2018-01-29 16:40:15 +0100
committerMichael Olbrich <m.olbrich@pengutronix.de>2018-01-29 18:11:07 +0100
commite297da6d49ca5d8fa11435e3fb0deaa821d9aa13 (patch)
treedafcc21a6c99cc97def5ccb0041c3e995f5baba9 /rules/python3-pyyaml.in
parent978df0703f5e0ca101d528af85157ac069cec7f7 (diff)
downloadptxdist-e297da6d49ca5d8fa11435e3fb0deaa821d9aa13.tar.gz
ptxdist-e297da6d49ca5d8fa11435e3fb0deaa821d9aa13.tar.xz
python3-pyyaml: new package
Signed-off-by: Bastian Stender <bst@pengutronix.de> Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
Diffstat (limited to 'rules/python3-pyyaml.in')
-rw-r--r--rules/python3-pyyaml.in10
1 files changed, 10 insertions, 0 deletions
diff --git a/rules/python3-pyyaml.in b/rules/python3-pyyaml.in
new file mode 100644
index 000000000..91035c50c
--- /dev/null
+++ b/rules/python3-pyyaml.in
@@ -0,0 +1,10 @@
+## SECTION=python3
+
+config PYTHON3_PYYAML
+ tristate
+ prompt "python3-pyyaml"
+ select HOST_CYTHON3
+ select PYTHON3
+ select LIBYAML
+ help
+ YAML parser and emitter for Python