From 2ca016828dc279073de01cc501dd2191351c795f Mon Sep 17 00:00:00 2001 From: Toshio Kuratomi Date: Wed, 7 Sep 2011 15:09:29 -0700 Subject: [PATCH] Add python3-beaker buildrequire so we test with the same setup as people will use in production. --- python-mako.spec | 1 + 1 file changed, 1 insertion(+) diff --git a/python-mako.spec b/python-mako.spec index e39a1d0..105b912 100644 --- a/python-mako.spec +++ b/python-mako.spec @@ -23,6 +23,7 @@ Requires: python-beaker python-markupsafe BuildRequires: python3-devel BuildRequires: python3-setuptools BuildRequires: python3-markupsafe +BuildRequires: python3-beaker %if 0%{?fedora} > 14 BuildRequires: python3-nose %endif