summaryrefslogtreecommitdiffstats
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 @@
1inherit setuptools 1inherit setuptools
2require python-pyperclip.inc 2require python-pyperclip.inc
3 3
4RDEPENDS_${PN} += "${PYTHON_PN}-contextlib" 4RDEPENDS_${PN} += " \
5 ${PYTHON_PN}-contextlib \
6 ${PYTHON_PN}-subprocess \
7"