From 817e68471782e0d0792a1bc78fdd89dc771919d3 Mon Sep 17 00:00:00 2001 From: Ricky Elrod Date: Mon, 20 Jan 2014 14:34:12 -0500 Subject: [PATCH] Make this conditional a bit stronger. --- python-flask.spec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python-flask.spec b/python-flask.spec index b9f0c2a..a8ec4f9 100644 --- a/python-flask.spec +++ b/python-flask.spec @@ -22,7 +22,7 @@ BuildArch: noarch BuildRequires: python2-devel python-setuptools python-werkzeug python-sphinx Requires: python-werkzeug -%if 0%{?rhel} +%if 0%{?rhel} < 7 BuildRequires: python-jinja2-26 BuildRequires: python-itsdangerous Requires: python-jinja2-26