changeset 10:90e369185c3e draft

Uploaded
author bgruening
date Thu, 22 Jan 2015 15:10:08 -0500
parents 9f0f1dd28c74
children db9a8c37d6e6
files tool_dependencies.xml
diffstat 1 files changed, 4 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/tool_dependencies.xml	Thu Jan 22 14:59:15 2015 -0500
+++ b/tool_dependencies.xml	Thu Jan 22 15:10:08 2015 -0500
@@ -63,6 +63,10 @@
             <package name="ncurses" version="5.9" />
           </repository>
         </action>
+
+        <action type="shell_command">sed "s/if host_platform == 'atheos':/if True:/g" setup.py</action>
+
+
         <action type="autoconf" />
         <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>