002-fix-python-path.patch (368B)
1 diff --git a/setup.py b/setup.py 2 index 2353a29..8d3d56d 100644 3 --- a/setup.py 4 +++ b/setup.py 5 @@ -27,6 +27,11 @@ setup( 6 'obfsproxy = obfsproxy.pyobfsproxy:run' 7 ] 8 }, 9 + options = { 10 + 'build_scripts': { 11 + 'executable': '/usr/bin/python' 12 + }, 13 + }, 14 15 install_requires = [ 16 'setuptools',