Markéta Machová 2021-08-06 07:37:43 +00:00 committed by Git OBS Bridge
parent befb528ea5
commit 9753d3cc8e
2 changed files with 8 additions and 3 deletions

View File

@ -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>

View File

@ -16,13 +16,13 @@
#
%{?!python_module:%define python_module() python3-%{**}}
%define skip_python2 1
%ifarch %{ix86} armv7l
%bcond_with test
%else
%bcond_without test
%endif
%{?!python_module:%define python_module() python3-%{**}}
%define skip_python2 1
Name: python-Jinja2
Version: 3.0.1
Release: 0
@ -36,8 +36,8 @@ BuildRequires: %{python_module setuptools}
BuildRequires: dos2unix
BuildRequires: fdupes
BuildRequires: python-rpm-macros
Requires: python-Babel >= 0.8
Requires: python-MarkupSafe >= 0.23
Recommends: python-Babel >= 0.8
# Do not declare buildarch as the tests are arch specific
#BuildArch: noarch
Provides: python-jinja2 = %{version}-%{release}