瀏覽代碼

[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 年之前
父節點
當前提交
596dd8ead2
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      desktop/devtools.mk

+ 1 - 1
desktop/devtools.mk

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