diff options
author | Zang Ruochen <zangrc.fnst@cn.fujitsu.com> | 2019-05-13 13:42:58 +0800 |
---|---|---|
committer | Khem Raj <raj.khem@gmail.com> | 2019-05-13 20:25:49 -0700 |
commit | bb2005d75810726edce88ca74c206537d72947c7 (patch) | |
tree | 87044376b228cf8718ca62d410da925e88beafc1 /meta-python/recipes-devtools/python/python-pyperclip_1.7.0.bb | |
parent | 29aa34cf01d5038f76d251e8b8e1d6cb5e3cde2c (diff) | |
download | meta-openembedded-bb2005d75810726edce88ca74c206537d72947c7.tar.gz |
python-pyperclip: upgrade 1.6.2 -> 1.7.0
-Upgrade from python-pyperclip_1.6.2.bb to python-pyperclip_1.7.0.bb.
-Upgrade from python3-pyperclip_1.6.2.bb to python3-pyperclip_1.7.0.bb.
-License-Update: updated package information.
Signed-off-by: Zang Ruochen <zangrc.fnst@cn.fujitsu.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'meta-python/recipes-devtools/python/python-pyperclip_1.7.0.bb')
-rw-r--r-- | meta-python/recipes-devtools/python/python-pyperclip_1.7.0.bb | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/meta-python/recipes-devtools/python/python-pyperclip_1.7.0.bb b/meta-python/recipes-devtools/python/python-pyperclip_1.7.0.bb new file mode 100644 index 0000000000..6c9fcbd84e --- /dev/null +++ b/meta-python/recipes-devtools/python/python-pyperclip_1.7.0.bb | |||
@@ -0,0 +1,7 @@ | |||
1 | inherit setuptools | ||
2 | require python-pyperclip.inc | ||
3 | |||
4 | RDEPENDS_${PN} += " \ | ||
5 | ${PYTHON_PN}-contextlib \ | ||
6 | ${PYTHON_PN}-subprocess \ | ||
7 | " | ||