From 43a435ed4217188ac93ceb1277b0759632f6a3a3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Miro=20Hron=C4=8Dok?= Date: Fri, 8 Jun 2018 15:05:19 +0200 Subject: [PATCH] Comment out beaker from BR beaker is optional, unmaintained in Fedora and doesn't work with Python 3.7 See: - https://bugzilla.redhat.com/show_bug.cgi?id=860617 - https://bugzilla.redhat.com/show_bug.cgi?id=1578323 - https://bugzilla.redhat.com/show_bug.cgi?id=1589081 --- python-mako.spec | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/python-mako.spec b/python-mako.spec index 7fcd339..23702b7 100644 --- a/python-mako.spec +++ b/python-mako.spec @@ -30,7 +30,7 @@ BuildRequires: python2-devel BuildRequires: python2-pytest BuildRequires: python2-setuptools BuildRequires: python2-markupsafe -BuildRequires: python2-beaker +#BuildRequires: python2-beaker BuildRequires: python2-nose BuildRequires: python2-mock %endif #{with python2} @@ -40,7 +40,7 @@ BuildRequires: python3-devel BuildRequires: python3-pytest BuildRequires: python3-setuptools BuildRequires: python3-markupsafe -BuildRequires: python3-beaker +#BuildRequires: python3-beaker BuildRequires: python3-mock BuildRequires: python3-nose %endif #{with python3}