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-gitdb_0.6.4.bb | 7 ------- 1 file changed, 7 deletions(-) delete mode 100644 meta/recipes-devtools/python/python-gitdb_0.6.4.bb (limited to 'meta/recipes-devtools/python/python-gitdb_0.6.4.bb') diff --git a/meta/recipes-devtools/python/python-gitdb_0.6.4.bb b/meta/recipes-devtools/python/python-gitdb_0.6.4.bb deleted file mode 100644 index 1777395793..0000000000 --- a/meta/recipes-devtools/python/python-gitdb_0.6.4.bb +++ /dev/null @@ -1,7 +0,0 @@ -require python-gitdb.inc - -DEPENDS = "python-async python-smmap" - -inherit distutils - -RDEPENDS_${PN} += "python-smmap python-async python-mmap python-lang python-zlib python-io python-shell" -- cgit v1.2.3-54-g00ecf