提交 aa6e0bd0 编写于 作者: C Cleber Rosa

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>
上级 4e4e0578
...@@ -29,7 +29,7 @@ ...@@ -29,7 +29,7 @@
Summary: Framework with tools and libraries for Automated Testing Summary: Framework with tools and libraries for Automated Testing
Name: python-%{srcname} Name: python-%{srcname}
Version: 54.1 Version: 54.1
Release: 0%{?gitrel}%{?dist} Release: 1%{?gitrel}%{?dist}
License: GPLv2 License: GPLv2
Group: Development/Tools Group: Development/Tools
URL: http://avocado-framework.github.io/ URL: http://avocado-framework.github.io/
...@@ -51,6 +51,7 @@ BuildRequires: python-requests ...@@ -51,6 +51,7 @@ BuildRequires: python-requests
BuildRequires: python-resultsdb_api BuildRequires: python-resultsdb_api
BuildRequires: python-setuptools BuildRequires: python-setuptools
BuildRequires: python-sphinx BuildRequires: python-sphinx
BuildRequires: python-six
BuildRequires: python-stevedore BuildRequires: python-stevedore
BuildRequires: python2-devel BuildRequires: python2-devel
BuildRequires: yum BuildRequires: yum
...@@ -369,6 +370,9 @@ examples of how to write tests on your own. ...@@ -369,6 +370,9 @@ examples of how to write tests on your own.
%{_datadir}/avocado/yaml_to_mux_loader %{_datadir}/avocado/yaml_to_mux_loader
%changelog %changelog
* Wed Oct 4 2017 Cleber Rosa <cleber@redhat.com> - 54.1-1
- Add explicit BuildRequires for python-six
* Wed Sep 20 2017 Cleber Rosa <cleber@redhat.com> - 54.1-0 * Wed Sep 20 2017 Cleber Rosa <cleber@redhat.com> - 54.1-0
- New minor upstream release - New minor upstream release
......
...@@ -4,5 +4,7 @@ requests==1.2.3 ...@@ -4,5 +4,7 @@ requests==1.2.3
PyYAML==3.11 PyYAML==3.11
Pillow==2.6.1 Pillow==2.6.1
aexpect==1.0.0 aexpect==1.0.0
# 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==1.20.0 stevedore==1.20.0
...@@ -22,6 +22,8 @@ pygraphviz>=1.3rc2 ...@@ -22,6 +22,8 @@ pygraphviz>=1.3rc2
pydot>=1.2.3 pydot>=1.2.3
aexpect>=1.0.0 aexpect>=1.0.0
psutil>=3.1.1 psutil>=3.1.1
# 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
lxml>=3.4.4 lxml>=3.4.4
...@@ -13,6 +13,8 @@ pygraphviz==1.3rc2 ...@@ -13,6 +13,8 @@ pygraphviz==1.3rc2
mock==1.2.0 mock==1.2.0
aexpect==1.0.0 aexpect==1.0.0
psutil==3.1.1 psutil==3.1.1
# 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==1.20.0 stevedore==1.20.0
lxml>=3.4.4 lxml>=3.4.4
......
...@@ -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
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册