All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] piglit: add missing dependency on python-xml
@ 2016-02-10 13:56 Ross Burton
  2016-02-10 14:31 ` Nicolas Dechesne
  0 siblings, 1 reply; 2+ messages in thread
From: Ross Burton @ 2016-02-10 13:56 UTC (permalink / raw)
  To: openembedded-core

Piglit uses ElementTree so ensure that python-xml is a dependency.

Signed-off-by: Ross Burton <ross.burton@intel.com>
---
 meta/recipes-graphics/piglit/piglit_git.bb | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/meta/recipes-graphics/piglit/piglit_git.bb b/meta/recipes-graphics/piglit/piglit_git.bb
index 4858652..82912fd 100644
--- a/meta/recipes-graphics/piglit/piglit_git.bb
+++ b/meta/recipes-graphics/piglit/piglit_git.bb
@@ -35,7 +35,7 @@ do_configure_prepend() {
 }
 
 RDEPENDS_${PN} = "waffle python python-mako python-json python-subprocess \
-	python-argparse python-importlib python-unixadmin \
+	python-argparse python-importlib python-unixadmin python-xml \
 	python-multiprocessing python-textutils python-netserver python-shell \
 	mesa-demos bash \
 	"
-- 
2.7.0



^ permalink raw reply related	[flat|nested] 2+ messages in thread

* Re: [PATCH] piglit: add missing dependency on python-xml
  2016-02-10 13:56 [PATCH] piglit: add missing dependency on python-xml Ross Burton
@ 2016-02-10 14:31 ` Nicolas Dechesne
  0 siblings, 0 replies; 2+ messages in thread
From: Nicolas Dechesne @ 2016-02-10 14:31 UTC (permalink / raw)
  To: Ross Burton; +Cc: Patches and discussions about the oe-core layer

On Wed, Feb 10, 2016 at 2:56 PM, Ross Burton <ross.burton@intel.com> wrote:
> Piglit uses ElementTree so ensure that python-xml is a dependency.
>
> Signed-off-by: Ross Burton <ross.burton@intel.com>


Tested-by: Nicolas Dechesne <nicolas.dechesne@linaro.org>
without too many surprises.. it fixed the issue I reported to Ross on
IRC, about piglit..
thanks


^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2016-02-10 14:32 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2016-02-10 13:56 [PATCH] piglit: add missing dependency on python-xml Ross Burton
2016-02-10 14:31 ` Nicolas Dechesne

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.