changeset 38:17b9d79ae892 draft

planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/packages/package_python_2_7 commit e10d6e2c4435771dc6f44d940359c1a31c0d6742-dirty
author iuc
date Thu, 16 Jul 2015 12:47:15 -0400
parents 44e7542c51e6
children e39f09681864
files tool_dependencies.xml
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/tool_dependencies.xml	Mon Jun 01 22:57:21 2015 -0400
+++ b/tool_dependencies.xml	Thu Jul 16 12:47:15 2015 -0400
@@ -60,7 +60,7 @@
           </repository>
         </action>
         <!-- by default python is not looking af LD_INCLUDE_PATH and Co. -->
-        <action type="shell_command">sed -i -e "s/if host_platform == 'atheos':/if True:/g" setup.py</action>
+        <action type="shell_command">sed -i.bak -e "s/if host_platform == 'atheos':/if True:/g" setup.py</action>
 
         <action type="autoconf" />
         <action type="download_file">https://bitbucket.org/pypa/setuptools/get/6.1.tar.bz2</action>