From f39cbc294c895409e99abfc495fa69db19c8f04e Mon Sep 17 00:00:00 2001 From: "Jeroen van Meeuwen (Kolab Systems)" Date: Wed, 13 Mar 2019 09:22:45 +0100 Subject: [PATCH] RHEL 8 ships with python3 too --- python-alembic.spec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python-alembic.spec b/python-alembic.spec index 3d65fb2..a28275e 100644 --- a/python-alembic.spec +++ b/python-alembic.spec @@ -1,4 +1,4 @@ -%if 0%{?fedora} +%if 0%{?fedora} || 0%{?rhel} >= 8 %global with_python3 1 %endif