From a7f97ef3832c46e7c9ebca7c5748e64008e69e66 Mon Sep 17 00:00:00 2001 From: Matěj Cepl Date: Dec 20 2012 13:26:19 +0000 Subject: Fix FTBFS on EL-7 (when it eventually comes) Signed-off-by: Matěj Cepl --- diff --git a/python-migrate.spec b/python-migrate.spec index 81906ac..6b21c28 100644 --- a/python-migrate.spec +++ b/python-migrate.spec @@ -48,7 +48,7 @@ BuildRequires: python-sqlite2 Requires: python-sqlite2 %endif -%if 0%{?rhel} +%if 0%{?rhel} && 0%{?rhel} < 7 BuildRequires: python-unittest2 %endif