remove unused variable
Signed-off-by: Igor Gnatenko <i.gnatenko.brain@gmail.com>
This commit is contained in:
parent
debf27443e
commit
30a149c063
@ -1,12 +1,8 @@
|
|||||||
%global pypi_name distro
|
%global pypi_name distro
|
||||||
|
|
||||||
# EPEL7 support: default Python is Python 2, and Python2 packages prefix
|
|
||||||
# is unversioned.
|
|
||||||
%if 0%{?rhel} && 0%{?rhel} <= 7
|
%if 0%{?rhel} && 0%{?rhel} <= 7
|
||||||
%global py2_namespace python
|
|
||||||
%global with_python3 0
|
%global with_python3 0
|
||||||
%else
|
%else
|
||||||
%global py2_namespace python2
|
|
||||||
%global with_python3 1
|
%global with_python3 1
|
||||||
%endif
|
%endif
|
||||||
|
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user