14
0
forked from pool/python-textX

- Require Arpeggio >= 2.0.0 fixing build fails

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-textX?expand=0&rev=39
This commit is contained in:
Sebastian Wagner
2024-02-05 13:30:29 +00:00
committed by Git OBS Bridge
parent 2d591aa2a6
commit 70d264b656
2 changed files with 9 additions and 4 deletions

View File

@@ -1,3 +1,8 @@
-------------------------------------------------------------------
Mon Feb 5 13:29:19 UTC 2024 - Sebastian Wagner <sebix@sebix.at>
- Require Arpeggio >= 2.0.0 fixing build fails
-------------------------------------------------------------------
Mon Sep 11 05:42:48 UTC 2023 - Steve Kowalik <steven.kowalik@suse.com>

View File

@@ -1,7 +1,7 @@
#
# spec file for package python-textX
#
# Copyright (c) 2023 SUSE LLC
# Copyright (c) 2024 SUSE LLC
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@@ -31,14 +31,14 @@ 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-Arpeggio >= 2.0.0
Recommends: python-click >= 7.0
Requires(post): update-alternatives
Requires(postun):update-alternatives
Obsoletes: %{name}-doc
BuildArch: noarch
# SECTION tests
BuildRequires: %{python_module Arpeggio}
BuildRequires: %{python_module Arpeggio >= 2.0.0}
BuildRequires: %{python_module Jinja2}
BuildRequires: %{python_module click >= 7.0}
BuildRequires: %{python_module html5lib}