From ae90bdb5cc18bdd4b2ca5ea3e2cb17b7899bf7b7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Miro=20Hron=C4=8Dok?= Date: Thu, 13 May 2021 16:54:21 +0200 Subject: [PATCH] Drop unused BuildRequires on python3-flake8 When updating to new Python version, linting packages (such as flake8) are generally not ready early enough. --- python-scour.spec | 1 - 1 file changed, 1 deletion(-) diff --git a/python-scour.spec b/python-scour.spec index 34478f7..dbfea3c 100644 --- a/python-scour.spec +++ b/python-scour.spec @@ -15,7 +15,6 @@ BuildRequires: python3-devel BuildRequires: python3-setuptools # Tests BuildRequires: python3-six -BuildRequires: python3-flake8 BuildArch: noarch