From 5198c10ea29e3781c1a8eacda2024060b01c0e2db68a6fc53518362fba26c16c Mon Sep 17 00:00:00 2001 From: Steve Kowalik Date: Tue, 28 Mar 2023 06:39:23 +0000 Subject: [PATCH] - Remove unneeded BuildRequires on line_profiler. OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-easydev?expand=0&rev=14 --- python-easydev.changes | 5 +++++ python-easydev.spec | 2 -- 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/python-easydev.changes b/python-easydev.changes index 1dd73fb..b96faf0 100644 --- a/python-easydev.changes +++ b/python-easydev.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Tue Mar 28 06:38:58 UTC 2023 - Steve Kowalik + +- Remove unneeded BuildRequires on line_profiler. + ------------------------------------------------------------------- Fri Feb 10 10:33:40 UTC 2023 - Dirk Müller diff --git a/python-easydev.spec b/python-easydev.spec index ce95f8a..679f985 100644 --- a/python-easydev.spec +++ b/python-easydev.spec @@ -16,7 +16,6 @@ # -%{?!python_module:%define python_module() python-%{**} python3-%{**}} Name: python-easydev Version: 0.12.1 Release: 0 @@ -40,7 +39,6 @@ BuildArch: noarch # SECTION test requirements BuildRequires: %{python_module colorama} BuildRequires: %{python_module colorlog} -BuildRequires: %{python_module line_profiler} BuildRequires: %{python_module pexpect} BuildRequires: %{python_module pytest-cov} BuildRequires: %{python_module pytest-mock}