15
0

- Remove unneeded BuildRequires on line_profiler.

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-easydev?expand=0&rev=14
This commit is contained in:
2023-03-28 06:39:23 +00:00
committed by Git OBS Bridge
parent 6f064f2b1b
commit 5198c10ea2
2 changed files with 5 additions and 2 deletions

View File

@@ -1,3 +1,8 @@
-------------------------------------------------------------------
Tue Mar 28 06:38:58 UTC 2023 - Steve Kowalik <steven.kowalik@suse.com>
- Remove unneeded BuildRequires on line_profiler.
-------------------------------------------------------------------
Fri Feb 10 10:33:40 UTC 2023 - Dirk Müller <dmueller@suse.com>

View File

@@ -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}