annotate tool_dependencies.xml @ 13:251e23773999
adding code to ignore wine stderr ouptut
author |
pieter.lukasse@wur.nl |
date |
Fri, 23 Jan 2015 12:34:33 +0100 |
parents |
f6da901ffff8 |
children |
92cf554fca03 |
rev |
line source |
2
|
1 <?xml version="1.0"?>
|
|
2 <tool_dependency>
|
|
3
|
|
4 <package name="nist_wrapper_venv" version="0.2">
|
|
5 <install version="1.0">
|
|
6 <actions>
|
|
7
|
|
8 <action type="setup_virtualenv">
|
|
9 jinja2==2.7.3
|
|
10 six==1.7.2
|
|
11 argparse==1.2.1
|
|
12 </action>
|
|
13
|
|
14 </actions>
|
|
15 </install>
|
|
16 <readme>A Python 2 virtual environment that includes the python packages jinja2, six, argparse.</readme>
|
|
17 </package>
|
|
18
|
|
19 </tool_dependency> |