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}