blob: 133cab10f5129cfac754328440fcf99fd9710a78 [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
Brad Bishopd7bf8c12018-02-25 22:55:05 -05006SRC_URI[md5sum] = "59a2f0a5b3b60e6c520a9cc7be9aff87"
7SRC_URI[sha256sum] = "7bfd8c5cfcbc241a93ca6a4e45f952650f5c7ecf7c49b1dbcf5f4d390240be0b"
Patrick Williamsddad1a12017-02-23 20:36:32 -06008
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 = ""