Salome HOME
merge from master
[tools/sat_salome.git] / products / patches / matplotlib-1.4.3_no_auto_download.patch
1 diff -pruN matplotlib-1.4.3_OLD/setup.py matplotlib-1.4.3/setup.py
2 --- matplotlib-1.4.3_OLD/setup.py       2015-11-19 10:20:21.819496459 +0100
3 +++ matplotlib-1.4.3/setup.py   2015-11-19 10:21:19.792938308 +0100
4 @@ -7,7 +7,7 @@ from __future__ import print_function, a
5  
6  # This needs to be the very first thing to use distribute
7  from distribute_setup import use_setuptools
8 -use_setuptools()
9 +#use_setuptools()
10  
11  import sys
12