summaryrefslogtreecommitdiffstats
path: root/meta-python/recipes-devtools/python/python3-prompt-toolkit_3.0.17.bb
diff options
context:
space:
mode:
authorLeon Anavi <leon.anavi@konsulko.com>2021-03-24 18:37:46 +0200
committerKhem Raj <raj.khem@gmail.com>2021-03-26 10:32:32 -0700
commitda97e1d0af62d1458913462073440bc7b4bf8176 (patch)
treea9d82da4090e567d9752dc48d832b69652e67c4d /meta-python/recipes-devtools/python/python3-prompt-toolkit_3.0.17.bb
parent749f6c2432645e28e2a7c74b2cf3279b4132e455 (diff)
downloadmeta-openembedded-da97e1d0af62d1458913462073440bc7b4bf8176.tar.gz
python3-prompt-toolkit: Upgrade 3.0.17 -> 3.0.18
Upgrade to release 3.0.18: - Added `in_thread` parameter to `Application.run`. Signed-off-by: Leon Anavi <leon.anavi@konsulko.com> Signed-off-by: Khem Raj <raj.khem@gmail.com> Signed-off-by: Trevor Gamblin <trevor.gamblin@windriver.com>
Diffstat (limited to 'meta-python/recipes-devtools/python/python3-prompt-toolkit_3.0.17.bb')
-rw-r--r--meta-python/recipes-devtools/python/python3-prompt-toolkit_3.0.17.bb23
1 files changed, 0 insertions, 23 deletions
diff --git a/meta-python/recipes-devtools/python/python3-prompt-toolkit_3.0.17.bb b/meta-python/recipes-devtools/python/python3-prompt-toolkit_3.0.17.bb
deleted file mode 100644
index 699e6028b6..0000000000
--- a/meta-python/recipes-devtools/python/python3-prompt-toolkit_3.0.17.bb
+++ /dev/null
@@ -1,23 +0,0 @@
1SUMMARY = "Library for building powerful interactive command lines in Python"
2HOMEPAGE = "https://python-prompt-toolkit.readthedocs.io/"
3LICENSE = "BSD-3-Clause"
4LIC_FILES_CHKSUM = "file://LICENSE;md5=b2cde7da89f0c1f3e49bf968d00d554f"
5
6SRC_URI[sha256sum] = "9397a7162cf45449147ad6042fa37983a081b8a73363a5253dd4072666333137"
7
8inherit pypi setuptools3
9
10PYPI_PACKAGE = "prompt_toolkit"
11
12RDEPENDS_${PN} += " \
13 ${PYTHON_PN}-core \
14 ${PYTHON_PN}-six \
15 ${PYTHON_PN}-terminal \
16 ${PYTHON_PN}-threading \
17 ${PYTHON_PN}-wcwidth \
18 ${PYTHON_PN}-datetime \
19 ${PYTHON_PN}-shell \
20 ${PYTHON_PN}-image \
21"
22
23BBCLASSEXTEND = "native nativesdk"