python-oauthlib: remove the 2.x version of the recipe

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

3.x version remains available.

Signed-off-by: Alexander Kanavin <alex.kanavin@gmail.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
This commit is contained in:
Alexander Kanavin
2019-08-08 16:59:06 +02:00
committed by Khem Raj
parent 0f2ab95979
commit 9472d02c7c
2 changed files with 1 additions and 5 deletions

View File

@@ -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 \

View File

@@ -1,4 +0,0 @@
inherit setuptools
require python-oauthlib.inc
RDEPENDS_${PN} += "${PYTHON_PN}-re ${PYTHON_PN}-lang"