diff --git a/python-distro.spec b/python-distro.spec index 036d2fb..d7edbb4 100644 --- a/python-distro.spec +++ b/python-distro.spec @@ -1,12 +1,8 @@ %global pypi_name distro -# EPEL7 support: default Python is Python 2, and Python2 packages prefix -# is unversioned. %if 0%{?rhel} && 0%{?rhel} <= 7 -%global py2_namespace python %global with_python3 0 %else -%global py2_namespace python2 %global with_python3 1 %endif