- Babel is not required
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-Jinja2?expand=0&rev=92
This commit is contained in:
parent
befb528ea5
commit
9753d3cc8e
@ -1,3 +1,8 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Fri Aug 6 07:34:44 UTC 2021 - Markéta Machová <mmachova@suse.com>
|
||||||
|
|
||||||
|
- Babel is not required
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Fri Jul 9 11:03:56 UTC 2021 - Ben Greiner <code@bnavigator.de>
|
Fri Jul 9 11:03:56 UTC 2021 - Ben Greiner <code@bnavigator.de>
|
||||||
|
|
||||||
|
@ -16,13 +16,13 @@
|
|||||||
#
|
#
|
||||||
|
|
||||||
|
|
||||||
|
%{?!python_module:%define python_module() python3-%{**}}
|
||||||
|
%define skip_python2 1
|
||||||
%ifarch %{ix86} armv7l
|
%ifarch %{ix86} armv7l
|
||||||
%bcond_with test
|
%bcond_with test
|
||||||
%else
|
%else
|
||||||
%bcond_without test
|
%bcond_without test
|
||||||
%endif
|
%endif
|
||||||
%{?!python_module:%define python_module() python3-%{**}}
|
|
||||||
%define skip_python2 1
|
|
||||||
Name: python-Jinja2
|
Name: python-Jinja2
|
||||||
Version: 3.0.1
|
Version: 3.0.1
|
||||||
Release: 0
|
Release: 0
|
||||||
@ -36,8 +36,8 @@ BuildRequires: %{python_module setuptools}
|
|||||||
BuildRequires: dos2unix
|
BuildRequires: dos2unix
|
||||||
BuildRequires: fdupes
|
BuildRequires: fdupes
|
||||||
BuildRequires: python-rpm-macros
|
BuildRequires: python-rpm-macros
|
||||||
Requires: python-Babel >= 0.8
|
|
||||||
Requires: python-MarkupSafe >= 0.23
|
Requires: python-MarkupSafe >= 0.23
|
||||||
|
Recommends: python-Babel >= 0.8
|
||||||
# Do not declare buildarch as the tests are arch specific
|
# Do not declare buildarch as the tests are arch specific
|
||||||
#BuildArch: noarch
|
#BuildArch: noarch
|
||||||
Provides: python-jinja2 = %{version}-%{release}
|
Provides: python-jinja2 = %{version}-%{release}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user