diff --git a/python-tox.spec b/python-tox.spec index 1ce3268..c55f0e6 100644 --- a/python-tox.spec +++ b/python-tox.spec @@ -21,6 +21,10 @@ BuildRequires: python2-devel BuildRequires: python-setuptools Requires: python-py Requires: python-virtualenv +%if 0%{?rhel}==6 +Requires: python-argparse +%endif + # required for check %if 0%{?fedora} BuildRequires: python-py @@ -74,8 +78,8 @@ TOXENV=py27 %{__python} setup.py test %changelog -* Thu Feb 14 2013 Fedora Release Engineering - 1.4.2-8 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild +* Mon Feb 17 2014 Matthias Runge - 1.4.2-8 +- python 2.6 requires argparse (rhbz#1065824) * Wed Nov 14 2012 Matthias Runge - 1.4.2-7 - add requires python-py, python-virtualenv (rhbz#876246)