# | Line 149 | Line 149 | find %{i}/lib -type f -name "_tkinter.so | |
---|---|---|
149 | # Makes sure that executables start with /usr/bin/env perl and not with comments. | |
150 | rm -f %i/share/doc/python/Demo/rpc/test | |
151 | ||
152 | + | # No need for test files |
153 | + | rm -rf %{i}/lib/python%{pythonv}/test |
154 | + | |
155 | + | # Remove .pyo files |
156 | + | find %i -name '*.pyo' -exec rm {} \; |
157 | + | |
158 | # Generate dependencies-setup.{sh,csh} so init.{sh,csh} picks full environment. | |
159 | mkdir -p %i/etc/profile.d | |
160 | : > %i/etc/profile.d/dependencies-setup.sh |
– | Removed lines |
+ | Added lines |
< | Changed lines |
> | Changed lines |