File tree Expand file tree Collapse file tree 1 file changed +4
-6
lines changed
Expand file tree Collapse file tree 1 file changed +4
-6
lines changed Original file line number Diff line number Diff line change 120120 'matplotlib.numerix.npyma' ,
121121 'matplotlib.numerix.linear_algebra' ,
122122 'matplotlib.numerix.random_array' ,
123- 'matplotlib.numerix.fft' ,
124- 'matplotlib.config'
123+ 'matplotlib.numerix.fft'
125124 ]
126125
127126py_modules = ['pylab' ]
@@ -307,10 +306,9 @@ def add_dateutil():
307306# TODO: comment out for mpl release:
308307print_raw ("" )
309308print_raw ("EXPERIMENTAL CONFIG PACKAGE DEPENDENCIES" )
310- if check_provide_configobj ():
311- py_modules .append ('configobj' )
312- if check_provide_traits ():
313- build_traits (ext_modules , packages )
309+ packages .append ('matplotlib.config' )
310+ if check_provide_configobj (): py_modules .append ('configobj' )
311+ if check_provide_traits (): build_traits (ext_modules , packages )
314312
315313print_raw ("" )
316314print_raw ("[Edit setup.cfg to suppress the above messages]" )
You can’t perform that action at this time.
0 commit comments