aboutsummaryrefslogtreecommitdiffstats
path: root/testing/py3-inotify/force-c-ext.patch
blob: 4c86ca7535b5b2b3ecb6fb34217c5357c92c3fec (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
diff --git a/setup.py b/setup.py
index 15d68ab..5f6d7a6 100755
--- a/setup.py
+++ b/setup.py
@@ -3,7 +3,7 @@
 # Set True to force compile native C-coded extension providing direct access
 # to inotify's syscalls. If set to False this extension will only be compiled
 # if no inotify interface from ctypes is found.
-compile_ext_mod = False
+compile_ext_mod = True
 
 # import statements
 import os