diff options
| author | Leon Anavi <leon.anavi@konsulko.com> | 2021-03-24 18:37:46 +0200 |
|---|---|---|
| committer | Khem Raj <raj.khem@gmail.com> | 2021-03-26 10:32:32 -0700 |
| commit | da97e1d0af62d1458913462073440bc7b4bf8176 (patch) | |
| tree | a9d82da4090e567d9752dc48d832b69652e67c4d /meta-python/recipes-devtools/python/python3-prompt-toolkit_3.0.17.bb | |
| parent | 749f6c2432645e28e2a7c74b2cf3279b4132e455 (diff) | |
| download | meta-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.bb | 23 |
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 @@ | |||
| 1 | SUMMARY = "Library for building powerful interactive command lines in Python" | ||
| 2 | HOMEPAGE = "https://python-prompt-toolkit.readthedocs.io/" | ||
| 3 | LICENSE = "BSD-3-Clause" | ||
| 4 | LIC_FILES_CHKSUM = "file://LICENSE;md5=b2cde7da89f0c1f3e49bf968d00d554f" | ||
| 5 | |||
| 6 | SRC_URI[sha256sum] = "9397a7162cf45449147ad6042fa37983a081b8a73363a5253dd4072666333137" | ||
| 7 | |||
| 8 | inherit pypi setuptools3 | ||
| 9 | |||
| 10 | PYPI_PACKAGE = "prompt_toolkit" | ||
| 11 | |||
| 12 | RDEPENDS_${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 | |||
| 23 | BBCLASSEXTEND = "native nativesdk" | ||
