changeset 34:97adadc6fab5

Update requirements.
author Catherine Wise <catherine.wise@csiro.au>
date Thu, 23 Jan 2014 11:46:52 +1100
parents 5a995f380e1a
children 3bed3ea2c474
files TrustStoreGalaxyImport.xml tool_dependencies.xml
diffstat 2 files changed, 4 insertions(+), 4 deletions(-) [+]
line wrap: on
line diff
--- a/TrustStoreGalaxyImport.xml	Thu Jan 23 11:19:42 2014 +1100
+++ b/TrustStoreGalaxyImport.xml	Thu Jan 23 11:46:52 2014 +1100
@@ -113,7 +113,7 @@
     </tests>
 
     <requirements>
-        <requirement type="package" version="0.2.3">py_ts</requirement>
+        <requirement type="package" version="0.2.4">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 11:19:42 2014 +1100
+++ b/tool_dependencies.xml	Thu Jan 23 11:46:52 2014 +1100
@@ -1,6 +1,6 @@
 <?xml version="1.0"?>
 <tool_dependency>
-    <package name="py_ts" version="0.2.3">
+    <package name="py_ts" version="0.2.4">
         <readme>
             I should write this.
         </readme>
@@ -14,8 +14,8 @@
 simplejson
 passlib
                 </action>
-                <action type="download_file">https://tstest-kms.it.csiro.au/truststore/downloads/PythonTrustStore-0.2.3.tar.gz</action>
-                <action type="shell_command">pip install --install-option="--home=$INSTALL_DIR" --install-option="--install-scripts=$INSTALL_DIR/bin" PythonTrustStore-0.2.3.tar.gz</action>
+                <action type="download_file">https://tstest-kms.it.csiro.au/truststore/downloads/PythonTrustStore-0.2.4.tar.gz</action>
+                <action type="shell_command">pip install --install-option="--home=$INSTALL_DIR" --install-option="--install-scripts=$INSTALL_DIR/bin" PythonTrustStore-0.2.4.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>