summaryrefslogtreecommitdiffstats
path: root/meta-python
diff options
context:
space:
mode:
authorScott Murray <scott.murray@konsulko.com>2022-03-20 20:50:41 -0400
committerTrevor Gamblin <trevor.gamblin@windriver.com>2022-03-23 09:46:31 -0400
commit230dcc9829cca527a024371c722d1775c5c675a4 (patch)
tree36989231bf8f63b79061406edd960315940097ac /meta-python
parent90b54805d79ad4e36b42929f8e750aac1c0759b9 (diff)
downloadmeta-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')
-rw-r--r--meta-python/recipes-core/packagegroups/packagegroup-meta-python.bb1
-rw-r--r--meta-python/recipes-devtools/python/python3-requests_2.27.1.bb25
2 files changed, 0 insertions, 26 deletions
diff --git a/meta-python/recipes-core/packagegroups/packagegroup-meta-python.bb b/meta-python/recipes-core/packagegroups/packagegroup-meta-python.bb
index 1f78c7dc9e..260687aa53 100644
--- a/meta-python/recipes-core/packagegroups/packagegroup-meta-python.bb
+++ b/meta-python/recipes-core/packagegroups/packagegroup-meta-python.bb
@@ -354,7 +354,6 @@ RDEPENDS:packagegroup-meta-python3 = "\
354 python3-rdflib \ 354 python3-rdflib \
355 python3-redis \ 355 python3-redis \
356 python3-regex \ 356 python3-regex \
357 python3-requests \
358 python3-requests-file \ 357 python3-requests-file \
359 python3-requests-ftp \ 358 python3-requests-ftp \
360 python3-requests-futures \ 359 python3-requests-futures \
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 @@
1DESCRIPTION = "Python HTTP for Humans."
2HOMEPAGE = "http://python-requests.org"
3LICENSE = "Apache-2.0"
4LIC_FILES_CHKSUM = "file://LICENSE;md5=34400b68072d710fecd0a2940a0d1658"
5
6SRC_URI[sha256sum] = "68d7c56fd5a8999887728ef304a6d12edc7be74f1cfa47714fc8b414525c9a61"
7
8inherit pypi setuptools3
9
10RDEPENDS:${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
23CVE_PRODUCT = "requests"
24
25BBCLASSEXTEND = "native nativesdk"