summaryrefslogtreecommitdiffstats
path: root/meta/recipes-devtools/python/python3-smmap_0.9.0.bb
diff options
context:
space:
mode:
authorRobert Yang <liezhi.yang@windriver.com>2016-05-18 00:43:39 -0700
committerRichard Purdie <richard.purdie@linuxfoundation.org>2016-05-19 09:05:19 +0100
commite0b7ecc8aff38b648ee0e6c7f496f8e3bed2deac (patch)
treeb3f42de8d8ba03febf6df278795bcc38cea64231 /meta/recipes-devtools/python/python3-smmap_0.9.0.bb
parent1e244471d08c8426466d4e6591ec75478791fe5d (diff)
downloadpoky-e0b7ecc8aff38b648ee0e6c7f496f8e3bed2deac.tar.gz
python3-smmap: add it for python3-gitdb
Need add python3-git to buildtools-tarball for the py3 build, and the dependencies chain is: python3-git -> python3-gitdb -> python3-smmap (From OE-Core rev: 762c280259b90d2cb827b8f8dc62490e36bd7df8) Signed-off-by: Robert Yang <liezhi.yang@windriver.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-devtools/python/python3-smmap_0.9.0.bb')
-rw-r--r--meta/recipes-devtools/python/python3-smmap_0.9.0.bb5
1 files changed, 5 insertions, 0 deletions
diff --git a/meta/recipes-devtools/python/python3-smmap_0.9.0.bb b/meta/recipes-devtools/python/python3-smmap_0.9.0.bb
new file mode 100644
index 0000000000..9f8a26d79e
--- /dev/null
+++ b/meta/recipes-devtools/python/python3-smmap_0.9.0.bb
@@ -0,0 +1,5 @@
1require python-smmap.inc
2
3inherit setuptools3
4
5RDEPENDS_${PN} += "python3-codecs python3-mmap python3-lang"