forked from pool/python-textX
- Fix package builds for Leap 15.2 and 15.3, python-xml dependency was missing.
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-textX?expand=0&rev=34
This commit is contained in:
committed by
Git OBS Bridge
parent
44ad1bf3fe
commit
88986c68ba
@@ -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>
|
||||
|
||||
|
@@ -1,7 +1,7 @@
|
||||
#
|
||||
# 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
|
||||
# remain the property of their copyright owners, unless otherwise agreed
|
||||
@@ -29,9 +29,15 @@ BuildRequires: %{python_module setuptools}
|
||||
BuildRequires: %{python_module wheel}
|
||||
BuildRequires: fdupes
|
||||
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-click >= 7.0
|
||||
Requires: python-setuptools
|
||||
%if "%{python_flavor}" == "python2"
|
||||
Requires: python2-xml
|
||||
%endif
|
||||
Requires(post): update-alternatives
|
||||
Requires(postun):update-alternatives
|
||||
Obsoletes: %{name}-doc
|
||||
|
Reference in New Issue
Block a user