From 762c280259b90d2cb827b8f8dc62490e36bd7df8 Mon Sep 17 00:00:00 2001 From: Robert Yang Date: Wed, 18 May 2016 00:43:39 -0700 Subject: 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 Signed-off-by: Richard Purdie --- meta/recipes-devtools/python/python3-smmap_0.9.0.bb | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 meta/recipes-devtools/python/python3-smmap_0.9.0.bb (limited to 'meta/recipes-devtools/python/python3-smmap_0.9.0.bb') 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" -- cgit 1.2.3-korg