Thomas Spura be26c9b
--- setupext.py.orig	2014-01-25 15:06:39.460916454 +0100
Thomas Spura be26c9b
+++ setupext.py	2014-01-25 15:06:53.080946205 +0100
dd3b8ab
@@ -841,15 +841,6 @@
Thomas Spura 81fc2e8
     name = 'pycxx'
Thomas Spura 81fc2e8
 
Thomas Spura 81fc2e8
     def check(self):
dd3b8ab
-        if PY3:
Thomas Spura 81fc2e8
-            # There is no version of PyCXX in the wild that will work
dd3b8ab
-            # with Python 3.x and matplotlib, since they lack support
dd3b8ab
-            # for the buffer object.
Thomas Spura 81fc2e8
-            self.__class__.found_external = False
dd3b8ab
-            return ("Official versions of PyCXX are not compatible "
dd3b8ab
-                    "with matplotlib on Python 3.x, since they lack "
dd3b8ab
-                    "support for the buffer object.  Using local "
dd3b8ab
-                    "copy")
Thomas Spura be26c9b
 
Thomas Spura 81fc2e8
         self.__class__.found_external = True
Thomas Spura 81fc2e8
         old_stdout = sys.stdout