- Setup Conflicts: so that older version of Python don’t collide

with this package.

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:Factory/shared-python-startup?expand=0&rev=3
This commit is contained in:
Matej Cepl 2019-12-04 17:18:11 +00:00 committed by Git OBS Bridge
parent f8baf9d409
commit 208a7ef33c
2 changed files with 12 additions and 0 deletions

View File

@ -1,3 +1,9 @@
-------------------------------------------------------------------
Wed Dec 4 18:17:30 CET 2019 - Matej Cepl <mcepl@suse.com>
- Setup Conflicts: so that older version of Python dont collide
with this package.
-------------------------------------------------------------------
Fri Nov 22 14:04:21 UTC 2019 - Matej Cepl <mcepl@suse.com>

View File

@ -25,6 +25,12 @@ Source0: pythonstart
Source1: LICENSE
BuildRequires: filesystem
Supplements: python(abi)
Conflicts: python3 < 3.8
%if 0%{?suse_version} > 1200
Conflicts: (python2 without python2_split_startup)
%else
Conflicts: python2 < 2.7.17
%endif
BuildArch: noarch
%description