summaryrefslogtreecommitdiff
path: root/www/py-httptools/files/patch-setup.py
blob: 7a96e1f8532c879ec1fba019efe48e0530356906 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
--- setup.py.orig	2020-02-08 00:30:40 UTC
+++ setup.py
@@ -44,7 +44,7 @@ class httptools_build_ext(build_ext):
             return
 
         super().initialize_options()
-        self.use_system_http_parser = False
+        self.use_system_http_parser = True
         self.cython_always = False
         self.cython_annotate = None
         self.cython_directives = None