提交 3a63ee99 编写于 作者: C Cleber Rosa

resultsdb plugin: require avocado-framework

All optional plugins require the installation (or presence) of
"avocado-framework", so let's do that to the newly introduced
resultsdb plugin too.
Signed-off-by: NCleber Rosa <crosa@redhat.com>
上级 9b6e8e11
......@@ -24,7 +24,7 @@ setup(name='avocado-framework-plugin-resultsdb',
url='http://avocado-framework.github.io/',
packages=find_packages(),
include_package_data=True,
install_requires=['resultsdb-api'],
install_requires=['avocado-framework', 'resultsdb-api'],
entry_points={
'avocado.plugins.cli': [
'resultsdb = avocado_resultsdb:ResultsdbCLI',
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册