third_party/waf: upgrade to waf 2.0.8
[bbaumbach/samba-autobuild/.git] / third_party / waf / waflib / extras / distnet.py
index a8dd2d2eb4263946da5f878d578704909ae3d0ec..09a31a6d437ae05c9cbc85fd0a199aaf3f252b7b 100644 (file)
@@ -1,7 +1,3 @@
-#! /usr/bin/env python
-# encoding: utf-8
-# WARNING! Do not edit! https://waf.io/book/index.html#_obtaining_the_waf_file
-
 #! /usr/bin/env python
 # encoding: utf-8
 
@@ -406,7 +402,6 @@ class package_reader(Context.Context):
                        if x.pkgname == self.myproject:
                                continue
                        yield x
-               raise StopIteration
 
        def execute(self):
                self.compute_dependencies()