Package: python2.7 Version: 2.7.8-11 distutils.sysconfig.get_python_inc() ignores the "prefix" argument:
$ python -c 'from distutils.sysconfig import get_python_inc as inc; print inc(prefix="/moo")' /usr/include/python2.7 This used to work correctly in wheezy: $ python -c 'from distutils.sysconfig import get_python_inc as inc; print inc(prefix="/moo")' /moo/include/python2.7 -- Jakub Wilk -- To UNSUBSCRIBE, email to [email protected] with a subject of "unsubscribe". Trouble? Contact [email protected]

