未验证 提交 85d2f772 编写于 作者: L Lukáš Doktor

Merging pull request 2021

Signed-off-by: NLukáš Doktor <ldoktor@redhat.com>

* https://github.com/avocado-framework/avocado:
  Lower stevedore version requirement
......@@ -23,5 +23,5 @@ pydot>=1.2.3
aexpect>=1.0.0
psutil>=3.1.1
# stevedore for loading "new style" plugins
stevedore>=1.8.0
stevedore>=0.14
lxml>=3.4.4
......@@ -6,4 +6,4 @@ pyliblzma>=0.5.3
# REST client (avocado.core.restclient)
requests>=1.2.3
# stevedore for loading "new style" plugins
stevedore>=1.8.0
stevedore>=0.14
......@@ -173,4 +173,4 @@ if __name__ == '__main__':
zip_safe=False,
test_suite='selftests',
python_requires='>=2.7',
install_requires=['stevedore>=1.8.0'])
install_requires=['stevedore>=0.14'])
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册