diff options
author | root <root@rshg054.dnsready.net> | 2012-10-19 08:15:39 -0700 |
---|---|---|
committer | root <root@rshg054.dnsready.net> | 2012-10-19 08:15:39 -0700 |
commit | dcc55a1cfa32068d0759c1c8307f6c07c11aec99 (patch) | |
tree | 2f6cd8ae52f7f49ed4ac2db1b0f4bf88a8ba5d96 /community/onboard/1012_1011.diff | |
parent | 9e3985ed7c9851da65023a0ab3d0739cce1858e2 (diff) |
Fri Oct 19 08:15:38 PDT 2012
Diffstat (limited to 'community/onboard/1012_1011.diff')
-rw-r--r-- | community/onboard/1012_1011.diff | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/community/onboard/1012_1011.diff b/community/onboard/1012_1011.diff new file mode 100644 index 000000000..233478ac9 --- /dev/null +++ b/community/onboard/1012_1011.diff @@ -0,0 +1,17 @@ +=== modified file 'setup.py' +--- setup.py 2012-08-09 13:21:31 +0000 ++++ setup.py 2012-10-18 17:17:38 +0000 +@@ -11,12 +11,6 @@ + from distutils.core import Extension, Command + from distutils import version + +-# Work around encoding error in python3-distutils-extra +-# when building in pbuilder with LANG=C (LP# 1017468). +-if sys.version_info.major == 3: +- import locale +- locale.getpreferredencoding = lambda: 'UTF-8' +- + try: + import DistUtilsExtra.auto + except ImportError: + |