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
This commit is contained in:
Miro Hrončok 2018-06-08 15:05:19 +02:00
parent 5402525c70
commit 43a435ed42

View File

@ -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}