setup.py: Don't try to find Catacomb.
authormdw <mdw@metalzone.distorted.org.uk>
Thu, 6 May 2010 19:53:07 +0000 (20:53 +0100)
committermdw <mdw@metalzone.distorted.org.uk>
Thu, 6 May 2010 19:54:37 +0000 (20:54 +0100)
It's entirely unnecessary, and introduces a build dependency.  I think
this must be stray debugging code for mdwsetup.py or something.

setup.py

index 34ea95f..b84fb43 100755 (executable)
--- a/setup.py
+++ b/setup.py
@@ -4,7 +4,6 @@ import distutils.core as DC
 import Pyrex.Distutils as PXD
 import mdwsetup as MS
 
-MS.pkg_config('catacomb', '2.1.0')
 MS.pkg_config('mLib', '2.1.0')
 
 MS.derive('base64.pyx', 'codec.pyx.in',