diff options
Diffstat (limited to 'meta-python/recipes-devtools/python/python-cmd2_0.9.23.bb')
| -rw-r--r-- | meta-python/recipes-devtools/python/python-cmd2_0.9.23.bb | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/meta-python/recipes-devtools/python/python-cmd2_0.9.23.bb b/meta-python/recipes-devtools/python/python-cmd2_0.9.23.bb new file mode 100644 index 0000000000..17b6ae2858 --- /dev/null +++ b/meta-python/recipes-devtools/python/python-cmd2_0.9.23.bb | |||
| @@ -0,0 +1,14 @@ | |||
| 1 | inherit setuptools | ||
| 2 | require python-cmd2.inc | ||
| 3 | |||
| 4 | RDEPENDS_${PN} += "\ | ||
| 5 | ${PYTHON_PN}-doctest \ | ||
| 6 | ${PYTHON_PN}-pyparsing \ | ||
| 7 | ${PYTHON_PN}-pyperclip \ | ||
| 8 | ${PYTHON_PN}-shell \ | ||
| 9 | ${PYTHON_PN}-six \ | ||
| 10 | ${PYTHON_PN}-stringold \ | ||
| 11 | ${PYTHON_PN}-subprocess \ | ||
| 12 | ${PYTHON_PN}-threading \ | ||
| 13 | ${PYTHON_PN}-textutils \ | ||
| 14 | " | ||
