Skip to content

Commit bb5a28b

Browse files
committed
Add patch for uvloop
1 parent 40edc74 commit bb5a28b

File tree

2 files changed

+15
-0
lines changed

2 files changed

+15
-0
lines changed
Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
[[rules]]
2+
patch = 'uvloop.patch'
Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
diff --git a/setup.py b/setup.py
2+
index ba15af5..263a5b0 100644
3+
--- a/setup.py
4+
+++ b/setup.py
5+
@@ -84,7 +84,7 @@ class uvloop_build_ext(build_ext):
6+
def initialize_options(self):
7+
super().initialize_options()
8+
self.use_system_libuv = False
9+
- self.cython_always = False
10+
+ self.cython_always = True
11+
self.cython_annotate = None
12+
self.cython_directives = None
13+

0 commit comments

Comments
 (0)