changeset 15:fb4199eb67f3 draft

Uploaded
author iuc
date Tue, 27 Jan 2015 11:04:02 -0500
parents 73eb127d14e5
children 2c52c900e56a
files tool_dependencies.xml
diffstat 1 files changed, 2 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/tool_dependencies.xml	Tue Jan 27 10:20:29 2015 -0500
+++ b/tool_dependencies.xml	Tue Jan 27 11:04:02 2015 -0500
@@ -61,7 +61,7 @@
 
         <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 pypa-setuptools-01fbfc9194a2.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="shell_command">
@@ -85,6 +85,7 @@
 
     <readme>
       The Python programming language version 2.7.
+
       http://www.python.org
     </readme>