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