summaryrefslogtreecommitdiffstats
path: root/meta-offline-voice-agent/recipes-python/python3-rasa/python3-questionary_1.10.0.bb
diff options
context:
space:
mode:
Diffstat (limited to 'meta-offline-voice-agent/recipes-python/python3-rasa/python3-questionary_1.10.0.bb')
-rw-r--r--meta-offline-voice-agent/recipes-python/python3-rasa/python3-questionary_1.10.0.bb15
1 files changed, 15 insertions, 0 deletions
diff --git a/meta-offline-voice-agent/recipes-python/python3-rasa/python3-questionary_1.10.0.bb b/meta-offline-voice-agent/recipes-python/python3-rasa/python3-questionary_1.10.0.bb
new file mode 100644
index 00000000..68a8faec
--- /dev/null
+++ b/meta-offline-voice-agent/recipes-python/python3-rasa/python3-questionary_1.10.0.bb
@@ -0,0 +1,15 @@
+SUMMARY = "Python library to build pretty command line user prompts"
+HOMEPAGE = "https://github.com/tmbo/questionary"
+LICENSE = "MIT"
+LIC_FILES_CHKSUM = "file://LICENSE;md5=19f0688967ec2b2624ee04c0136daae7"
+
+PYPI_PACKAGE = "questionary"
+
+SRC_URI[md5sum] = "0fc453e2b7f2516e76edf321b58c1332"
+SRC_URI[sha256sum] = "600d3aefecce26d48d97eee936fdb66e4bc27f934c3ab6dd1e292c4f43946d90"
+
+DEPENDS += "python3-prompt-toolkit"
+
+inherit pypi python_poetry_core
+
+RDEPENDS:${PN} += "python3-prompt-toolkit"