# | Line 21 | Line 21 | python setup.py build | |
---|---|---|
21 | python -c 'import numpy' | |
22 | python setup.py install --prefix=%i | |
23 | find %i -name '*.egg-info' -exec rm {} \; | |
24 | + | |
25 | + | # No need for test files |
26 | + | rm -rf %i/$PYTHON_LIB_SITE_PACKAGES/matplotlib/tests |
– | Removed lines |
+ | Added lines |
< | Changed lines |
> | Changed lines |