From a600bc8a82a62208f5d9fe7221689c03bb3f2fef Mon Sep 17 00:00:00 2001 From: Khem Raj Date: Thu, 7 Feb 2019 21:03:22 -0800 Subject: python-gevent: Upgrade to 1.4.0 Signed-off-by: Khem Raj --- meta-python/recipes-devtools/python/python-gevent_1.2.2.bb | 4 ---- meta-python/recipes-devtools/python/python-gevent_1.4.0.bb | 4 ++++ 2 files changed, 4 insertions(+), 4 deletions(-) delete mode 100644 meta-python/recipes-devtools/python/python-gevent_1.2.2.bb create mode 100644 meta-python/recipes-devtools/python/python-gevent_1.4.0.bb diff --git a/meta-python/recipes-devtools/python/python-gevent_1.2.2.bb b/meta-python/recipes-devtools/python/python-gevent_1.2.2.bb deleted file mode 100644 index f13bfd7b73..0000000000 --- a/meta-python/recipes-devtools/python/python-gevent_1.2.2.bb +++ /dev/null @@ -1,4 +0,0 @@ -require python-gevent.inc -inherit setuptools - -RDEPENDS_${PN} += "${PYTHON_PN}-re" diff --git a/meta-python/recipes-devtools/python/python-gevent_1.4.0.bb b/meta-python/recipes-devtools/python/python-gevent_1.4.0.bb new file mode 100644 index 0000000000..f13bfd7b73 --- /dev/null +++ b/meta-python/recipes-devtools/python/python-gevent_1.4.0.bb @@ -0,0 +1,4 @@ +require python-gevent.inc +inherit setuptools + +RDEPENDS_${PN} += "${PYTHON_PN}-re" -- cgit 1.2.3-korg