mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2025-07-19 15:29:08 +02:00

Signed-off-by: Fabio Berton <fabio.berton@ossystems.com.br> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
25 lines
666 B
PHP
25 lines
666 B
PHP
DESCRIPTION = "Python HTTP for Humans."
|
|
HOMEPAGE = "http://python-requests.org"
|
|
LICENSE = "Apache-2.0"
|
|
LIC_FILES_CHKSUM = "file://LICENSE;md5=979d6a23b143e13ea0e5e3aa81248820"
|
|
|
|
SRC_URI[md5sum] = "081412b2ef79bdc48229891af13f4d82"
|
|
SRC_URI[sha256sum] = "9c443e7324ba5b85070c4a818ade28bfabedf16ea10206da1132edaa6dda237e"
|
|
|
|
inherit pypi
|
|
|
|
RDEPENDS_${PN} += " \
|
|
${PYTHON_PN}-email \
|
|
${PYTHON_PN}-json \
|
|
${PYTHON_PN}-ndg-httpsclient \
|
|
${PYTHON_PN}-netserver \
|
|
${PYTHON_PN}-pyasn1 \
|
|
${PYTHON_PN}-pyopenssl \
|
|
${PYTHON_PN}-pysocks \
|
|
${PYTHON_PN}-urllib3 \
|
|
${PYTHON_PN}-chardet \
|
|
${PYTHON_PN}-idna \
|
|
"
|
|
|
|
BBCLASSEXTEND = "native nativesdk"
|