gamera (3.3.3-2) use-system-vigra.diff

Summary

 setup.py |    1 -
 1 file changed, 1 deletion(-)

    
download this patch

Patch contents

Description: don't use an embedded copy of the VIGRA library
Author: Jakub Wilk <jwilk@debian.org>
Forwarded: not-needed
Last-Update: 2012-04-18

--- a/setup.py
+++ b/setup.py
@@ -173,7 +173,6 @@
             for path, ext in
             ("", "*.hpp"),
             ("plugins", "*.hpp"),
-            ("vigra", "*.hxx"),
             ("geostructs", "*.hpp"),
             ("graph", "*.hpp")]