14
0
forked from pool/python-textX

Accepting request 905644 from devel:languages:python

Automatic submission by obs-autosubmit

OBS-URL: https://build.opensuse.org/request/show/905644
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-textX?expand=0&rev=14
This commit is contained in:
2021-07-11 23:25:01 +00:00
committed by Git OBS Bridge
2 changed files with 13 additions and 2 deletions

View File

@@ -1,3 +1,8 @@
-------------------------------------------------------------------
Sun Jul 4 09:56:22 UTC 2021 - Sebastian Wagner <sebix+novell.com@sebix.at>
- Fix package builds for Leap 15.2 and 15.3, requires python-xml
------------------------------------------------------------------- -------------------------------------------------------------------
Sun Nov 1 17:56:21 UTC 2020 - Sebastian Wagner <sebix+novell.com@sebix.at> Sun Nov 1 17:56:21 UTC 2020 - Sebastian Wagner <sebix+novell.com@sebix.at>

View File

@@ -1,7 +1,7 @@
# #
# spec file for package python-textX # spec file for package python-textX
# #
# Copyright (c) 2020 SUSE LLC # Copyright (c) 2021 SUSE LLC
# #
# All modifications and additions to the file contributed by third parties # All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed # remain the property of their copyright owners, unless otherwise agreed
@@ -29,9 +29,15 @@ BuildRequires: %{python_module setuptools}
BuildRequires: %{python_module wheel} BuildRequires: %{python_module wheel}
BuildRequires: fdupes BuildRequires: fdupes
BuildRequires: python-rpm-macros BuildRequires: python-rpm-macros
%if 0%{?sle_version} == 150200 || 0%{?sle_version} == 150300
BuildRequires: python2-xml
%endif
Requires: python-Arpeggio >= 1.9.0 Requires: python-Arpeggio >= 1.9.0
Requires: python-click >= 7.0 Requires: python-click >= 7.0
Requires: python-setuptools Requires: python-setuptools
%if "%{python_flavor}" == "python2"
Requires: python2-xml
%endif
Requires(post): update-alternatives Requires(post): update-alternatives
Requires(postun):update-alternatives Requires(postun):update-alternatives
Obsoletes: %{name}-doc Obsoletes: %{name}-doc