From 3121effd2d346d23b9fe833ea64f51b3457ad6c5 Mon Sep 17 00:00:00 2001 From: Lucas Meneghel Rodrigues Date: Tue, 13 Oct 2015 08:51:24 -0300 Subject: [PATCH] avocado.spec: Add python-setuptools Add a setuptools dependency at build time to keep build requirements synchronized. Signed-off-by: Lucas Meneghel Rodrigues --- avocado.spec | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/avocado.spec b/avocado.spec index 21313cad..43932697 100644 --- a/avocado.spec +++ b/avocado.spec @@ -1,14 +1,14 @@ Summary: Avocado Test Framework Name: avocado Version: 0.29.0 -Release: 1%{?dist} +Release: 2%{?dist} License: GPLv2 Group: Development/Tools URL: http://avocado-framework.github.io/ Source: avocado-%{version}.tar.gz BuildArch: noarch Requires: python, python-requests, fabric, pyliblzma, libvirt-python, pystache, gdb, gdb-gdbserver -BuildRequires: python2-devel, python-docutils, python-mock, python-psutil, python-sphinx, python-requests, aexpect, pystache, yum +BuildRequires: python2-devel, python-setuptools, python-docutils, python-mock, python-psutil, python-sphinx, python-requests, aexpect, pystache, yum %if 0%{?el6} Requires: PyYAML @@ -104,6 +104,9 @@ examples of how to write tests on your own. %{_datadir}/avocado/wrappers %changelog +* Wed Oct 7 2015 Lucas Meneghel Rodrigues - 0.29.0-2 +- Add python-setuptools to BuildRequires + * Wed Oct 7 2015 Lucas Meneghel Rodrigues - 0.29.0-1 - New upstream release 0.29.0 -- GitLab