diff options
author | Derek Straka <derek@asterius.io> | 2017-08-09 21:45:32 -0400 |
---|---|---|
committer | Martin Jansa <Martin.Jansa@gmail.com> | 2017-08-13 13:21:04 +0200 |
commit | dcd04e96134b33cdd7d72cae73cc653795883e39 (patch) | |
tree | 018a469ce681b0ff75985d7458883ea21e662dc0 /meta-python/recipes-devtools/python/python3-prompt-toolkit_1.0.15.bb | |
parent | 7a51a622cd14ebfb9b2b567614c15f1b33998011 (diff) | |
download | meta-openembedded-dcd04e96134b33cdd7d72cae73cc653795883e39.tar.gz |
python-prompt-toolkit: update to version 1.0.15
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.15.bb')
-rw-r--r-- | meta-python/recipes-devtools/python/python3-prompt-toolkit_1.0.15.bb | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/meta-python/recipes-devtools/python/python3-prompt-toolkit_1.0.15.bb b/meta-python/recipes-devtools/python/python3-prompt-toolkit_1.0.15.bb new file mode 100644 index 0000000000..d8f6389cc4 --- /dev/null +++ b/meta-python/recipes-devtools/python/python3-prompt-toolkit_1.0.15.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 | " | ||