diff options
| author | Scott Murray <scott.murray@konsulko.com> | 2022-03-20 20:50:41 -0400 |
|---|---|---|
| committer | Trevor Gamblin <trevor.gamblin@windriver.com> | 2022-03-23 09:46:31 -0400 |
| commit | 230dcc9829cca527a024371c722d1775c5c675a4 (patch) | |
| tree | 36989231bf8f63b79061406edd960315940097ac /meta-python/recipes-devtools/python | |
| parent | 90b54805d79ad4e36b42929f8e750aac1c0759b9 (diff) | |
| download | meta-openembedded-230dcc9829cca527a024371c722d1775c5c675a4.tar.gz | |
python3-requests: Remove
This recipe has been moved to oe-core.
Signed-off-by: Scott Murray <scott.murray@konsulko.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Signed-off-by: Trevor Gamblin <trevor.gamblin@windriver.com>
Diffstat (limited to 'meta-python/recipes-devtools/python')
| -rw-r--r-- | meta-python/recipes-devtools/python/python3-requests_2.27.1.bb | 25 |
1 files changed, 0 insertions, 25 deletions
diff --git a/meta-python/recipes-devtools/python/python3-requests_2.27.1.bb b/meta-python/recipes-devtools/python/python3-requests_2.27.1.bb deleted file mode 100644 index af52b7caf5..0000000000 --- a/meta-python/recipes-devtools/python/python3-requests_2.27.1.bb +++ /dev/null | |||
| @@ -1,25 +0,0 @@ | |||
| 1 | DESCRIPTION = "Python HTTP for Humans." | ||
| 2 | HOMEPAGE = "http://python-requests.org" | ||
| 3 | LICENSE = "Apache-2.0" | ||
| 4 | LIC_FILES_CHKSUM = "file://LICENSE;md5=34400b68072d710fecd0a2940a0d1658" | ||
| 5 | |||
| 6 | SRC_URI[sha256sum] = "68d7c56fd5a8999887728ef304a6d12edc7be74f1cfa47714fc8b414525c9a61" | ||
| 7 | |||
| 8 | inherit pypi setuptools3 | ||
| 9 | |||
| 10 | RDEPENDS:${PN} += " \ | ||
| 11 | ${PYTHON_PN}-email \ | ||
| 12 | ${PYTHON_PN}-json \ | ||
| 13 | ${PYTHON_PN}-ndg-httpsclient \ | ||
| 14 | ${PYTHON_PN}-netserver \ | ||
| 15 | ${PYTHON_PN}-pyasn1 \ | ||
| 16 | ${PYTHON_PN}-pyopenssl \ | ||
| 17 | ${PYTHON_PN}-pysocks \ | ||
| 18 | ${PYTHON_PN}-urllib3 \ | ||
| 19 | ${PYTHON_PN}-chardet \ | ||
| 20 | ${PYTHON_PN}-idna \ | ||
| 21 | " | ||
| 22 | |||
| 23 | CVE_PRODUCT = "requests" | ||
| 24 | |||
| 25 | BBCLASSEXTEND = "native nativesdk" | ||
