Эх сурвалжийг харах

[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 жил өмнө
parent
commit
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)