File: fix-build-with-python2.6.patch

package info (click to toggle)
wxpython3.0 3.0.2.0%2Bdfsg-4
  • links: PTS, VCS
  • area: main
  • in suites: stretch
  • size: 482,760 kB
  • ctags: 518,293
  • sloc: cpp: 2,127,226; python: 294,045; makefile: 51,942; ansic: 19,033; sh: 3,013; xml: 1,629; perl: 17
file content (24 lines) | stat: -rw-r--r-- 812 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
Description: Install things in the correct places with the multiversion stuff
Author: Ryan Niebur <ryan@debian.org>
Last-Update: 2013-09-10

--- a/wxPython/setup.py
+++ b/wxPython/setup.py
@@ -1009,7 +1009,7 @@
 
 if __name__ == "__main__":
     if not PREP_ONLY:
-
+        BUILD_OPTIONS['build_base'] = BUILD_BASE + "-common"
         if not EGGing:
             if INSTALL_MULTIVERSION:
                 setup(name             = 'wxPython-common',
@@ -1024,7 +1024,7 @@
                       platforms        = PLATFORMS,
                       classifiers      = filter(None, CLASSIFIERS.split("\n")),
                       keywords         = KEYWORDS,
-
+                      packages = [''],
                       package_dir = { '': 'wxversion' },
                       py_modules = ['wxversion'],