From a9bf3488552de963773efadb0728d63074c8e953 Mon Sep 17 00:00:00 2001 From: Matthew Harmsen Date: Mon, 16 May 2016 18:47:57 -0600 Subject: Updated version number to 10.3.0-1. - python-flake8 2.5.4 package should require pyflakes >= 1.2.3 - python3-flake8 2.5.4 package should require python3-pyflakes >= 1.2.3 --- specs/pki-core.spec | 9 +++++++++ 1 file changed, 9 insertions(+) (limited to 'specs') diff --git a/specs/pki-core.spec b/specs/pki-core.spec index 89f7e2b81..0fa0d3ef5 100644 --- a/specs/pki-core.spec +++ b/specs/pki-core.spec @@ -106,9 +106,18 @@ BuildRequires: resteasy >= 3.0.6-2 %if ! 0%{?rhel} BuildRequires: pylint +%if 0%{?fedora} >= 24 +BuildRequires: python-flake8 >= 2.5.4 +BuildRequires: python3-flake8 >= 2.5.4 +# python-flake8 2.5.4 package should require pyflakes >= 1.2.3 +BuildRequires: pyflakes >= 1.2.3 +# python3-flake8 2.5.4 package should require python3-pyflakes >= 1.2.3 +BuildRequires: python3-pyflakes >= 1.2.3 +%else BuildRequires: python-flake8 BuildRequires: python3-flake8 %endif +%endif BuildRequires: python-nss BuildRequires: python-requests -- cgit