On 04/01/2017, 17.45, "Mariano Lopez" <mariano.lo...@linux.intel.com> wrote: >On 28/12/16 07:02, Markus Lehtonen wrote: >> [YOCTO #10590] >> >> Signed-off-by: Markus Lehtonen <markus.lehto...@linux.intel.com> >> --- >> meta/lib/oeqa/utils/metadata.py | 32 +++++++++++++++++++------------- >> 1 file changed, 19 insertions(+), 13 deletions(-) >> >> diff --git a/meta/lib/oeqa/utils/metadata.py >>b/meta/lib/oeqa/utils/metadata.py >> index 6331c21..23449fc 100644 >> --- a/meta/lib/oeqa/utils/metadata.py >> +++ b/meta/lib/oeqa/utils/metadata.py >> @@ -10,6 +10,8 @@ from collections.abc import MutableMapping >> from xml.dom.minidom import parseString >> from xml.etree.ElementTree import Element, tostring >> >> +from git import Repo, InvalidGitRepositoryError, NoSuchPathError >> + > >It seems not every user running selftest appreciated the requirement of >gitpython, so there was a patch to keep this dependency out. This will >introduce the need of gitpython again.
Yes. I don't know why I moved this import to module level in the first place. A corrected version of the patch in now found in my oe-core-contrib branch (git://git.openembedded.org/openembedded-core-contrib marquiz/oeqa-metaxml) Thanks, Markus -- _______________________________________________ Openembedded-core mailing list Openembedded-core@lists.openembedded.org http://lists.openembedded.org/mailman/listinfo/openembedded-core