summaryrefslogtreecommitdiffstats
path: root/meta-python/recipes-devtools/python/python3-pyperclip_1.9.0.bb
diff options
context:
space:
mode:
Diffstat (limited to 'meta-python/recipes-devtools/python/python3-pyperclip_1.9.0.bb')
-rw-r--r--meta-python/recipes-devtools/python/python3-pyperclip_1.9.0.bb14
1 files changed, 14 insertions, 0 deletions
diff --git a/meta-python/recipes-devtools/python/python3-pyperclip_1.9.0.bb b/meta-python/recipes-devtools/python/python3-pyperclip_1.9.0.bb
new file mode 100644
index 0000000000..80af514fab
--- /dev/null
+++ b/meta-python/recipes-devtools/python/python3-pyperclip_1.9.0.bb
@@ -0,0 +1,14 @@
1DESCRIPTION = "A cross-platform clipboard module for Python. (only handles plain text for now)"
2HOMEPAGE = "https://github.com/asweigart/pyperclip"
3LICENSE = "BSD-3-Clause"
4LIC_FILES_CHKSUM = "file://PKG-INFO;beginline=8;endline=8;md5=d7dd4b0d1f7153322a546e89b5a0a632"
5
6SRC_URI[sha256sum] = "b7de0142ddc81bfc5c7507eea19da920b92252b548b96186caf94a5e2527d310"
7
8inherit pypi setuptools3
9
10RDEPENDS:${PN} += " \
11 python3-ctypes \
12"
13
14BBCLASSEXTEND = "native nativesdk"