diff options
| author | Derek Straka <derek@asterius.io> | 2016-10-13 18:16:52 -0400 |
|---|---|---|
| committer | Martin Jansa <Martin.Jansa@gmail.com> | 2016-10-25 15:31:13 +0200 |
| commit | 13e2470c02bda6017b81a148787707fcbb857825 (patch) | |
| tree | c1e6c9f9f087013323cb8b6cd1c6d3082ec11910 /meta-python/recipes-devtools/python/python3-prompt-toolkit_1.0.7.bb | |
| parent | ee0f810c0ee659da32dbb7f121b82f558f65f0bf (diff) | |
| download | meta-openembedded-13e2470c02bda6017b81a148787707fcbb857825.tar.gz | |
python-prompt-toolkit: update to version 1.0.7
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.7.bb')
| -rw-r--r-- | meta-python/recipes-devtools/python/python3-prompt-toolkit_1.0.7.bb | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/meta-python/recipes-devtools/python/python3-prompt-toolkit_1.0.7.bb b/meta-python/recipes-devtools/python/python3-prompt-toolkit_1.0.7.bb new file mode 100644 index 0000000000..d8f6389cc4 --- /dev/null +++ b/meta-python/recipes-devtools/python/python3-prompt-toolkit_1.0.7.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 | " | ||
