blob: 3c6253f04b8782a145168d77f51998b14a2ecd04 [file] [log] [blame]
Patrick Williamsddad1a12017-02-23 20:36:32 -06001DESCRIPTION = "Provides enhanced HTTPS support for httplib and urllib2 using PyOpenSSL"
2HOMEPAGE = "http://python-requests.org"
3LICENSE = "BSD"
4LIC_FILES_CHKSUM = "file://MANIFEST.in;md5=ce22c0cd986d2de3f7073cd6b5523ae0"
5
6SRC_URI[md5sum] = "b3a958c0e9aaf4d3f8dd933f46f8c1a9"
7SRC_URI[sha256sum] = "580987ef194334c50389e0d7de885fccf15605c13c6eecaabd8d6c43768eb8ac"
8
9PYPI_PACKAGE = "ndg_httpsclient"
10
Brad Bishop6e60e8b2018-02-01 10:27:11 -050011DEPENDS += " \
Patrick Williamsddad1a12017-02-23 20:36:32 -060012 ${PYTHON_PN}-pyopenssl \
Patrick Williamsddad1a12017-02-23 20:36:32 -060013 ${PYTHON_PN}-pyasn1 \
14"
15
16BBCLASSEXTEND = "native nativesdk"
Brad Bishop6e60e8b2018-02-01 10:27:11 -050017
18UPSTREAM_CHECK_REGEX = ""