From a999ae586db97c7e739e5feb4d811b22e321815b Mon Sep 17 00:00:00 2001 From: Troy Dawson Date: Jun 26 2019 21:49:34 +0000 Subject: With Python 3 for EL8+ --- diff --git a/python-incremental.spec b/python-incremental.spec index ee8e568..f39ceea 100644 --- a/python-incremental.spec +++ b/python-incremental.spec @@ -1,6 +1,6 @@ %global pypi_name incremental -%if 0%{?fedora} +%if 0%{?fedora} || 0%{?rhel} >= 8 %global with_python3 1 %endif