Patrick Williams | ddad1a1 | 2017-02-23 20:36:32 -0600 | [diff] [blame] | 1 | SUMMARY = "Python HTTP library with thread-safe connection pooling, file post support, sanity friendly, and more" |
| 2 | HOMEPAGE = "https://github.com/shazow/urllib3" |
| 3 | LICENSE = "MIT" |
Brad Bishop | d7bf8c1 | 2018-02-25 22:55:05 -0500 | [diff] [blame] | 4 | LIC_FILES_CHKSUM = "file://LICENSE.txt;md5=ea114851ad9a8c311aac8728a681a067" |
Patrick Williams | ddad1a1 | 2017-02-23 20:36:32 -0600 | [diff] [blame] | 5 | |
Brad Bishop | d7bf8c1 | 2018-02-25 22:55:05 -0500 | [diff] [blame] | 6 | SRC_URI[md5sum] = "0da7bed3fe94bf7dc59ae37885cc72f7" |
| 7 | SRC_URI[sha256sum] = "cc44da8e1145637334317feebd728bd869a35285b93cbb4cca2577da7e62db4f" |
Patrick Williams | ddad1a1 | 2017-02-23 20:36:32 -0600 | [diff] [blame] | 8 | |
| 9 | RDEPENDS_${PN} += "\ |
| 10 | ${PYTHON_PN}-certifi \ |
| 11 | ${PYTHON_PN}-cryptography \ |
| 12 | ${PYTHON_PN}-email \ |
| 13 | ${PYTHON_PN}-idna \ |
| 14 | ${PYTHON_PN}-netclient \ |
| 15 | ${PYTHON_PN}-pyopenssl \ |
| 16 | ${PYTHON_PN}-threading \ |
| 17 | " |
| 18 | |
| 19 | BBCLASSEXTEND = "native nativesdk" |