openbsd-ports/x11/py-wxPython/patches/patch-wxPython_setup_py

13 lines
488 B
Plaintext
Raw Normal View History

$OpenBSD: patch-wxPython_setup_py,v 1.3 2011/05/22 08:21:34 dcoppa Exp $
2007-10-23 07:45:14 -04:00
--- wxPython/setup.py.orig Thu Jul 19 00:33:55 2007
+++ wxPython/setup.py Wed Oct 3 11:08:48 2007
@@ -1053,7 +1053,7 @@ if __name__ == "__main__":
)
2006-10-18 12:37:12 -04:00
if not EGGing:
- if INSTALL_MULTIVERSION:
+ if 1:
setup(name = 'wxPython-common',
version = VERSION,
description = DESCRIPTION,