From 4b0a28a01de1d24a7d1509165834265b1a992c45 Mon Sep 17 00:00:00 2001 From: Matthias Runge Date: Oct 02 2019 06:11:54 +0000 Subject: add dropped requirements again Resolves: rhbz#1757463 --- diff --git a/python-flake8.spec b/python-flake8.spec index 35bc7a9..b1a136a 100644 --- a/python-flake8.spec +++ b/python-flake8.spec @@ -7,7 +7,7 @@ Name: python-%{modname} Version: 3.7.7 -Release: 4%{?dist} +Release: 5%{?dist} Summary: Python code checking using pyflakes, pycodestyle, and mccabe License: MIT @@ -32,6 +32,9 @@ Summary: Python code checking using pyflakes, pycodestyle, and mccabe %{?python_provide:%python_provide python%{python3_pkgversion}-%{modname}} Requires: python%{python3_pkgversion}-setuptools +Requires: python%{python3_pkgversion}-mccabe %{mccabe_dep} +Requires: python%{python3_pkgversion}-pycodestyle %{pycodestyle_dep} +Requires: python%{python3_pkgversion}-pyflakes %{pyflakes_dep} BuildRequires: python%{python3_pkgversion}-devel BuildRequires: python%{python3_pkgversion}-setuptools @@ -87,6 +90,9 @@ export PATH=%{buildroot}%{_bindir}:$PATH %changelog +* Wed Oct 02 2019 Matthias Runge - 3.7.7-5 +- fix dropped requirements (rhbz#1757463) + * Sun Aug 18 2019 Miro HronĨok - 3.7.7-4 - Rebuilt for Python 3.8