mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-05-06 16:58:24 +00:00
python-urllib3: update to 1.14
Signed-off-by: Derek Straka <derek@asterius.io>
This commit is contained in:
committed by
Martin Jansa
parent
84a304e0d2
commit
abafa93afa
11
meta-python/recipes-devtools/python/python-urllib3_1.14.bb
Normal file
11
meta-python/recipes-devtools/python/python-urllib3_1.14.bb
Normal file
@@ -0,0 +1,11 @@
|
||||
SUMMARY = "Python HTTP library with thread-safe connection pooling, file post support, sanity friendly, and more"
|
||||
HOMEPAGE = "https://github.com/shazow/urllib3"
|
||||
LICENSE = "MIT"
|
||||
LIC_FILES_CHKSUM = "file://LICENSE.txt;md5=3be3707c5f24a69709682265e29566fe"
|
||||
|
||||
SRC_URI[md5sum] = "5e1407428ac33b521c71a7ac273b3847"
|
||||
SRC_URI[sha256sum] = "dd4fb13a4ce50b18338c7e4d665b21fd38632c5d4b1d9f1a1379276bd3c08d37"
|
||||
|
||||
inherit pypi setuptools
|
||||
|
||||
RDEPENDS_${PN} += "python-netclient"
|
||||
Reference in New Issue
Block a user