diff mbox series

[5/8] python3-questionary: Add recipe

Message ID 20251023-wip-thingsboard-gateway-master-v1-5-570de0ecafb2@phytec.de
State New
Headers show
Series thingsboard-gateway: Make build and run succeed | expand

Commit Message

Martin Schwan Oct. 23, 2025, 9:46 a.m. UTC
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>
---
 .../recipes-devtools/python/python3-questionary_2.1.1.bb      | 11 +++++++++++
 1 file changed, 11 insertions(+)
diff mbox series

Patch

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 0000000000000000000000000000000000000000..a7120dc619768944bf0d84644178f62784245f23
--- /dev/null
+++ b/meta-python/recipes-devtools/python/python3-questionary_2.1.1.bb
@@ -0,0 +1,11 @@ 
+SUMMARY = "Python library to build pretty command line user prompts. Easy to \
+           use multi-select lists, confirmations, free text prompts."
+HOMEPAGE = "https://github.com/tmbo/questionary"
+LICENSE = "MIT"
+LIC_FILES_CHKSUM = "file://LICENSE;md5=19f0688967ec2b2624ee04c0136daae7"
+
+inherit pypi python_poetry_core
+
+SRC_URI[sha256sum] = "3d7e980292bb0107abaa79c68dd3eee3c561b83a0f89ae482860b181c8bd412d"
+
+BBCLASSEXTEND = "native nativesdk"