summaryrefslogtreecommitdiffstats
path: root/meta-python
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-24 09:06:24 -0700
commit287afdd3232cebc7915563a937ce6430f6678eac (patch)
tree7cc10b2b0a14f9eb46960666899ce317c357e912 /meta-python
parent8958b088381feaf391e0ee83e634ac8c499e70a4 (diff)
downloadmeta-openembedded-287afdd3232cebc7915563a937ce6430f6678eac.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>
Diffstat (limited to 'meta-python')
-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"