mbox series

[0/8] Remove recipes moved to oe-core

Message ID cover.1647823458.git.scott.murray@konsulko.com
Headers show
Series Remove recipes moved to oe-core | expand

Message

Scott Murray March 21, 2022, 12:50 a.m. UTC
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