aboutsummaryrefslogtreecommitdiffstats
path: root/meta-python/recipes-devtools/python/python-pyperclip_1.6.0.bb
diff options
context:
space:
mode:
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.bb5
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 @@
inherit setuptools
require python-pyperclip.inc
-RDEPENDS_${PN} += "${PYTHON_PN}-contextlib"
+RDEPENDS_${PN} += " \
+ ${PYTHON_PN}-contextlib \
+ ${PYTHON_PN}-subprocess \
+"