diff options
author | Derek Straka <derek@asterius.io> | 2017-06-16 15:55:19 -0400 |
---|---|---|
committer | Martin Jansa <Martin.Jansa@gmail.com> | 2017-06-19 19:30:44 +0200 |
commit | 09fad74390ca42c059e3fd9bea72dcc09ad8f42c (patch) | |
tree | 0c4333c111d4035161657508c7bb3307bb0f5c5a /meta-python/recipes-devtools/python/python3-prompt-toolkit_1.0.14.bb | |
parent | a8cb7d6881ca57b41d67f3ffcd5013154abed47b (diff) | |
download | meta-openembedded-09fad74390ca42c059e3fd9bea72dcc09ad8f42c.tar.gz |
python-prompt-toolkit: update to version 1.0.14
Signed-off-by: Derek Straka <derek@asterius.io>
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Diffstat (limited to 'meta-python/recipes-devtools/python/python3-prompt-toolkit_1.0.14.bb')
-rw-r--r-- | meta-python/recipes-devtools/python/python3-prompt-toolkit_1.0.14.bb | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/meta-python/recipes-devtools/python/python3-prompt-toolkit_1.0.14.bb b/meta-python/recipes-devtools/python/python3-prompt-toolkit_1.0.14.bb new file mode 100644 index 0000000000..d8f6389cc4 --- /dev/null +++ b/meta-python/recipes-devtools/python/python3-prompt-toolkit_1.0.14.bb | |||
@@ -0,0 +1,9 @@ | |||
1 | inherit pypi setuptools3 | ||
2 | require python-prompt-toolkit.inc | ||
3 | |||
4 | RDEPENDS_${PN} += " \ | ||
5 | ${PYTHON_PN}-datetime \ | ||
6 | ${PYTHON_PN}-enum \ | ||
7 | ${PYTHON_PN}-shell \ | ||
8 | ${PYTHON_PN}-textutils \ | ||
9 | " | ||