chiark
/
gitweb
/
~mdw
/
mLib-python
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
|
inline
| side by side (parent:
4091abf
)
setup.py: Don't try to find Catacomb.
author
mdw
<mdw@metalzone.distorted.org.uk>
Thu, 6 May 2010 19:53:07 +0000
(20:53 +0100)
committer
mdw
<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
patch
|
blob
|
blame
|
history
diff --git
a/setup.py
b/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
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',
MS.pkg_config('mLib', '2.1.0')
MS.derive('base64.pyx', 'codec.pyx.in',