diff options
author | Alexander Kanavin <alex.kanavin@gmail.com> | 2019-08-08 16:59:06 +0200 |
---|---|---|
committer | Khem Raj <raj.khem@gmail.com> | 2019-08-08 14:54:41 -0700 |
commit | 9472d02c7c29bf4b9ca3bb20dc2cf1940ee80aeb (patch) | |
tree | a7e8a06de9a30ddd2a181016fad28779665d68f6 | |
parent | 0f2ab959799097926d2dbe9c3a31dc6893564a0f (diff) | |
download | meta-openembedded-9472d02c7c29bf4b9ca3bb20dc2cf1940ee80aeb.tar.gz |
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>
-rw-r--r-- | meta-python/recipes-core/packagegroups/packagegroup-meta-python.bb | 2 | ||||
-rw-r--r-- | meta-python/recipes-devtools/python/python-oauthlib_2.0.6.bb | 4 |
2 files changed, 1 insertions, 5 deletions
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 = "\ | |||
33 | python-robotframework-seriallibrary python-pyalsaaudio python-pytest-helpers-namespace \ | 33 | python-robotframework-seriallibrary python-pyalsaaudio python-pytest-helpers-namespace \ |
34 | python-alembic python-flask-pymongo python-slip-dbus python-pydbus python-automat python-rfc3987 \ | 34 | python-alembic python-flask-pymongo python-slip-dbus python-pydbus python-automat python-rfc3987 \ |
35 | python-tzlocal python-backports-ssl python-subprocess32 python-asn1crypto python-pybind11 \ | 35 | python-tzlocal python-backports-ssl python-subprocess32 python-asn1crypto python-pybind11 \ |
36 | python-ptyprocess python-babel python-passlib python-oauthlib python-sdnotify \ | 36 | python-ptyprocess python-babel python-passlib python-sdnotify \ |
37 | python-lazy-object-proxy python-cryptography-vectors python-crcmod python-pyusb python-vobject \ | 37 | python-lazy-object-proxy python-cryptography-vectors python-crcmod python-pyusb python-vobject \ |
38 | python-webcolors python-pyparsing python-beautifulsoup4 python-cffi python-tornado-redis \ | 38 | python-webcolors python-pyparsing python-beautifulsoup4 python-cffi python-tornado-redis \ |
39 | python-itsdangerous python-pyasn1-modules python-netaddr python-vcversioner \ | 39 | 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 @@ | |||
1 | inherit setuptools | ||
2 | require python-oauthlib.inc | ||
3 | |||
4 | RDEPENDS_${PN} += "${PYTHON_PN}-re ${PYTHON_PN}-lang" | ||