From 30a149c063e6887140d38fb60a49323031e9aadf Mon Sep 17 00:00:00 2001 From: Igor Gnatenko Date: Sun, 1 Jan 2017 21:20:19 +0100 Subject: [PATCH] remove unused variable Signed-off-by: Igor Gnatenko --- python-distro.spec | 4 ---- 1 file changed, 4 deletions(-) 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