Enlightenment CVS committal Author : barbieri Project : e17 Module : proto/python-efl
Dir : e17/proto/python-efl/python-ecore Modified Files: setup.py Log Message: Reorder include paths to avoid using old ones installed on the system. =================================================================== RCS file: /cvs/e/e17/proto/python-efl/python-ecore/setup.py,v retrieving revision 1.15 retrieving revision 1.16 diff -u -3 -r1.15 -r1.16 --- setup.py 1 Oct 2007 04:34:47 -0000 1.15 +++ setup.py 4 Oct 2007 19:21:33 -0000 1.16 @@ -5,7 +5,6 @@ use_setuptools('0.6c3') from setuptools import setup, find_packages, Extension -from distutils.sysconfig import get_python_inc import commands from Cython.Distutils import build_ext @@ -89,7 +88,7 @@ class ecore_build_ext(build_ext): def finalize_options(self): build_ext.finalize_options(self) - self.include_dirs.extend(['include', get_python_inc()]) + self.include_dirs.insert(0, 'include') setup(name='python-ecore', ------------------------------------------------------------------------- This SF.net email is sponsored by: Splunk Inc. Still grepping through log files to find problems? Stop. Now Search log events and configuration files using AJAX and a browser. Download your FREE copy of Splunk now >> http://get.splunk.com/ _______________________________________________ enlightenment-cvs mailing list enlightenment-cvs@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs