From bc598a61d4c11d5d5d8bda5811b875e169d9ad51 Mon Sep 17 00:00:00 2001 From: Adam Williamson Date: Nov 16 2017 23:16:25 +0000 Subject: Provides: python2-pytest-runner is missing on EPEL 7 --- diff --git a/python-mwclient.spec b/python-mwclient.spec index fb7cb03..fd9331d 100644 --- a/python-mwclient.spec +++ b/python-mwclient.spec @@ -29,7 +29,8 @@ BuildArch: noarch BuildRequires: python2-devel # This is in setup_requires, so we need it even if not running tests -BuildRequires: python2-pytest-runner +# Provides: python2-pytest-runner missing on EPEL 7 +BuildRequires: python-pytest-runner # For EPEL BuildRequires: python-setuptools %if 0%{?with_tests}