summaryrefslogtreecommitdiffstats
path: root/meta/recipes-devtools/python/python-gitdb_0.6.4.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:52:17 +0100
commit1fc2c9315faf65ea05fecf81450dd40b9a330435 (patch)
tree1e0778ad7a41f461e9f7ff39281ee0d52f59ee96 /meta/recipes-devtools/python/python-gitdb_0.6.4.bb
parent489b542b9f21e9389490b3bcef3fb45712726daf (diff)
downloadpoky-1fc2c9315faf65ea05fecf81450dd40b9a330435.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). (From OE-Core rev: 701ac8e558c9c09cdab2306ebc416f0070585b11) Signed-off-by: Alexander Kanavin <alexander.kanavin@linux.intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-devtools/python/python-gitdb_0.6.4.bb')
-rw-r--r--meta/recipes-devtools/python/python-gitdb_0.6.4.bb7
1 files changed, 0 insertions, 7 deletions
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 @@
1require python-gitdb.inc
2
3DEPENDS = "python-async python-smmap"
4
5inherit distutils
6
7RDEPENDS_${PN} += "python-smmap python-async python-mmap python-lang python-zlib python-io python-shell"