Enlightenment CVS committal Author : barbieri Project : e17 Module : proto/python-efl
Dir : e17/proto/python-efl/python-edje 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-edje/setup.py,v retrieving revision 1.8 retrieving revision 1.9 diff -u -3 -r1.8 -r1.9 --- setup.py 1 Oct 2007 04:36:47 -0000 1.8 +++ setup.py 4 Oct 2007 19:21:33 -0000 1.9 @@ -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 @@ -95,7 +94,7 @@ class edje_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-edje', ------------------------------------------------------------------------- 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