summaryrefslogtreecommitdiffstats
path: root/meta-python/recipes-devtools/python/python3-prompt-toolkit_2.0.4.bb
diff options
context:
space:
mode:
authorDerek Straka <derek@asterius.io>2018-08-15 11:44:47 -0400
committerKhem Raj <raj.khem@gmail.com>2018-08-19 16:09:28 -0700
commit08db444db33c6be22350f570f3b1d6d215eda49f (patch)
tree10e000929b4eb636cd32e4229a39fe137526c0ec /meta-python/recipes-devtools/python/python3-prompt-toolkit_2.0.4.bb
parent0ec21b6a50058d703f40f77e1845bf8df637e7bd (diff)
downloadmeta-openembedded-08db444db33c6be22350f570f3b1d6d215eda49f.tar.gz
python-prompt-toolkit: update to version 2.0.4
Update to the latest stable release. This branch is incompatible with the 1.x.y releases Signed-off-by: Derek Straka <derek@asterius.io> Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'meta-python/recipes-devtools/python/python3-prompt-toolkit_2.0.4.bb')
-rw-r--r--meta-python/recipes-devtools/python/python3-prompt-toolkit_2.0.4.bb7
1 files changed, 7 insertions, 0 deletions
diff --git a/meta-python/recipes-devtools/python/python3-prompt-toolkit_2.0.4.bb b/meta-python/recipes-devtools/python/python3-prompt-toolkit_2.0.4.bb
new file mode 100644
index 000000000..0e99917c2
--- /dev/null
+++ b/meta-python/recipes-devtools/python/python3-prompt-toolkit_2.0.4.bb
@@ -0,0 +1,7 @@
1inherit pypi setuptools3
2require python-prompt-toolkit.inc
3
4RDEPENDS_${PN} += " \
5 ${PYTHON_PN}-datetime \
6 ${PYTHON_PN}-shell \
7"