diff options
| author | Martin Schwan <m.schwan@phytec.de> | 2025-10-23 11:46:33 +0200 | 
|---|---|---|
| committer | Khem Raj <raj.khem@gmail.com> | 2025-10-24 09:06:24 -0700 | 
| commit | 287afdd3232cebc7915563a937ce6430f6678eac (patch) | |
| tree | 7cc10b2b0a14f9eb46960666899ce317c357e912 /meta-python | |
| parent | 8958b088381feaf391e0ee83e634ac8c499e70a4 (diff) | |
| download | meta-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.bb | 11 | 
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 @@ | |||
| 1 | SUMMARY = "Python library to build pretty command line user prompts. Easy to \ | ||
| 2 | use multi-select lists, confirmations, free text prompts." | ||
| 3 | HOMEPAGE = "https://github.com/tmbo/questionary" | ||
| 4 | LICENSE = "MIT" | ||
| 5 | LIC_FILES_CHKSUM = "file://LICENSE;md5=19f0688967ec2b2624ee04c0136daae7" | ||
| 6 | |||
| 7 | inherit pypi python_poetry_core | ||
| 8 | |||
| 9 | SRC_URI[sha256sum] = "3d7e980292bb0107abaa79c68dd3eee3c561b83a0f89ae482860b181c8bd412d" | ||
| 10 | |||
| 11 | BBCLASSEXTEND = "native nativesdk" | ||
