diff options
author | Derek Straka <derek@asterius.io> | 2017-12-26 11:13:03 -0500 |
---|---|---|
committer | Armin Kuster <akuster808@gmail.com> | 2017-12-30 12:33:19 -0800 |
commit | dbfb70fdd1b54d95a651eb83151ec867e15880fd (patch) | |
tree | 37016e61907705ae169151667a45ae6720fd8083 /meta-python | |
parent | b91c5dcb0d2542adc704c39b96e1b91c35018a6a (diff) | |
download | meta-openembedded-dbfb70fdd1b54d95a651eb83151ec867e15880fd.tar.gz |
python-cmd2: update RDEPENDS to include pyperclip
Signed-off-by: Derek Straka <derek@asterius.io>
Signed-off-by: Armin Kuster <akuster808@gmail.com>
Diffstat (limited to 'meta-python')
-rw-r--r-- | meta-python/recipes-devtools/python/python-cmd2_0.7.8.bb | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/meta-python/recipes-devtools/python/python-cmd2_0.7.8.bb b/meta-python/recipes-devtools/python/python-cmd2_0.7.8.bb index 82393db8e6..96a1b397b3 100644 --- a/meta-python/recipes-devtools/python/python-cmd2_0.7.8.bb +++ b/meta-python/recipes-devtools/python/python-cmd2_0.7.8.bb | |||
@@ -11,6 +11,7 @@ inherit pypi setuptools | |||
11 | RDEPENDS_${PN} += "\ | 11 | RDEPENDS_${PN} += "\ |
12 | ${PYTHON_PN}-doctest \ | 12 | ${PYTHON_PN}-doctest \ |
13 | ${PYTHON_PN}-pyparsing \ | 13 | ${PYTHON_PN}-pyparsing \ |
14 | ${PYTHON_PN}-pyperclip \ | ||
14 | ${PYTHON_PN}-shell \ | 15 | ${PYTHON_PN}-shell \ |
15 | ${PYTHON_PN}-six \ | 16 | ${PYTHON_PN}-six \ |
16 | ${PYTHON_PN}-stringold \ | 17 | ${PYTHON_PN}-stringold \ |