From 1485b132f5ec4604bdec3e52df45d493caa0463b1de6e4001c5cfa894be4423c Mon Sep 17 00:00:00 2001 From: Dirk Mueller Date: Mon, 26 Feb 2024 12:25:02 +0000 Subject: [PATCH] - remove unneded flake8 dependency OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:numeric/python-infinity?expand=0&rev=13 --- python-infinity.changes | 5 +++++ python-infinity.spec | 1 - 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/python-infinity.changes b/python-infinity.changes index d71ccb9..0c02e83 100644 --- a/python-infinity.changes +++ b/python-infinity.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Mon Feb 26 12:24:51 UTC 2024 - Dirk Müller + +- remove unneded flake8 dependency + ------------------------------------------------------------------- Thu Feb 22 11:15:44 UTC 2024 - Dirk Müller diff --git a/python-infinity.spec b/python-infinity.spec index 6faec48..83c01fb 100644 --- a/python-infinity.spec +++ b/python-infinity.spec @@ -33,7 +33,6 @@ BuildRequires: %{python_module wheel} BuildRequires: fdupes BuildRequires: python-rpm-macros %if %{with test} -BuildRequires: %{python_module flake8 >= 2.4.0} BuildRequires: %{python_module isort >= 4.2.2} BuildRequires: %{python_module pytest >= 2.2.3} %endif