From ebb3fb05b97ec2d7f93788a70c9a56e33ac02071 Mon Sep 17 00:00:00 2001 From: Miro Hrončok Date: Feb 18 2021 23:10:28 +0000 Subject: Properly BuildRequire make --- diff --git a/python-pycodestyle.spec b/python-pycodestyle.spec index 5539afa..a080fdb 100644 --- a/python-pycodestyle.spec +++ b/python-pycodestyle.spec @@ -9,7 +9,7 @@ Name: python-%{module_name} # WARNING: When updating pycodestyle, check not to break flake8! Version: 2.6.0 -Release: 3%{?dist} +Release: 4%{?dist} Summary: Python style guide checker License: MIT URL: https://pypi.python.org/pypi/%{module_name} @@ -28,7 +28,6 @@ editor. Summary: Python style guide checker %{?python_provide:%python_provide python2-%{module_name}} -BuildRequires: make BuildRequires: python2-devel BuildRequires: python2-setuptools Requires: python2-setuptools @@ -51,6 +50,7 @@ BuildRequires: python%{python3_pkgversion}-devel BuildRequires: python%{python3_pkgversion}-setuptools BuildRequires: python%{python3_pkgversion}-sphinx BuildRequires: python%{python3_pkgversion}-sphinx_rtd_theme +BuildRequires: make %description -n python%{python3_pkgversion}-pycodestyle pycodestyle is a tool to check your Python code against some of the style @@ -123,6 +123,9 @@ install -D docs/_build/man/%{module_name}.1 %{buildroot}%{_mandir}/man1/%{module %{python3_sitelib}/%{module_name}-%{version}-*.egg-info/ %changelog +* Thu Feb 18 2021 Miro Hrončok - 2.6.0-4 +- Properly BuildRequire make + * Wed Jan 27 2021 Fedora Release Engineering - 2.6.0-3 - Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild