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:
committed by
Git OBS Bridge
parent
2d591aa2a6
commit
70d264b656
@@ -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>
|
Mon Sep 11 05:42:48 UTC 2023 - Steve Kowalik <steven.kowalik@suse.com>
|
||||||
|
|
||||||
|
@@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package python-textX
|
# 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
|
# 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
|
||||||
@@ -31,14 +31,14 @@ BuildRequires: python-rpm-macros
|
|||||||
%if 0%{?sle_version} == 150200 || 0%{?sle_version} == 150300
|
%if 0%{?sle_version} == 150200 || 0%{?sle_version} == 150300
|
||||||
BuildRequires: python2-xml
|
BuildRequires: python2-xml
|
||||||
%endif
|
%endif
|
||||||
Requires: python-Arpeggio >= 1.9.0
|
Requires: python-Arpeggio >= 2.0.0
|
||||||
Requires: python-click >= 7.0
|
Recommends: python-click >= 7.0
|
||||||
Requires(post): update-alternatives
|
Requires(post): update-alternatives
|
||||||
Requires(postun):update-alternatives
|
Requires(postun):update-alternatives
|
||||||
Obsoletes: %{name}-doc
|
Obsoletes: %{name}-doc
|
||||||
BuildArch: noarch
|
BuildArch: noarch
|
||||||
# SECTION tests
|
# SECTION tests
|
||||||
BuildRequires: %{python_module Arpeggio}
|
BuildRequires: %{python_module Arpeggio >= 2.0.0}
|
||||||
BuildRequires: %{python_module Jinja2}
|
BuildRequires: %{python_module Jinja2}
|
||||||
BuildRequires: %{python_module click >= 7.0}
|
BuildRequires: %{python_module click >= 7.0}
|
||||||
BuildRequires: %{python_module html5lib}
|
BuildRequires: %{python_module html5lib}
|
||||||
|
Reference in New Issue
Block a user