134 |
|
|
135 |
|
%if "%online" == "true" |
136 |
|
# remove tkinter that brings dependency on libtk: |
137 |
< |
rm `find %{i}/lib -type f -name "_tkinter.so"` |
137 |
> |
find %{i}/lib -type f -name "_tkinter.so" -exec rm {} \; |
138 |
|
%endif |
139 |
|
|
140 |
|
# SCRAM ToolBox toolfile |
150 |
|
<Environment name=PYTHON_COMPILE default="$PYTHON_BASE/lib/python2.4/compileall.py"></Environment> |
151 |
|
</Client> |
152 |
|
<use name=sockets> |
153 |
+ |
<Runtime name=PYTHONHOME value="$PYTHON_BASE"> |
154 |
|
<Runtime name=PATH value="$PYTHON_BASE/bin" type=path> |
155 |
|
</Tool> |
156 |
|
EOF_TOOLFILE |