From 2f3d82865dc54a0d1a6b203be4e9c3ccbcdb2002 Mon Sep 17 00:00:00 2001 From: Silvan Calarco Date: Sat, 6 Jan 2024 10:40:21 +0100 Subject: [PATCH] added requirement for python-markupsafe [release 2.10-2mamba;Sat Aug 10 2019] --- python-Jinja2.spec | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/python-Jinja2.spec b/python-Jinja2.spec index 4e751db..1de1415 100644 --- a/python-Jinja2.spec +++ b/python-Jinja2.spec @@ -1,6 +1,6 @@ Name: python-Jinja2 Version: 2.10 -Release: 1mamba +Release: 2mamba Summary: A small but fast and easy to use stand-alone template engine written in pure python. Group: System/Libraries/Python Vendor: openmamba @@ -13,6 +13,7 @@ License: BSD BuildRequires: libpython-devel ## AUTOBUILDREQ-END Requires: python >= %python_version +Requires: python-markupsafe BuildRoot: %{_tmppath}/%{name}-%{version}-root %description @@ -64,6 +65,9 @@ CFLAGS="%{optflags}" %{__python} setup.py build %{python_sitearch}/Jinja2-%{version}-py*.egg-info/* %changelog +* Sat Aug 10 2019 Silvan Calarco 2.10-2mamba +- added requirement for python-markupsafe + * Thu May 16 2019 Silvan Calarco 2.10-1mamba - update to 2.10