From 8c0b92f28d0bf2252c00b50b81b0f7cd894ecd6b Mon Sep 17 00:00:00 2001 From: Dan Callaghan Date: Sep 21 2016 04:07:23 +0000 Subject: switch to traditional Python 2 package names, to support EPEL --- diff --git a/ansible-review.spec b/ansible-review.spec index c074dc6..92983a5 100644 --- a/ansible-review.spec +++ b/ansible-review.spec @@ -7,15 +7,15 @@ URL: https://github.com/willthames/ansible-review Source0: https://files.pythonhosted.org/packages/source/a/%{name}/%{name}-%{version}.tar.gz BuildArch: noarch BuildRequires: python2-devel -BuildRequires: python2-nose +BuildRequires: python-nose BuildRequires: python-flake8 Requires: ansible-lint >= 3.0 -Requires: python2-yaml +Requires: python-yaml Requires: python-appdirs Requires: python2-unidiff # Runtime requirements also needed in the build to run tests: BuildRequires: ansible-lint >= 3.0 -BuildRequires: python2-yaml +BuildRequires: python-yaml BuildRequires: python-appdirs BuildRequires: python2-unidiff