From d7fa93b5659ddcd68c4031ad1a888c092bbccdd8 Mon Sep 17 00:00:00 2001 From: Miro HronĨok Date: Aug 10 2020 10:23:15 +0000 Subject: Minor change in Python 2 conditional --- diff --git a/python-pycodestyle.spec b/python-pycodestyle.spec index 1152d54..d80b349 100644 --- a/python-pycodestyle.spec +++ b/python-pycodestyle.spec @@ -1,6 +1,6 @@ %global module_name pycodestyle -%if 0%{?fedora} >= 32 +%if 0%{?fedora} >= 32 || 0%{?rhel} >= 9 %bcond_with python2 %else %bcond_without python2