All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/8] Remove recipes moved to oe-core
@ 2022-03-21  0:50 Scott Murray
  2022-03-21  0:50 ` [PATCH 1/8] python3-babel: Remove Scott Murray
                   ` (7 more replies)
  0 siblings, 8 replies; 9+ messages in thread
From: Scott Murray @ 2022-03-21  0:50 UTC (permalink / raw)
  To: openembedded-devel

I didn't see anything queued in master-next, so here are some patches
to remove the recipes that were moved to oe-core this week.

Scott Murray (8):
  python3-babel: Remove
  python3-certifi: Remove
  python3-ndg-httpsclient: Remove
  python3-pyasn1: Remove
  python3-pyopenssl: Remove
  python3-pysocks: Remove
  python3-requests: Remove
  python3-urllib3: Remove

 .../packagegroups/packagegroup-meta-python.bb |  8 -----
 .../recipes-devtools/python/python-pyasn1.inc | 31 -------------------
 .../python/python3-babel_2.9.1.bb             | 26 ----------------
 .../python/python3-certifi_2021.10.8.bb       | 14 ---------
 .../python/python3-ndg-httpsclient_0.5.1.bb   | 31 -------------------
 .../python/python3-pyasn1/run-ptest           |  3 --
 .../python/python3-pyasn1_0.4.8.bb            |  2 --
 .../python/python3-pyopenssl_22.0.0.bb        | 23 --------------
 .../python/python3-pysocks_1.7.1.bb           | 20 ------------
 .../python/python3-requests_2.27.1.bb         | 25 ---------------
 .../python/python3-urllib3_1.26.8.bb          | 22 -------------
 11 files changed, 205 deletions(-)
 delete mode 100644 meta-python/recipes-devtools/python/python-pyasn1.inc
 delete mode 100644 meta-python/recipes-devtools/python/python3-babel_2.9.1.bb
 delete mode 100644 meta-python/recipes-devtools/python/python3-certifi_2021.10.8.bb
 delete mode 100644 meta-python/recipes-devtools/python/python3-ndg-httpsclient_0.5.1.bb
 delete mode 100644 meta-python/recipes-devtools/python/python3-pyasn1/run-ptest
 delete mode 100644 meta-python/recipes-devtools/python/python3-pyasn1_0.4.8.bb
 delete mode 100644 meta-python/recipes-devtools/python/python3-pyopenssl_22.0.0.bb
 delete mode 100644 meta-python/recipes-devtools/python/python3-pysocks_1.7.1.bb
 delete mode 100644 meta-python/recipes-devtools/python/python3-requests_2.27.1.bb
 delete mode 100644 meta-python/recipes-devtools/python/python3-urllib3_1.26.8.bb

-- 
2.35.1



^ permalink raw reply	[flat|nested] 9+ messages in thread

* [PATCH 1/8] python3-babel: Remove
  2022-03-21  0:50 [PATCH 0/8] Remove recipes moved to oe-core Scott Murray
@ 2022-03-21  0:50 ` Scott Murray
  2022-03-21  0:50 ` [PATCH 2/8] python3-certifi: Remove Scott Murray
                   ` (6 subsequent siblings)
  7 siblings, 0 replies; 9+ messages in thread
From: Scott Murray @ 2022-03-21  0:50 UTC (permalink / raw)
  To: openembedded-devel

This recipe has been moved to oe-core.

Signed-off-by: Scott Murray <scott.murray@konsulko.com>
---
 .../packagegroups/packagegroup-meta-python.bb |  1 -
 .../python/python3-babel_2.9.1.bb             | 26 -------------------
 2 files changed, 27 deletions(-)
 delete mode 100644 meta-python/recipes-devtools/python/python3-babel_2.9.1.bb

diff --git a/meta-python/recipes-core/packagegroups/packagegroup-meta-python.bb b/meta-python/recipes-core/packagegroups/packagegroup-meta-python.bb
index 207ab3603..78722682d 100644
--- a/meta-python/recipes-core/packagegroups/packagegroup-meta-python.bb
+++ b/meta-python/recipes-core/packagegroups/packagegroup-meta-python.bb
@@ -43,7 +43,6 @@ RDEPENDS:packagegroup-meta-python3 = "\
     python3-autobahn \
     python3-automat \
     python3-aws-iot-device-sdk-python \
-    python3-babel \
     python3-backcall \
     python3-bandit \
     python3-beautifulsoup4 \
diff --git a/meta-python/recipes-devtools/python/python3-babel_2.9.1.bb b/meta-python/recipes-devtools/python/python3-babel_2.9.1.bb
deleted file mode 100644
index 11c8d6010..000000000
--- a/meta-python/recipes-devtools/python/python3-babel_2.9.1.bb
+++ /dev/null
@@ -1,26 +0,0 @@
-DESCRIPTION = "A collection of tools for internationalizing Python applications"
-HOMEPAGE = "http://babel.edgewall.org/"
-LICENSE = "BSD-3-Clause"
-LIC_FILES_CHKSUM = "file://LICENSE;md5=05fb707293a85504aa67afc8ea34d747"
-
-SRC_URI[sha256sum] = "bc0c176f9f6a994582230df350aa6e05ba2ebe4b3ac317eab29d9be5d2768da0"
-
-PYPI_PACKAGE = "Babel"
-
-inherit pypi setuptools3
-
-CLEANBROKEN = "1"
-
-RDEPENDS:${PN} += " \
-    ${PYTHON_PN}-codecs \
-    ${PYTHON_PN}-difflib \
-    ${PYTHON_PN}-distutils \
-    ${PYTHON_PN}-netserver \
-    ${PYTHON_PN}-numbers \
-    ${PYTHON_PN}-pickle \
-    ${PYTHON_PN}-pytz \
-    ${PYTHON_PN}-shell \
-    ${PYTHON_PN}-threading \
-"
-
-BBCLASSEXTEND = "native nativesdk"
-- 
2.35.1



^ permalink raw reply related	[flat|nested] 9+ messages in thread

* [PATCH 2/8] python3-certifi: Remove
  2022-03-21  0:50 [PATCH 0/8] Remove recipes moved to oe-core Scott Murray
  2022-03-21  0:50 ` [PATCH 1/8] python3-babel: Remove Scott Murray
@ 2022-03-21  0:50 ` Scott Murray
  2022-03-21  0:50 ` [PATCH 3/8] python3-ndg-httpsclient: Remove Scott Murray
                   ` (5 subsequent siblings)
  7 siblings, 0 replies; 9+ messages in thread
From: Scott Murray @ 2022-03-21  0:50 UTC (permalink / raw)
  To: openembedded-devel

This recipe has been moved to oe-core.

Signed-off-by: Scott Murray <scott.murray@konsulko.com>
---
 .../packagegroups/packagegroup-meta-python.bb      |  1 -
 .../python/python3-certifi_2021.10.8.bb            | 14 --------------
 2 files changed, 15 deletions(-)
 delete mode 100644 meta-python/recipes-devtools/python/python3-certifi_2021.10.8.bb

diff --git a/meta-python/recipes-core/packagegroups/packagegroup-meta-python.bb b/meta-python/recipes-core/packagegroups/packagegroup-meta-python.bb
index 78722682d..c7ab10066 100644
--- a/meta-python/recipes-core/packagegroups/packagegroup-meta-python.bb
+++ b/meta-python/recipes-core/packagegroups/packagegroup-meta-python.bb
@@ -62,7 +62,6 @@ RDEPENDS:packagegroup-meta-python3 = "\
     python3-cassandra-driver \
     python3-cbor2 \
     python3-cerberus \
-    python3-certifi \
     python3-chardet \
     python3-charset-normalizer \
     python3-cheetah \
diff --git a/meta-python/recipes-devtools/python/python3-certifi_2021.10.8.bb b/meta-python/recipes-devtools/python/python3-certifi_2021.10.8.bb
deleted file mode 100644
index 4c376da89..000000000
--- a/meta-python/recipes-devtools/python/python3-certifi_2021.10.8.bb
+++ /dev/null
@@ -1,14 +0,0 @@
-SUMMARY = "Python package for providing Mozilla's CA Bundle."
-DESCRIPTION = "This installable Python package contains a CA Bundle that you can reference in your \
-Python code. This is useful for verifying HTTP requests, for example.  This is the same CA Bundle \
-which ships with the Requests codebase, and is derived from Mozilla Firefox's canonical set."
-HOMEPAGE = " http://certifi.io/"
-
-LICENSE = "ISC"
-LIC_FILES_CHKSUM = "file://LICENSE;md5=67da0714c3f9471067b729eca6c9fbe8"
-
-SRC_URI[sha256sum] = "78884e7c1d4b00ce3cea67b44566851c4343c120abd683433ce934a68ea58872"
-
-inherit pypi setuptools3
-
-BBCLASSEXTEND = "native nativesdk"
-- 
2.35.1



^ permalink raw reply related	[flat|nested] 9+ messages in thread

* [PATCH 3/8] python3-ndg-httpsclient: Remove
  2022-03-21  0:50 [PATCH 0/8] Remove recipes moved to oe-core Scott Murray
  2022-03-21  0:50 ` [PATCH 1/8] python3-babel: Remove Scott Murray
  2022-03-21  0:50 ` [PATCH 2/8] python3-certifi: Remove Scott Murray
@ 2022-03-21  0:50 ` Scott Murray
  2022-03-21  0:50 ` [PATCH 4/8] python3-pyasn1: Remove Scott Murray
                   ` (4 subsequent siblings)
  7 siblings, 0 replies; 9+ messages in thread
From: Scott Murray @ 2022-03-21  0:50 UTC (permalink / raw)
  To: openembedded-devel

This recipe has been moved to oe-core.

Signed-off-by: Scott Murray <scott.murray@konsulko.com>
---
 .../packagegroups/packagegroup-meta-python.bb |  1 -
 .../python/python3-ndg-httpsclient_0.5.1.bb   | 31 -------------------
 2 files changed, 32 deletions(-)
 delete mode 100644 meta-python/recipes-devtools/python/python3-ndg-httpsclient_0.5.1.bb

diff --git a/meta-python/recipes-core/packagegroups/packagegroup-meta-python.bb b/meta-python/recipes-core/packagegroups/packagegroup-meta-python.bb
index c7ab10066..9fe47ea89 100644
--- a/meta-python/recipes-core/packagegroups/packagegroup-meta-python.bb
+++ b/meta-python/recipes-core/packagegroups/packagegroup-meta-python.bb
@@ -232,7 +232,6 @@ RDEPENDS:packagegroup-meta-python3 = "\
     python3-mypy \
     python3-mypy-extensions \
     python3-natsort \
-    python3-ndg-httpsclient \
     python3-netaddr \
     python3-netifaces \
     python3-networkx \
diff --git a/meta-python/recipes-devtools/python/python3-ndg-httpsclient_0.5.1.bb b/meta-python/recipes-devtools/python/python3-ndg-httpsclient_0.5.1.bb
deleted file mode 100644
index 6f3c096cf..000000000
--- a/meta-python/recipes-devtools/python/python3-ndg-httpsclient_0.5.1.bb
+++ /dev/null
@@ -1,31 +0,0 @@
-DESCRIPTION = "Provides enhanced HTTPS support for httplib and urllib2 using PyOpenSSL"
-HOMEPAGE = "https://github.com/cedadev/ndg_httpsclient/"
-LICENSE = "BSD-3-Clause"
-LIC_FILES_CHKSUM = "file://MANIFEST.in;md5=ce22c0cd986d2de3f7073cd6b5523ae0"
-
-SRC_URI[md5sum] = "b0fc8ea38f87d2c1ab1ed79a95c078f9"
-SRC_URI[sha256sum] = "d72faed0376ab039736c2ba12e30695e2788c4aa569c9c3e3d72131de2592210"
-
-inherit pypi setuptools3 update-alternatives
-
-PYPI_PACKAGE = "ndg_httpsclient"
-
-DEPENDS += " \
-    ${PYTHON_PN}-pyopenssl \
-    ${PYTHON_PN}-pyasn1 \
-"
-
-RDEPENDS:${PN} += " \
-    ${PYTHON_PN}-datetime \
-    ${PYTHON_PN}-logging \
-    ${PYTHON_PN}-pyopenssl \
-    ${PYTHON_PN}-pyasn1 \
-"
-
-BBCLASSEXTEND = "native nativesdk"
-
-UPSTREAM_CHECK_REGEX = ""
-
-ALTERNATIVE:${PN} = "ndg_httpclient"
-ALTERNATIVE_LINK_NAME[ndg_httpclient] = "${bindir}/ndg_httpclient"
-ALTERNATIVE_PRIORITY = "30"
-- 
2.35.1



^ permalink raw reply related	[flat|nested] 9+ messages in thread

* [PATCH 4/8] python3-pyasn1: Remove
  2022-03-21  0:50 [PATCH 0/8] Remove recipes moved to oe-core Scott Murray
                   ` (2 preceding siblings ...)
  2022-03-21  0:50 ` [PATCH 3/8] python3-ndg-httpsclient: Remove Scott Murray
@ 2022-03-21  0:50 ` Scott Murray
  2022-03-21  0:50 ` [PATCH 5/8] python3-pyopenssl: Remove Scott Murray
                   ` (3 subsequent siblings)
  7 siblings, 0 replies; 9+ messages in thread
From: Scott Murray @ 2022-03-21  0:50 UTC (permalink / raw)
  To: openembedded-devel

This recipe has been moved to oe-core.

Signed-off-by: Scott Murray <scott.murray@konsulko.com>
---
 .../packagegroups/packagegroup-meta-python.bb |  1 -
 .../recipes-devtools/python/python-pyasn1.inc | 31 -------------------
 .../python/python3-pyasn1/run-ptest           |  3 --
 .../python/python3-pyasn1_0.4.8.bb            |  2 --
 4 files changed, 37 deletions(-)
 delete mode 100644 meta-python/recipes-devtools/python/python-pyasn1.inc
 delete mode 100644 meta-python/recipes-devtools/python/python3-pyasn1/run-ptest
 delete mode 100644 meta-python/recipes-devtools/python/python3-pyasn1_0.4.8.bb

diff --git a/meta-python/recipes-core/packagegroups/packagegroup-meta-python.bb b/meta-python/recipes-core/packagegroups/packagegroup-meta-python.bb
index 9fe47ea89..331c6eba7 100644
--- a/meta-python/recipes-core/packagegroups/packagegroup-meta-python.bb
+++ b/meta-python/recipes-core/packagegroups/packagegroup-meta-python.bb
@@ -284,7 +284,6 @@ RDEPENDS:packagegroup-meta-python3 = "\
     python3-py-cpuinfo \
     python3-py-ubjson \
     python3-pyalsaaudio \
-    python3-pyasn1 \
     python3-pyasn1-modules \
     python3-pyatspi \
     python3-pyaudio \
diff --git a/meta-python/recipes-devtools/python/python-pyasn1.inc b/meta-python/recipes-devtools/python/python-pyasn1.inc
deleted file mode 100644
index 6cbed0fcd..000000000
--- a/meta-python/recipes-devtools/python/python-pyasn1.inc
+++ /dev/null
@@ -1,31 +0,0 @@
-SUMMARY = "Python library implementing ASN.1 types."
-HOMEPAGE = "http://pyasn1.sourceforge.net/"
-LICENSE = "BSD-2-Clause"
-LIC_FILES_CHKSUM = "file://LICENSE.rst;md5=a14482d15c2249de3b6f0e8a47e021fd"
-
-SRC_URI[md5sum] = "dffae4ff9f997a83324b3f33fe62be54"
-SRC_URI[sha256sum] = "aef77c9fb94a3ac588e87841208bdec464471d9871bd5050a287cc9a475cd0ba"
-
-RDEPENDS:${PN}:class-target += " \
-    ${PYTHON_PN}-codecs \
-    ${PYTHON_PN}-logging \
-    ${PYTHON_PN}-math \
-    ${PYTHON_PN}-shell \
-"
-
-BBCLASSEXTEND = "native nativesdk"
-
-inherit ptest
-
-SRC_URI += " \
-	file://run-ptest \
-"
-
-RDEPENDS:${PN}-ptest += " \
-	${PYTHON_PN}-pytest \
-"
-
-do_install_ptest() {
-	install -d ${D}${PTEST_PATH}/tests
-	cp -rf ${S}/tests/* ${D}${PTEST_PATH}/tests/
-}
diff --git a/meta-python/recipes-devtools/python/python3-pyasn1/run-ptest b/meta-python/recipes-devtools/python/python3-pyasn1/run-ptest
deleted file mode 100644
index b63c4de0d..000000000
--- a/meta-python/recipes-devtools/python/python3-pyasn1/run-ptest
+++ /dev/null
@@ -1,3 +0,0 @@
-#!/bin/sh
-
-pytest -o log_cli=true -o log_cli_level=INFO | sed -e 's/\[...%\]//g'| sed -e 's/PASSED/PASS/g'| sed -e 's/FAILED/FAIL/g'|sed -e 's/SKIPPED/SKIP/g'| awk '{if ($NF=="PASS" || $NF=="FAIL" || $NF=="SKIP" || $NF=="XFAIL" || $NF=="XPASS"){printf "%s: %s\n", $NF, $0}else{print}}'| awk '{if ($NF=="PASS" || $NF=="FAIL" || $NF=="SKIP" || $NF=="XFAIL" || $NF=="XPASS") {$NF="";print $0}else{print}}'
diff --git a/meta-python/recipes-devtools/python/python3-pyasn1_0.4.8.bb b/meta-python/recipes-devtools/python/python3-pyasn1_0.4.8.bb
deleted file mode 100644
index a5e2a7136..000000000
--- a/meta-python/recipes-devtools/python/python3-pyasn1_0.4.8.bb
+++ /dev/null
@@ -1,2 +0,0 @@
-inherit pypi setuptools3
-require python-pyasn1.inc
-- 
2.35.1



^ permalink raw reply related	[flat|nested] 9+ messages in thread

* [PATCH 5/8] python3-pyopenssl: Remove
  2022-03-21  0:50 [PATCH 0/8] Remove recipes moved to oe-core Scott Murray
                   ` (3 preceding siblings ...)
  2022-03-21  0:50 ` [PATCH 4/8] python3-pyasn1: Remove Scott Murray
@ 2022-03-21  0:50 ` Scott Murray
  2022-03-21  0:50 ` [PATCH 6/8] python3-pysocks: Remove Scott Murray
                   ` (2 subsequent siblings)
  7 siblings, 0 replies; 9+ messages in thread
From: Scott Murray @ 2022-03-21  0:50 UTC (permalink / raw)
  To: openembedded-devel

This recipe has been moved to oe-core.

Signed-off-by: Scott Murray <scott.murray@konsulko.com>
---
 .../packagegroups/packagegroup-meta-python.bb |  1 -
 .../python/python3-pyopenssl_22.0.0.bb        | 23 -------------------
 2 files changed, 24 deletions(-)
 delete mode 100644 meta-python/recipes-devtools/python/python3-pyopenssl_22.0.0.bb

diff --git a/meta-python/recipes-core/packagegroups/packagegroup-meta-python.bb b/meta-python/recipes-core/packagegroups/packagegroup-meta-python.bb
index 331c6eba7..a60eef329 100644
--- a/meta-python/recipes-core/packagegroups/packagegroup-meta-python.bb
+++ b/meta-python/recipes-core/packagegroups/packagegroup-meta-python.bb
@@ -317,7 +317,6 @@ RDEPENDS:packagegroup-meta-python3 = "\
     python3-pymysql \
     python3-pynacl \
     python3-pynetlinux \
-    python3-pyopenssl \
     python3-pyparted \
     python3-pyperclip \
     python3-pyperf \
diff --git a/meta-python/recipes-devtools/python/python3-pyopenssl_22.0.0.bb b/meta-python/recipes-devtools/python/python3-pyopenssl_22.0.0.bb
deleted file mode 100644
index db0e809ef..000000000
--- a/meta-python/recipes-devtools/python/python3-pyopenssl_22.0.0.bb
+++ /dev/null
@@ -1,23 +0,0 @@
-SUMMARY = "Simple Python wrapper around the OpenSSL library"
-HOMEPAGE = "https://pyopenssl.org/"
-LICENSE = "Apache-2.0"
-LIC_FILES_CHKSUM = "file://LICENSE;md5=3b83ef96387f14655fc854ddc3c6bd57"
-
-DEPENDS += "openssl ${PYTHON_PN}-cryptography"
-
-SRC_URI[sha256sum] = "660b1b1425aac4a1bea1d94168a85d99f0b3144c869dd4390d27629d0087f1bf"
-
-PYPI_PACKAGE = "pyOpenSSL"
-inherit pypi setuptools3
-
-PACKAGES =+ "${PN}-tests"
-FILES:${PN}-tests = "${libdir}/${PYTHON_DIR}/site-packages/OpenSSL/test"
-
-RDEPENDS:${PN}:class-target = " \
-    ${PYTHON_PN}-cryptography \
-    ${PYTHON_PN}-six \
-    ${PYTHON_PN}-threading \
-"
-RDEPENDS:${PN}-tests = "${PN}"
-
-BBCLASSEXTEND = "native nativesdk"
-- 
2.35.1



^ permalink raw reply related	[flat|nested] 9+ messages in thread

* [PATCH 6/8] python3-pysocks: Remove
  2022-03-21  0:50 [PATCH 0/8] Remove recipes moved to oe-core Scott Murray
                   ` (4 preceding siblings ...)
  2022-03-21  0:50 ` [PATCH 5/8] python3-pyopenssl: Remove Scott Murray
@ 2022-03-21  0:50 ` Scott Murray
  2022-03-21  0:50 ` [PATCH 7/8] python3-requests: Remove Scott Murray
  2022-03-21  0:50 ` [PATCH 8/8] python3-urllib3: Remove Scott Murray
  7 siblings, 0 replies; 9+ messages in thread
From: Scott Murray @ 2022-03-21  0:50 UTC (permalink / raw)
  To: openembedded-devel

This recipe has been moved to oe-core.

Signed-off-by: Scott Murray <scott.murray@konsulko.com>
---
 .../packagegroups/packagegroup-meta-python.bb |  1 -
 .../python/python3-pysocks_1.7.1.bb           | 20 -------------------
 2 files changed, 21 deletions(-)
 delete mode 100644 meta-python/recipes-devtools/python/python3-pysocks_1.7.1.bb

diff --git a/meta-python/recipes-core/packagegroups/packagegroup-meta-python.bb b/meta-python/recipes-core/packagegroups/packagegroup-meta-python.bb
index a60eef329..1f78c7dc9 100644
--- a/meta-python/recipes-core/packagegroups/packagegroup-meta-python.bb
+++ b/meta-python/recipes-core/packagegroups/packagegroup-meta-python.bb
@@ -326,7 +326,6 @@ RDEPENDS:packagegroup-meta-python3 = "\
     python3-pyrsistent \
     python3-pyscaffold \
     python3-pyserial \
-    python3-pysocks \
     python3-pysonos \
     python3-pystemd \
     python3-pytest-asyncio \
diff --git a/meta-python/recipes-devtools/python/python3-pysocks_1.7.1.bb b/meta-python/recipes-devtools/python/python3-pysocks_1.7.1.bb
deleted file mode 100644
index 914440170..000000000
--- a/meta-python/recipes-devtools/python/python3-pysocks_1.7.1.bb
+++ /dev/null
@@ -1,20 +0,0 @@
-DESCRIPTION = "A Python SOCKS client module"
-HOMEPAGE = "http://python-requests.org"
-LICENSE = "BSD-3-Clause"
-LIC_FILES_CHKSUM = "file://LICENSE;md5=1d457bcffb9661b45f799d4efee72f16"
-
-SRC_URI[md5sum] = "89b1a6865c61bae67a32417517612ee6"
-SRC_URI[sha256sum] = "3f8804571ebe159c380ac6de37643bb4685970655d3bba243530d6558b799aa0"
-
-PYPI_PACKAGE = "PySocks"
-inherit pypi setuptools3
-
-RDEPENDS:${PN}:class-target += "\
-    ${PYTHON_PN}-email \
-    ${PYTHON_PN}-io \
-    ${PYTHON_PN}-logging \
-    ${PYTHON_PN}-netclient \
-    ${PYTHON_PN}-shell \
-"
-
-BBCLASSEXTEND = "native nativesdk"
-- 
2.35.1



^ permalink raw reply related	[flat|nested] 9+ messages in thread

* [PATCH 7/8] python3-requests: Remove
  2022-03-21  0:50 [PATCH 0/8] Remove recipes moved to oe-core Scott Murray
                   ` (5 preceding siblings ...)
  2022-03-21  0:50 ` [PATCH 6/8] python3-pysocks: Remove Scott Murray
@ 2022-03-21  0:50 ` Scott Murray
  2022-03-21  0:50 ` [PATCH 8/8] python3-urllib3: Remove Scott Murray
  7 siblings, 0 replies; 9+ messages in thread
From: Scott Murray @ 2022-03-21  0:50 UTC (permalink / raw)
  To: openembedded-devel

This recipe has been moved to oe-core.

Signed-off-by: Scott Murray <scott.murray@konsulko.com>
---
 .../packagegroups/packagegroup-meta-python.bb |  1 -
 .../python/python3-requests_2.27.1.bb         | 25 -------------------
 2 files changed, 26 deletions(-)
 delete mode 100644 meta-python/recipes-devtools/python/python3-requests_2.27.1.bb

diff --git a/meta-python/recipes-core/packagegroups/packagegroup-meta-python.bb b/meta-python/recipes-core/packagegroups/packagegroup-meta-python.bb
index 1f78c7dc9..260687aa5 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 = "\
     python3-rdflib \
     python3-redis \
     python3-regex \
-    python3-requests \
     python3-requests-file \
     python3-requests-ftp \
     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 af52b7caf..000000000
--- a/meta-python/recipes-devtools/python/python3-requests_2.27.1.bb
+++ /dev/null
@@ -1,25 +0,0 @@
-DESCRIPTION = "Python HTTP for Humans."
-HOMEPAGE = "http://python-requests.org"
-LICENSE = "Apache-2.0"
-LIC_FILES_CHKSUM = "file://LICENSE;md5=34400b68072d710fecd0a2940a0d1658"
-
-SRC_URI[sha256sum] = "68d7c56fd5a8999887728ef304a6d12edc7be74f1cfa47714fc8b414525c9a61"
-
-inherit pypi setuptools3
-
-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 \
-"
-
-CVE_PRODUCT = "requests"
-
-BBCLASSEXTEND = "native nativesdk"
-- 
2.35.1



^ permalink raw reply related	[flat|nested] 9+ messages in thread

* [PATCH 8/8] python3-urllib3: Remove
  2022-03-21  0:50 [PATCH 0/8] Remove recipes moved to oe-core Scott Murray
                   ` (6 preceding siblings ...)
  2022-03-21  0:50 ` [PATCH 7/8] python3-requests: Remove Scott Murray
@ 2022-03-21  0:50 ` Scott Murray
  7 siblings, 0 replies; 9+ messages in thread
From: Scott Murray @ 2022-03-21  0:50 UTC (permalink / raw)
  To: openembedded-devel

This recipe has been moved to oe-core.

Signed-off-by: Scott Murray <scott.murray@konsulko.com>
---
 .../packagegroups/packagegroup-meta-python.bb |  1 -
 .../python/python3-urllib3_1.26.8.bb          | 22 -------------------
 2 files changed, 23 deletions(-)
 delete mode 100644 meta-python/recipes-devtools/python/python3-urllib3_1.26.8.bb

diff --git a/meta-python/recipes-core/packagegroups/packagegroup-meta-python.bb b/meta-python/recipes-core/packagegroups/packagegroup-meta-python.bb
index 260687aa5..682814a6a 100644
--- a/meta-python/recipes-core/packagegroups/packagegroup-meta-python.bb
+++ b/meta-python/recipes-core/packagegroups/packagegroup-meta-python.bb
@@ -421,7 +421,6 @@ RDEPENDS:packagegroup-meta-python3 = "\
     python3-ujson \
     python3-unidiff \
     python3-uritemplate \
-    python3-urllib3 \
     python3-vcversioner \
     python3-versiontools \
     python3-visitor \
diff --git a/meta-python/recipes-devtools/python/python3-urllib3_1.26.8.bb b/meta-python/recipes-devtools/python/python3-urllib3_1.26.8.bb
deleted file mode 100644
index c2a51b914..000000000
--- a/meta-python/recipes-devtools/python/python3-urllib3_1.26.8.bb
+++ /dev/null
@@ -1,22 +0,0 @@
-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=c2823cb995439c984fd62a973d79815c"
-
-SRC_URI[sha256sum] = "0e7c33d9a63e7ddfcb86780aac87befc2fbddf46c58dbb487e0855f7ceec283c"
-
-inherit pypi setuptools3
-
-RDEPENDS:${PN} += "\
-    ${PYTHON_PN}-certifi \
-    ${PYTHON_PN}-cryptography \
-    ${PYTHON_PN}-email \
-    ${PYTHON_PN}-idna \
-    ${PYTHON_PN}-netclient \
-    ${PYTHON_PN}-pyopenssl \
-    ${PYTHON_PN}-threading \
-"
-
-CVE_PRODUCT = "urllib3"
-
-BBCLASSEXTEND = "native nativesdk"
-- 
2.35.1



^ permalink raw reply related	[flat|nested] 9+ messages in thread

end of thread, other threads:[~2022-03-21  0:51 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2022-03-21  0:50 [PATCH 0/8] Remove recipes moved to oe-core Scott Murray
2022-03-21  0:50 ` [PATCH 1/8] python3-babel: Remove Scott Murray
2022-03-21  0:50 ` [PATCH 2/8] python3-certifi: Remove Scott Murray
2022-03-21  0:50 ` [PATCH 3/8] python3-ndg-httpsclient: Remove Scott Murray
2022-03-21  0:50 ` [PATCH 4/8] python3-pyasn1: Remove Scott Murray
2022-03-21  0:50 ` [PATCH 5/8] python3-pyopenssl: Remove Scott Murray
2022-03-21  0:50 ` [PATCH 6/8] python3-pysocks: Remove Scott Murray
2022-03-21  0:50 ` [PATCH 7/8] python3-requests: Remove Scott Murray
2022-03-21  0:50 ` [PATCH 8/8] python3-urllib3: Remove Scott Murray

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.