aboutsummaryrefslogtreecommitdiffstats
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 08:39:26 +0100
commit762c280259b90d2cb827b8f8dc62490e36bd7df8 (patch)
treec875331548d5fb3e337b4574083c8bc5c2117b41 /meta/recipes-devtools/python/python3-smmap_0.9.0.bb
parent96189e71a86c0f4833e8e51d678208fd908bfe30 (diff)
downloadopenembedded-core-contrib-762c280259b90d2cb827b8f8dc62490e36bd7df8.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 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 @@
+require python-smmap.inc
+
+inherit setuptools3
+
+RDEPENDS_${PN} += "python3-codecs python3-mmap python3-lang"