shithub: aubio

Download patch

ref: 3388e1ab17ecec46e4db282ee01383a0d4b4047a
parent: 9682d9d2d200d514f372ff3317f3445e2b5d2477
author: Paul Brossier <piem@piem.org>
date: Fri Dec 16 07:55:24 EST 2016

wscript: also exclude waf files with python3

--- a/wscript
+++ b/wscript
@@ -449,7 +449,7 @@
         Logs.pprint('RED', msg)
 
 def dist(ctx):
-    ctx.excl  = ' **/.waf-1* **/*~ **/*.pyc **/*.swp **/*.swo **/*.swn **/.lock-w* **/.git*'
+    ctx.excl  = ' **/.waf* **/*~ **/*.pyc **/*.swp **/*.swo **/*.swn **/.lock-w* **/.git*'
     ctx.excl += ' **/build/*'
     ctx.excl += ' doc/_build'
     ctx.excl += ' python/demos_*'
--