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>
This commit is contained in:
Leon Anavi
2021-02-22 19:50:41 +02:00
committed by Khem Raj
parent abe3cf8025
commit 1dd38e35c1

View File

@@ -0,0 +1,14 @@
DESCRIPTION = "A cross-platform clipboard module for Python. (only handles plain text for now)"
HOMEPAGE = "https://github.com/asweigart/pyperclip"
LICENSE = "BSD"
LIC_FILES_CHKSUM = "file://PKG-INFO;beginline=8;endline=8;md5=d7dd4b0d1f7153322a546e89b5a0a632"
SRC_URI[sha256sum] = "105254a8b04934f0bc84e9c24eb360a591aaf6535c9def5f29d92af107a9bf57"
inherit pypi setuptools3
RDEPENDS_${PN} += " \
${PYTHON_PN}-ctypes \
"
BBCLASSEXTEND = "native nativesdk"