84126e0d3f
Based on a diff for 2.8.11.0 by rpointel@ Tested in a bulk build by landry@ OK rpointel@, landry@, alek@ (maintainer)
13 lines
488 B
Plaintext
13 lines
488 B
Plaintext
$OpenBSD: patch-wxPython_setup_py,v 1.3 2011/05/22 08:21:34 dcoppa Exp $
|
|
--- 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__":
|
|
)
|
|
|
|
if not EGGing:
|
|
- if INSTALL_MULTIVERSION:
|
|
+ if 1:
|
|
setup(name = 'wxPython-common',
|
|
version = VERSION,
|
|
description = DESCRIPTION,
|