chiark / gitweb /
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 34ea95f32332c3958ee0c37dd7ab42fde04f5745..b84fb43d19a3e5d1f900fa989bd342acdeae573e 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',