summaryrefslogtreecommitdiff
path: root/upstream-layers/openembedded-core/meta/recipes-devtools/python/python3-pysocks_1.7.1.bb
blob: 207d15d7025ef6da26be4f7799bfe520d525c65b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
SUMMARY = "A Python SOCKS client module"
HOMEPAGE = "http://python-requests.org"
LICENSE = "BSD-3-Clause"
LIC_FILES_CHKSUM = "file://LICENSE;md5=1d457bcffb9661b45f799d4efee72f16"

SRC_URI[sha256sum] = "3f8804571ebe159c380ac6de37643bb4685970655d3bba243530d6558b799aa0"

PYPI_PACKAGE = "PySocks"

inherit pypi setuptools3

RDEPENDS:${PN}:class-target += "\
    python3-email \
    python3-io \
    python3-logging \
    python3-netclient \
    python3-shell \
"

BBCLASSEXTEND = "native nativesdk"