aexpect: add it to source and package installation requirements
The aexpect module is used by the Docker plugin. Since we do not
package those separately, let's add it as a global Avocado dependency.
Signed-off-by: NCleber Rosa <crosa@redhat.com>
Showing
... | @@ -20,3 +20,5 @@ argparse>=1.3.0; python_version < '2.7' | ... | @@ -20,3 +20,5 @@ argparse>=1.3.0; python_version < '2.7' |
logutils>=0.3.3; python_version < '2.7' | logutils>=0.3.3; python_version < '2.7' | ||
importlib>=1.0.3; python_version < '2.7' | importlib>=1.0.3; python_version < '2.7' | ||
unittest2>=1.0.0; python_version < '2.7' | unittest2>=1.0.0; python_version < '2.7' | ||
# Aexpect is now used on Docker plugin | |||
aexpect>=1.2.0 |
想要评论请 注册 或 登录