From: mdw Date: Thu, 6 May 2010 19:53:07 +0000 (+0100) Subject: setup.py: Don't try to find Catacomb. X-Git-Tag: 1.0.3~2 X-Git-Url: https://git.distorted.org.uk/~mdw/mLib-python/commitdiff_plain/fbe4867a10fe91a65d8c336d68177d9a55829ffc?ds=sidebyside setup.py: Don't try to find Catacomb. It's entirely unnecessary, and introduces a build dependency. I think this must be stray debugging code for mdwsetup.py or something. --- diff --git a/setup.py b/setup.py index 34ea95f..b84fb43 100755 --- 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',