blob: 0697fd715621c866bd05a19580f0d98c4bf17213 [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
6SRC_URI[md5sum] = "68f4ad7a8d4fa725656ae3e9dd142d29"
7SRC_URI[sha256sum] = "e51c7694b10288e6fd9a28e15c0bcce9aca0327e7b32ebcd9af05fcd56f38b88"
8
9PYPI_PACKAGE = "PySocks"
10
11BBCLASSEXTEND = "native nativesdk"