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 | 1a4b7ee | 2018-12-16 17:11:34 -0800 | [diff] [blame] | 6 | SRC_URI[md5sum] = "1ad43e4b5ab7a0794c89dc057e1d7179" |
| 7 | SRC_URI[sha256sum] = "a68ac5e15e76e7e5dd2b8f94007233e01effe3e50e8daddf69acfd81cb686baf" |
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" |