blob: 32cb50ce17d7ffd1018ab43bbb42ef70e77ee83d [file] [log] [blame]
Patrick Williamsddad1a12017-02-23 20:36:32 -06001DESCRIPTION = "A Python SOCKS client module"
2HOMEPAGE = "http://python-requests.org"
3LICENSE = "BSD"
4LIC_FILES_CHKSUM = "file://LICENSE;md5=1d457bcffb9661b45f799d4efee72f16"
5
Brad Bishopba6de432019-05-21 08:07:33 -04006SRC_URI[md5sum] = "ffea8bdc4eee054df2f9f6a9c3752567"
7SRC_URI[sha256sum] = "d9031ea45fdfacbe59a99273e9f0448ddb33c1580fe3831c1b09557c5718977c"
Patrick Williamsddad1a12017-02-23 20:36:32 -06008
9PYPI_PACKAGE = "PySocks"
10
Brad Bishop6e60e8b2018-02-01 10:27:11 -050011RDEPENDS_${PN}_class-target += "\
Brad Bishop316dfdd2018-06-25 12:45:53 -040012 ${PYTHON_PN}-email \
Brad Bishop6e60e8b2018-02-01 10:27:11 -050013 ${PYTHON_PN}-io \
Brad Bishop316dfdd2018-06-25 12:45:53 -040014 ${PYTHON_PN}-netclient \
15 ${PYTHON_PN}-shell \
Brad Bishop6e60e8b2018-02-01 10:27:11 -050016"
17
Patrick Williamsddad1a12017-02-23 20:36:32 -060018BBCLASSEXTEND = "native nativesdk"