提交 d6d68b77 编写于 作者: L Lukáš Doktor

setup: Add "six" as install_requires

With the python3 patches we have another core dependency on six. Let's
include it in setup.py as without it Avocado is unusable.
Signed-off-by: NLukáš Doktor <ldoktor@redhat.com>
上级 deddfefc
......@@ -99,4 +99,4 @@ if __name__ == '__main__':
zip_safe=False,
test_suite='selftests',
python_requires='>=2.7',
install_requires=['stevedore>=0.14'])
install_requires=['stevedore>=0.14', 'six>=1.10.0'])
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册