summaryrefslogtreecommitdiffstats
path: root/meta/recipes-devtools/python/python-async_0.6.2.bb
diff options
context:
space:
mode:
authorAlexander Kanavin <alexander.kanavin@linux.intel.com>2017-04-26 18:51:29 +0300
committerRichard Purdie <richard.purdie@linuxfoundation.org>2017-06-28 15:51:56 +0100
commit701ac8e558c9c09cdab2306ebc416f0070585b11 (patch)
treeb7e3a4f1fb33c9195995f247fedb6f3f30bb9d15 /meta/recipes-devtools/python/python-async_0.6.2.bb
parent17a65f6a02ef93bfc337dd5f18ecd2201bce1002 (diff)
downloadopenembedded-core-contrib-701ac8e558c9c09cdab2306ebc416f0070585b11.tar.gz
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). Signed-off-by: Alexander Kanavin <alexander.kanavin@linux.intel.com>
Diffstat (limited to 'meta/recipes-devtools/python/python-async_0.6.2.bb')
-rw-r--r--meta/recipes-devtools/python/python-async_0.6.2.bb5
1 files changed, 0 insertions, 5 deletions
diff --git a/meta/recipes-devtools/python/python-async_0.6.2.bb b/meta/recipes-devtools/python/python-async_0.6.2.bb
deleted file mode 100644
index d855e42a79..0000000000
--- a/meta/recipes-devtools/python/python-async_0.6.2.bb
+++ /dev/null
@@ -1,5 +0,0 @@
-require python-async.inc
-
-inherit setuptools
-
-RDEPENDS_${PN} += "python-threading python-lang"