[oe] [PATCH] python-oauthlib: remove the 2.x version of the recipe

Alexander Kanavin alex.kanavin at gmail.com
Thu Aug 8 14:59:06 UTC 2019


As it requires python-nose, which will be removed from oe-core.

3.x version remains available.

Signed-off-by: Alexander Kanavin <alex.kanavin at gmail.com>
---
 .../recipes-core/packagegroups/packagegroup-meta-python.bb    | 2 +-
 meta-python/recipes-devtools/python/python-oauthlib_2.0.6.bb  | 4 ----
 2 files changed, 1 insertion(+), 5 deletions(-)
 delete mode 100644 meta-python/recipes-devtools/python/python-oauthlib_2.0.6.bb

diff --git a/meta-python/recipes-core/packagegroups/packagegroup-meta-python.bb b/meta-python/recipes-core/packagegroups/packagegroup-meta-python.bb
index 34be9d762..e037abf53 100644
--- a/meta-python/recipes-core/packagegroups/packagegroup-meta-python.bb
+++ b/meta-python/recipes-core/packagegroups/packagegroup-meta-python.bb
@@ -33,7 +33,7 @@ RDEPENDS_packagegroup-meta-python = "\
     python-robotframework-seriallibrary python-pyalsaaudio python-pytest-helpers-namespace \
     python-alembic python-flask-pymongo python-slip-dbus python-pydbus python-automat python-rfc3987 \
     python-tzlocal python-backports-ssl python-subprocess32 python-asn1crypto python-pybind11 \
-    python-ptyprocess python-babel python-passlib python-oauthlib python-sdnotify \
+    python-ptyprocess python-babel python-passlib python-sdnotify \
     python-lazy-object-proxy python-cryptography-vectors python-crcmod python-pyusb python-vobject \
     python-webcolors python-pyparsing python-beautifulsoup4 python-cffi python-tornado-redis \
     python-itsdangerous python-pyasn1-modules python-netaddr python-vcversioner \
diff --git a/meta-python/recipes-devtools/python/python-oauthlib_2.0.6.bb b/meta-python/recipes-devtools/python/python-oauthlib_2.0.6.bb
deleted file mode 100644
index 4329d21a1..000000000
--- a/meta-python/recipes-devtools/python/python-oauthlib_2.0.6.bb
+++ /dev/null
@@ -1,4 +0,0 @@
-inherit setuptools
-require python-oauthlib.inc
-
-RDEPENDS_${PN} += "${PYTHON_PN}-re ${PYTHON_PN}-lang"
-- 
2.17.1



More information about the Openembedded-devel mailing list