Replace tabulations with spaces in spec2yocto.py sandbox/ronan/tizen
authorKévin THIERRY <kevin.thierry@open.eurogiciel.org>
Tue, 29 Apr 2014 13:09:30 +0000 (15:09 +0200)
committerKévin THIERRY <kevin.thierry@open.eurogiciel.org>
Tue, 29 Apr 2014 13:09:30 +0000 (15:09 +0200)
Signed-off-by: Kévin THIERRY <kevin.thierry@open.eurogiciel.org>
tools/spec2yocto.py

index 95da15a..791b1e5 100755 (executable)
@@ -1942,9 +1942,9 @@ class MetaSpec:
                           pp_provide not in SPEC2YOCTO_CONFIG.get_inherit_python() and \
                           pp_provide not in SPEC2YOCTO_CONFIG.get_inherit_tizen_cmake() and \
                           pp_provide not in SPEC2YOCTO_CONFIG.get_inherit_perl() and \
-                         pp_provide not in ignore_depend_list and \
-                         pp_provide not in native_depend_list and \
-                         pp_provide not in cross_depend_list:
+                          pp_provide not in ignore_depend_list and \
+                          pp_provide not in native_depend_list and \
+                          pp_provide not in cross_depend_list:
 
                             erro_msg = "No direct provider for package DEPENDS %s : \"%s\"."
                             print erro_msg % ( self.__package_name, pp_provide )