[OE-core] [PATCH] piglit: Add python3-argparse module to RDEPENDS

Fabio Berton fabio.berton at ossystems.com.br
Tue Aug 23 19:13:37 UTC 2016


Python module argparse was removed from python3-misc package, so we
need to add new python3-argparse package to RDEPENDS.

Signed-off-by: Fabio Berton <fabio.berton at ossystems.com.br>
---
 meta/recipes-graphics/piglit/piglit_git.bb | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/meta/recipes-graphics/piglit/piglit_git.bb b/meta/recipes-graphics/piglit/piglit_git.bb
index df90c4d..b2ca553 100644
--- a/meta/recipes-graphics/piglit/piglit_git.bb
+++ b/meta/recipes-graphics/piglit/piglit_git.bb
@@ -46,7 +46,8 @@ do_install() {
 RDEPENDS_${PN} = "waffle python3 python3-mako python3-json \
 	python3-subprocess python3-misc python3-importlib \
 	python3-unixadmin python3-xml python3-multiprocessing \
-	python3-six python3-shell python3-io mesa-demos bash \
+	python3-six python3-shell python3-io python3-argparse \
+	mesa-demos bash \
 	"
 
 INSANE_SKIP_${PN} += "dev-so already-stripped"
-- 
2.1.4




More information about the Openembedded-core mailing list