remove unused variable

Signed-off-by: Igor Gnatenko <i.gnatenko.brain@gmail.com>
This commit is contained in:
Igor Gnatenko 2017-01-01 21:20:19 +01:00
parent debf27443e
commit 30a149c063

View File

@ -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