14
0
2021-02-11 11:49:34 +00:00
committed by Git OBS Bridge
2 changed files with 7 additions and 4 deletions

View File

@@ -1,3 +1,9 @@
-------------------------------------------------------------------
Wed Feb 10 16:28:05 UTC 2021 - Markéta Machová <mmachova@suse.com>
- Get rid of %ifpython3
- Drop the conflict, the old version is only on Leap 15.1 and older by now
-------------------------------------------------------------------
Mon Aug 3 10:06:26 UTC 2020 - Marketa Calabkova <mcalabkova@suse.com>

View File

@@ -1,7 +1,7 @@
#
# spec file for package python-requirements-detector
#
# Copyright (c) 2020 SUSE LLC
# Copyright (c) 2021 SUSE LLC
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@@ -38,9 +38,6 @@ BuildArch: noarch
BuildRequires: %{python_module astroid >= 1.4}
BuildRequires: %{python_module pytest}
# /SECTION
%ifpython3
Conflicts: %{oldpython}-requirements-detector < 0.6
%endif
%python_subpackages
%description