14
0

- Conflict with python2-cx_Freeze as we are no longer update-alternatives

set up package but provide only py3 variant

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-cx_Freeze?expand=0&rev=7
This commit is contained in:
Tomáš Chvátal
2019-09-13 14:55:24 +00:00
committed by Git OBS Bridge
parent c930db6fe0
commit 89103411fe
2 changed files with 9 additions and 0 deletions

View File

@@ -1,3 +1,9 @@
-------------------------------------------------------------------
Fri Sep 13 14:55:04 UTC 2019 - Tomáš Chvátal <tchvatal@suse.com>
- Conflict with python2-cx_Freeze as we are no longer update-alternatives
set up package but provide only py3 variant
-------------------------------------------------------------------
Fri Sep 13 13:27:50 UTC 2019 - Jan Engelhardt <jengelh@inai.de>

View File

@@ -18,6 +18,7 @@
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
%define skip_python2 1
%define oldpython python
Name: python-cx_Freeze
Version: 6.0
Release: 0
@@ -36,6 +37,8 @@ BuildRequires: %{python_module setuptools}
BuildRequires: chrpath
BuildRequires: fdupes
BuildRequires: python-rpm-macros
# we provide same binary like the deprecated py2 variant
Conflicts: %{oldpython}-cx_Freeze
%python_subpackages
%description