2020-02-21 19:57:41 +01:00
|
|
|
--- setup.py.orig 2020-02-08 00:30:40 UTC
|
2020-01-20 21:08:45 +01:00
|
|
|
+++ setup.py
|
2020-02-21 19:57:41 +01:00
|
|
|
@@ -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
|