From 77fd49c13c7c8262703739e9a5ecc2ea7a5c73be Mon Sep 17 00:00:00 2001 From: Matěj Cepl Date: Dec 20 2012 13:23:57 +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 ccc0226..3db1a2a 100644 --- a/python-migrate.spec +++ b/python-migrate.spec @@ -44,7 +44,7 @@ BuildRequires: python-sqlite2 Requires: python-sqlite2 %endif -%if 0%{?rhel} +%if 0%{?rhel} && 0%{?rhel} < 7 BuildRequires: python-unittest2 %endif