From d369aea8e1eb47a4ddb5bd4f1898b8fe186aa2c4 Mon Sep 17 00:00:00 2001 From: Troy Dawson Date: Wed, 26 Jun 2019 14:41:32 -0700 Subject: [PATCH] With Python 3 for EL8+ --- python-zope-exceptions.spec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python-zope-exceptions.spec b/python-zope-exceptions.spec index b26f80f..e3b8588 100644 --- a/python-zope-exceptions.spec +++ b/python-zope-exceptions.spec @@ -1,6 +1,6 @@ %global modname zope.exceptions -%if 0%{?fedora} +%if 0%{?fedora} || 0%{?rhel} >= 8 %global with_python3 1 %endif