diff options
author | Richard Purdie <richard.purdie@linuxfoundation.org> | 2022-03-16 17:50:40 +0000 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2022-03-18 23:27:27 +0000 |
commit | a939b03f043b7bb1d04027078727b4ddf056f60a (patch) | |
tree | c1bae3ec65ee9e9059d75b94dfb681ea8da11893 /meta/recipes-devtools/python | |
parent | b5dd960c45681e4f07063b8ff72d275e79d29c51 (diff) | |
download | poky-a939b03f043b7bb1d04027078727b4ddf056f60a.tar.gz |
python3-pysocks: Add from meta-oe/meta-python
(From OE-Core rev: 01106cfda226c26efed9928026af680a49f5ffcc)
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-devtools/python')
-rw-r--r-- | meta/recipes-devtools/python/python3-pysocks_1.7.1.bb | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/meta/recipes-devtools/python/python3-pysocks_1.7.1.bb b/meta/recipes-devtools/python/python3-pysocks_1.7.1.bb new file mode 100644 index 0000000000..9144401703 --- /dev/null +++ b/meta/recipes-devtools/python/python3-pysocks_1.7.1.bb | |||
@@ -0,0 +1,20 @@ | |||
1 | DESCRIPTION = "A Python SOCKS client module" | ||
2 | HOMEPAGE = "http://python-requests.org" | ||
3 | LICENSE = "BSD-3-Clause" | ||
4 | LIC_FILES_CHKSUM = "file://LICENSE;md5=1d457bcffb9661b45f799d4efee72f16" | ||
5 | |||
6 | SRC_URI[md5sum] = "89b1a6865c61bae67a32417517612ee6" | ||
7 | SRC_URI[sha256sum] = "3f8804571ebe159c380ac6de37643bb4685970655d3bba243530d6558b799aa0" | ||
8 | |||
9 | PYPI_PACKAGE = "PySocks" | ||
10 | inherit pypi setuptools3 | ||
11 | |||
12 | RDEPENDS:${PN}:class-target += "\ | ||
13 | ${PYTHON_PN}-email \ | ||
14 | ${PYTHON_PN}-io \ | ||
15 | ${PYTHON_PN}-logging \ | ||
16 | ${PYTHON_PN}-netclient \ | ||
17 | ${PYTHON_PN}-shell \ | ||
18 | " | ||
19 | |||
20 | BBCLASSEXTEND = "native nativesdk" | ||