mirror of
https://github.com/rpm-software-management/tito.git
synced 2025-02-23 12:12:47 +00:00
Remove circular macro definition
[root@8d279f4efad9 /]# rpm -q --specfile tito.spec error: Recursion depth(17) greater than max(16) This problem seems to appear only on EL6, but either way the macro definition makes no sense (at least to me).
This commit is contained in:
parent
8afe478b97
commit
a219896ba5
1 changed files with 0 additions and 1 deletions
|
@ -11,7 +11,6 @@
|
|||
%global our_sitelib %{python2_sitelib}
|
||||
%else
|
||||
%global ourpythonbin %{__python}
|
||||
%global our_sitelib %{our_sitelib}
|
||||
%endif
|
||||
%endif
|
||||
%{!?our_sitelib: %define our_sitelib %(%{ourpythonbin} -c "from distutils.sysconfig import get_python_lib; print get_python_lib()")}
|
||||
|
|
Loading…
Add table
Reference in a new issue