changeset 36:8e8a88fe0f4f

GRRR.
author Catherine Wise <catherine.wise@csiro.au>
date Thu, 23 Jan 2014 15:05:41 +1100
parents 3bed3ea2c474
children 2ced2ca1c758
files TrustStoreGalaxyImport.xml tool_dependencies.xml
diffstat 2 files changed, 5 insertions(+), 5 deletions(-) [+]
line wrap: on
line diff
--- a/TrustStoreGalaxyImport.xml	Thu Jan 23 13:56:51 2014 +1100
+++ b/TrustStoreGalaxyImport.xml	Thu Jan 23 15:05:41 2014 +1100
@@ -113,7 +113,7 @@
     </tests>
 
     <requirements>
-        <requirement type="package" version="0.2.5">py_ts</requirement>
+        <requirement type="package" version="0.2.6">py_ts</requirement>
         <requirement type="python_module">py_ts</requirement>
         <requirement type="binary" version="1.0.0">openssl</requirement>
     </requirements>
--- a/tool_dependencies.xml	Thu Jan 23 13:56:51 2014 +1100
+++ b/tool_dependencies.xml	Thu Jan 23 15:05:41 2014 +1100
@@ -1,6 +1,6 @@
 <?xml version="1.0"?>
 <tool_dependency>
-    <package name="py_ts" version="0.2.5">
+    <package name="py_ts" version="0.2.6">
         <readme>
             I should write this.
         </readme>
@@ -10,12 +10,12 @@
 requests==0.14.2
 requests_oauth2
 xmltodict
-boto==2.2.2
+boto
 simplejson
 passlib
                 </action>
-                <action type="download_file">https://tstest-kms.it.csiro.au/truststore/downloads/PythonTrustStore-0.2.5.tar.gz</action>
-                <action type="shell_command">pip install --install-option="--home=$INSTALL_DIR" --install-option="--install-scripts=$INSTALL_DIR/bin" PythonTrustStore-0.2.5.tar.gz</action>
+                <action type="download_file">https://tstest-kms.it.csiro.au/truststore/downloads/PythonTrustStore-0.2.6.tar.gz</action>
+                <action type="shell_command">pip install --install-option="--home=$INSTALL_DIR" --install-option="--install-scripts=$INSTALL_DIR/bin" PythonTrustStore-0.2.6.tar.gz</action>
                 <action type="make_directory">$INSTALL_DIR/lib/python</action>
                 <action type="set_environment">
                     <environment_variable name="PYTHONPATH" action="prepend_to">$INSTALL_DIR/lib/python</environment_variable>