diff options
author | Ed Bartosh <ed.bartosh@linux.intel.com> | 2016-12-19 15:51:43 +0200 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2016-12-19 15:04:12 +0000 |
commit | 66be32c1a075201d6ee0e9b9e10b84e6a2ace745 (patch) | |
tree | 6852016a86790ccc8ce00806b899dc79c65f17c0 /scripts/crosstap | |
parent | 833f43f71b9a1665c26b6e1874546cb7d37ffd47 (diff) | |
download | openembedded-core-66be32c1a075201d6ee0e9b9e10b84e6a2ace745.tar.gz openembedded-core-66be32c1a075201d6ee0e9b9e10b84e6a2ace745.tar.bz2 openembedded-core-66be32c1a075201d6ee0e9b9e10b84e6a2ace745.zip |
oe-selftest: import git module only when needed
git module is not included into standard Python
library and therefore causes import errors on the systems
where PythonGit is not installed.
As git module only used in the code implementing --repository
functionality it's better to import git only in the scope
that requires it.
[YOCTO #10821]
Signed-off-by: Ed Bartosh <ed.bartosh@linux.intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'scripts/crosstap')
0 files changed, 0 insertions, 0 deletions