[yocto] [[AUH] 1/6] recipe/git.py: Add missing import of re module.

Aníbal Limón anibal.limon at linux.intel.com
Tue Dec 1 14:03:36 PST 2015


Signed-off-by: Aníbal Limón <anibal.limon at linux.intel.com>
---
 modules/recipe/git.py | 1 +
 1 file changed, 1 insertion(+)

diff --git a/modules/recipe/git.py b/modules/recipe/git.py
index 7526a67..b1a6201 100644
--- a/modules/recipe/git.py
+++ b/modules/recipe/git.py
@@ -23,6 +23,7 @@
 #
 
 from recipe.base import Recipe
+import re
 
 class GitRecipe(Recipe):
     def _extract_tag_from_ver(self, ver):
-- 
2.1.4




More information about the yocto mailing list