Add explicit six module requirement
six is already a stevedore requirement, but since we'll now be
using it directly, it's a good idea to list it explicitly as
a dependency.
Signed-off-by: NCleber Rosa <crosa@redhat.com>
Showing
... | @@ -3,5 +3,7 @@ | ... | @@ -3,5 +3,7 @@ |
pyliblzma>=0.5.3 | pyliblzma>=0.5.3 | ||
# REST client (avocado.core.restclient) | # REST client (avocado.core.restclient) | ||
requests>=1.2.3 | requests>=1.2.3 | ||
# six is a stevedore depedency, but we also use it directly | |||
six>=1.9.0 | |||
# stevedore for loading "new style" plugins | # stevedore for loading "new style" plugins | ||
stevedore>=0.14 | stevedore>=0.14 |
想要评论请 注册 或 登录