From 1fc2c9315faf65ea05fecf81450dd40b9a330435 Mon Sep 17 00:00:00 2001 From: Alexander Kanavin Date: Wed, 26 Apr 2017 18:51:29 +0300 Subject: python: remove unused 2.x versions of several packages Nothing is using them in oe-core or meta-oe layers (except python-six is used by and provided in meta-oe, so there was recipe duplication). (From OE-Core rev: 701ac8e558c9c09cdab2306ebc416f0070585b11) Signed-off-by: Alexander Kanavin Signed-off-by: Richard Purdie --- meta/recipes-devtools/python/python-six_1.10.0.bb | 4 ---- 1 file changed, 4 deletions(-) delete mode 100644 meta/recipes-devtools/python/python-six_1.10.0.bb (limited to 'meta/recipes-devtools/python/python-six_1.10.0.bb') diff --git a/meta/recipes-devtools/python/python-six_1.10.0.bb b/meta/recipes-devtools/python/python-six_1.10.0.bb deleted file mode 100644 index 4350485f73..0000000000 --- a/meta/recipes-devtools/python/python-six_1.10.0.bb +++ /dev/null @@ -1,4 +0,0 @@ -inherit setuptools -require python-six.inc - -RDEPENDS_${PN} += "python-io" -- cgit v1.2.3-54-g00ecf