diff options
Diffstat (limited to 'meta-python/recipes-devtools/python/python-pyperclip_1.6.0.bb')
-rw-r--r-- | meta-python/recipes-devtools/python/python-pyperclip_1.6.0.bb | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/meta-python/recipes-devtools/python/python-pyperclip_1.6.0.bb b/meta-python/recipes-devtools/python/python-pyperclip_1.6.0.bb index 6e93b81796..6c9fcbd84e 100644 --- a/meta-python/recipes-devtools/python/python-pyperclip_1.6.0.bb +++ b/meta-python/recipes-devtools/python/python-pyperclip_1.6.0.bb | |||
@@ -1,4 +1,7 @@ | |||
1 | inherit setuptools | 1 | inherit setuptools |
2 | require python-pyperclip.inc | 2 | require python-pyperclip.inc |
3 | 3 | ||
4 | RDEPENDS_${PN} += "${PYTHON_PN}-contextlib" | 4 | RDEPENDS_${PN} += " \ |
5 | ${PYTHON_PN}-contextlib \ | ||
6 | ${PYTHON_PN}-subprocess \ | ||
7 | " | ||