diff --git a/meta-python/recipes-core/packagegroups/packagegroup-meta-python.bb b/meta-python/recipes-core/packagegroups/packagegroup-meta-python.bb index 34be9d7629..e037abf530 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 4329d21a15..0000000000 --- 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"