summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMartin Schwan <m.schwan@phytec.de>2025-10-23 11:46:33 +0200
committerKhem Raj <raj.khem@gmail.com>2025-10-23 19:32:00 -0700
commit2acdc48dceb8c563a31390bb4e8a9fc0f7ba070b (patch)
treef10cbbd90215fa417c59fb654c376a69a1579a0d
parent456e52b2d9880a5b63ba06c2d1b41fc59e92daa9 (diff)
downloadmeta-openembedded-2acdc48dceb8c563a31390bb4e8a9fc0f7ba070b.tar.gz
python3-questionary: Add recipe
Python library to build pretty command line user prompts. Easy to use multi-select lists, confirmations, free text prompts. Signed-off-by: Martin Schwan <m.schwan@phytec.de> Signed-off-by: Khem Raj <raj.khem@gmail.com>
-rw-r--r--meta-python/recipes-devtools/python/python3-questionary_2.1.1.bb11
1 files changed, 11 insertions, 0 deletions
diff --git a/meta-python/recipes-devtools/python/python3-questionary_2.1.1.bb b/meta-python/recipes-devtools/python/python3-questionary_2.1.1.bb
new file mode 100644
index 0000000000..a7120dc619
--- /dev/null
+++ b/meta-python/recipes-devtools/python/python3-questionary_2.1.1.bb
@@ -0,0 +1,11 @@
1SUMMARY = "Python library to build pretty command line user prompts. Easy to \
2 use multi-select lists, confirmations, free text prompts."
3HOMEPAGE = "https://github.com/tmbo/questionary"
4LICENSE = "MIT"
5LIC_FILES_CHKSUM = "file://LICENSE;md5=19f0688967ec2b2624ee04c0136daae7"
6
7inherit pypi python_poetry_core
8
9SRC_URI[sha256sum] = "3d7e980292bb0107abaa79c68dd3eee3c561b83a0f89ae482860b181c8bd412d"
10
11BBCLASSEXTEND = "native nativesdk"