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 /meta-python/recipes-devtools/python/python-oauthlib_2.0.6.bb | |
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>
Diffstat (limited to 'meta-python/recipes-devtools/python/python-oauthlib_2.0.6.bb')
-rw-r--r-- | meta-python/recipes-devtools/python/python-oauthlib_2.0.6.bb | 4 |
1 files changed, 0 insertions, 4 deletions
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" | ||