Просмотр исходного кода

[core] Downgrade pylint version to avoid a build error on SLES 11

If not:
error: logilab-common 0.61.0 is installed but logilab-common>=0.63.0 is required by set(['astroid'])

Tried on pyling 1.0, 1.1... and not supported.
Romain Rigaux 10 лет назад
Родитель
Сommit
596dd8e
1 измененных файлов с 1 добавлено и 1 удалено
  1. 1 1
      desktop/devtools.mk

+ 1 - 1
desktop/devtools.mk

@@ -26,7 +26,7 @@ DEVTOOLS += \
 	nosetty[0.4] \
 	nosetty[0.4] \
 	werkzeug[0.6] \
 	werkzeug[0.6] \
 	windmill[1.3] \
 	windmill[1.3] \
-	pylint[1.3.1]
+	pylint[0.28.0]
 
 
 # Install/download dev tools for SDK into the virtual environment
 # Install/download dev tools for SDK into the virtual environment
 .PHONY: $(DEVTOOLS)
 .PHONY: $(DEVTOOLS)