tevent: Add an internal function tevent_epoll_set_panic_fallback().
[sfrench/samba-autobuild/.git] / lib / tevent / wscript
old mode 100644 (file)
new mode 100755 (executable)
index b4bcb71..684286d
@@ -1,7 +1,7 @@
 #!/usr/bin/env python
 
 APPNAME = 'tevent'
-VERSION = '0.9.15'
+VERSION = '0.9.17'
 
 blddir = 'bin'
 
@@ -66,7 +66,7 @@ def build(bld):
 
     SRC = '''tevent.c tevent_debug.c tevent_fd.c tevent_immediate.c
              tevent_queue.c tevent_req.c tevent_select.c
-         tevent_poll.c
+             tevent_poll.c
              tevent_signal.c tevent_standard.c tevent_timed.c tevent_util.c tevent_wakeup.c'''
 
     if bld.CONFIG_SET('HAVE_EPOLL'):
@@ -103,7 +103,7 @@ def build(bld):
                          pattern='tevent.py',
                          installdir='python')
 
-        bld.INSTALL_WILDCARD('${PYTHONDIR}', 'tevent.py', flat=False)
+        bld.INSTALL_WILDCARD('${PYTHONARCHDIR}', 'tevent.py', flat=False)
 
 
 def test(ctx):