blob: 53ec1b7d8164a2bca593dcd8709e89caaefad1f0 [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 Bishop316dfdd2018-06-25 12:45:53 -04006SRC_URI[md5sum] = "441c4e3bf5b042f7e70613cd871df26c"
7SRC_URI[sha256sum] = "3fe52c55890a248676fd69dc9e3c4e811718b777834bcaab7a8125cf9deac672"
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"