blob: 5d6dca5d3ad4ad2597ff75102d7667a1c5d19811 [file] [log] [blame]
Patrick Williamsb48b7b42016-08-17 15:04:38 -05001DESCRIPTION = "Python HTTP for Humans."
2HOMEPAGE = "http://python-requests.org"
3LICENSE = "Apache-2.0"
Brad Bishopd7bf8c12018-02-25 22:55:05 -05004LIC_FILES_CHKSUM = "file://LICENSE;md5=979d6a23b143e13ea0e5e3aa81248820"
Patrick Williamsb48b7b42016-08-17 15:04:38 -05005
Brad Bishopd7bf8c12018-02-25 22:55:05 -05006SRC_URI[md5sum] = "081412b2ef79bdc48229891af13f4d82"
7SRC_URI[sha256sum] = "9c443e7324ba5b85070c4a818ade28bfabedf16ea10206da1132edaa6dda237e"
8
9inherit pypi
Patrick Williamsb48b7b42016-08-17 15:04:38 -050010
Patrick Williamsddad1a12017-02-23 20:36:32 -060011RDEPENDS_${PN} += " \
12 ${PYTHON_PN}-email \
13 ${PYTHON_PN}-json \
14 ${PYTHON_PN}-ndg-httpsclient \
15 ${PYTHON_PN}-netserver \
16 ${PYTHON_PN}-pyasn1 \
17 ${PYTHON_PN}-pyopenssl \
18 ${PYTHON_PN}-pysocks \
19 ${PYTHON_PN}-urllib3 \
Brad Bishopd7bf8c12018-02-25 22:55:05 -050020 ${PYTHON_PN}-chardet \
21 ${PYTHON_PN}-idna \
Patrick Williamsddad1a12017-02-23 20:36:32 -060022"
23
24BBCLASSEXTEND = "native nativesdk"