diff options
Diffstat (limited to 'meta-python/recipes-devtools/python/python3-pyperclip_1.11.0.bb')
| -rw-r--r-- | meta-python/recipes-devtools/python/python3-pyperclip_1.11.0.bb | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/meta-python/recipes-devtools/python/python3-pyperclip_1.11.0.bb b/meta-python/recipes-devtools/python/python3-pyperclip_1.11.0.bb new file mode 100644 index 0000000000..09c7fc8f86 --- /dev/null +++ b/meta-python/recipes-devtools/python/python3-pyperclip_1.11.0.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-3-Clause" | ||
| 4 | LIC_FILES_CHKSUM = "file://LICENSE.txt;md5=b6cd06fd72984ac1f8428337aec8cff7" | ||
| 5 | |||
| 6 | SRC_URI[sha256sum] = "244035963e4428530d9e3a6101a1ef97209c6825edab1567beac148ccc1db1b6" | ||
| 7 | |||
| 8 | inherit pypi python_setuptools_build_meta | ||
| 9 | |||
| 10 | RDEPENDS:${PN} += " \ | ||
| 11 | python3-ctypes \ | ||
| 12 | " | ||
| 13 | |||
| 14 | BBCLASSEXTEND = "native nativesdk" | ||
