Skip to content

Commit

Permalink
Updated version number to 10.3.0-1.
Browse files Browse the repository at this point in the history
- 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
  • Loading branch information
Matthew Harmsen committed May 17, 2016
1 parent f1ff371 commit a9bf348
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions specs/pki-core.spec
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit a9bf348

Please sign in to comment.