#3 Comment out beaker from BR
Merged 5 years ago by churchyard. Opened 5 years ago by churchyard.
rpms/ churchyard/python-mako no_beaker  into  master

file modified
+2 -2
@@ -30,7 +30,7 @@ 

  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-pytest

  BuildRequires: python3-setuptools

  BuildRequires: python3-markupsafe

- BuildRequires: python3-beaker

+ #BuildRequires: python3-beaker

  BuildRequires: python3-mock

  BuildRequires: python3-nose

  %endif #{with python3}

Pull-Request has been merged by churchyard

5 years ago