diff options
| author | Leon Anavi <leon.anavi@konsulko.com> | 2021-02-22 19:50:41 +0200 |
|---|---|---|
| committer | Khem Raj <raj.khem@gmail.com> | 2021-02-24 09:07:52 -0800 |
| commit | 1dd38e35c18a90b1b4a5187e8e669affa36171e5 (patch) | |
| tree | 451d764f1ddf63e1d15fc53b02c766cb683f5b50 /meta-python/recipes-devtools/python/python3-pyperclip_1.8.2.bb | |
| parent | abe3cf80258732a7248aa0b020cf165e5be31044 (diff) | |
| download | meta-openembedded-1dd38e35c18a90b1b4a5187e8e669affa36171e5.tar.gz | |
python3-pyperclip: Upgrade 1.8.1 -> 1.8.2
Upgrade to release 1.8.2:
- Better wayland session detection
Signed-off-by: Leon Anavi <leon.anavi@konsulko.com>
Acked-by: Trevor Gamblin <trevor.gamblin@windriver.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'meta-python/recipes-devtools/python/python3-pyperclip_1.8.2.bb')
| -rw-r--r-- | meta-python/recipes-devtools/python/python3-pyperclip_1.8.2.bb | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/meta-python/recipes-devtools/python/python3-pyperclip_1.8.2.bb b/meta-python/recipes-devtools/python/python3-pyperclip_1.8.2.bb new file mode 100644 index 0000000000..142d075493 --- /dev/null +++ b/meta-python/recipes-devtools/python/python3-pyperclip_1.8.2.bb | |||
| @@ -0,0 +1,14 @@ | |||
| 1 | DESCRIPTION = "A cross-platform clipboard module for Python. (only handles plain text for now)" | ||
| 2 | HOMEPAGE = "https://github.com/asweigart/pyperclip" | ||
| 3 | LICENSE = "BSD" | ||
| 4 | LIC_FILES_CHKSUM = "file://PKG-INFO;beginline=8;endline=8;md5=d7dd4b0d1f7153322a546e89b5a0a632" | ||
| 5 | |||
| 6 | SRC_URI[sha256sum] = "105254a8b04934f0bc84e9c24eb360a591aaf6535c9def5f29d92af107a9bf57" | ||
| 7 | |||
| 8 | inherit pypi setuptools3 | ||
| 9 | |||
| 10 | RDEPENDS_${PN} += " \ | ||
| 11 | ${PYTHON_PN}-ctypes \ | ||
| 12 | " | ||
| 13 | |||
| 14 | BBCLASSEXTEND = "native nativesdk" | ||
