| Previous changeset 15:fb4199eb67f3 (2015-01-27) Next changeset 17:407b2e088b3d (2015-02-18) |
|
Commit message:
Uploaded |
|
modified:
tool_dependencies.xml |
| b |
| diff -r fb4199eb67f3 -r 2c52c900e56a tool_dependencies.xml --- a/tool_dependencies.xml Tue Jan 27 11:04:02 2015 -0500 +++ b/tool_dependencies.xml Tue Jan 27 11:58:35 2015 -0500 |
| b |
| @@ -59,10 +59,11 @@ <!-- by default python is not looking af LD_INCLUDE_PATH and Co. --> <action type="shell_command">sed -i "s/if host_platform == 'atheos':/if True:/g" setup.py</action> + <action type="autoconf" /> - <action type="download_file">https://bitbucket.org/pypa/setuptools/get/12.0.5.tar.bz2</action> - <action type="shell_command">tar -xjf 12.0.5.tar.bz2</action> - <action type="change_directory">pypa-setuptools-01fbfc9194a2</action> + <action type="download_file">https://bitbucket.org/pypa/setuptools/get/5.2.tar.bz2</action> + <action type="shell_command">tar -xjf 5.2.tar.bz2</action> + <action type="change_directory">pypa-setuptools-f493e6c4ffd8</action> <action type="shell_command"> export PATH=$PATH:$INSTALL_DIR/bin && |