Fix rpm build.

It appears that pyenv is incompatible with rpmbuild since setup.py
is installing files to BUILDROOT/.pyenv/... instead of using paths
that match the system python.  This file should force pyenv to use
the system python for the build.

Change-Id: I1d7deca736cfa1bb0c8ea842113ba4daa33c41fd
This commit is contained in:
Douglas Mendizabal 2013-08-13 16:02:24 -05:00
parent b03530abe0
commit 80b810eb84

1
rpmbuild/.python-version Normal file
View File

@ -0,0 +1 @@
system