changeset 16:2c52c900e56a draft

Uploaded
author iuc
date Tue, 27 Jan 2015 11:58:35 -0500
parents fb4199eb67f3
children 407b2e088b3d
files tool_dependencies.xml
diffstat 1 files changed, 4 insertions(+), 3 deletions(-) [+]
line wrap: on
line diff
--- a/tool_dependencies.xml	Tue Jan 27 11:04:02 2015 -0500
+++ b/tool_dependencies.xml	Tue Jan 27 11:58:35 2015 -0500
@@ -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 &amp;&amp;