Bug in python site package detection.
This commit is contained in:
parent
a222bbd5a0
commit
31b8197356
|
@ -4,7 +4,7 @@
|
|||
%define svntag @svntag@
|
||||
|
||||
%define with_binarytar %{?_with_binarytar:1}%{!?_with_binarytar:0}
|
||||
%define python_sitedir %{_lib}/%('
|
||||
%define python_sitedir %{_lib}/%(python -c '
|
||||
import os.path
|
||||
import distutils.sysconfig
|
||||
|
||||
|
|
Loading…
Reference in New Issue