Patrick Williams | b48b7b4 | 2016-08-17 15:04:38 -0500 | [diff] [blame] | 1 | DESCRIPTION = "Python HTTP for Humans." |
| 2 | HOMEPAGE = "http://python-requests.org" |
| 3 | LICENSE = "Apache-2.0" |
Brad Bishop | 1932369 | 2019-04-05 15:28:33 -0400 | [diff] [blame] | 4 | LIC_FILES_CHKSUM = "file://LICENSE;md5=a8d5a1d1c2d53025e2282c511033f6f7" |
Patrick Williams | b48b7b4 | 2016-08-17 15:04:38 -0500 | [diff] [blame] | 5 | |
Brad Bishop | 1a4b7ee | 2018-12-16 17:11:34 -0800 | [diff] [blame] | 6 | FILESEXTRAPATHS_prepend := "${THISDIR}/python-requests:" |
| 7 | |
Brad Bishop | 34ae600 | 2019-04-08 15:21:03 -0400 | [diff] [blame^] | 8 | SRC_URI[md5sum] = "1bcd0e0977c3f8db1848ba0e2b7ab904" |
| 9 | SRC_URI[sha256sum] = "502a824f31acdacb3a35b6690b5fbf0bc41d63a24a45c4004352b0242707598e" |
Brad Bishop | d7bf8c1 | 2018-02-25 22:55:05 -0500 | [diff] [blame] | 10 | |
| 11 | inherit pypi |
Patrick Williams | b48b7b4 | 2016-08-17 15:04:38 -0500 | [diff] [blame] | 12 | |
Patrick Williams | ddad1a1 | 2017-02-23 20:36:32 -0600 | [diff] [blame] | 13 | RDEPENDS_${PN} += " \ |
| 14 | ${PYTHON_PN}-email \ |
| 15 | ${PYTHON_PN}-json \ |
| 16 | ${PYTHON_PN}-ndg-httpsclient \ |
| 17 | ${PYTHON_PN}-netserver \ |
| 18 | ${PYTHON_PN}-pyasn1 \ |
| 19 | ${PYTHON_PN}-pyopenssl \ |
| 20 | ${PYTHON_PN}-pysocks \ |
| 21 | ${PYTHON_PN}-urllib3 \ |
Brad Bishop | d7bf8c1 | 2018-02-25 22:55:05 -0500 | [diff] [blame] | 22 | ${PYTHON_PN}-chardet \ |
| 23 | ${PYTHON_PN}-idna \ |
Patrick Williams | ddad1a1 | 2017-02-23 20:36:32 -0600 | [diff] [blame] | 24 | " |
| 25 | |
| 26 | BBCLASSEXTEND = "native nativesdk" |