PyIcu is really a Windows-only dependency

This commit is contained in:
Jeffrey S. Smith 2013-09-07 16:29:31 -05:00
parent 74e5bcf500
commit c45d225b9d
1 changed files with 1 additions and 1 deletions

View File

@ -63,6 +63,7 @@ WIN32_MODULES = [
'win32ui',
'pywintypes',
'pyodbc',
'icu',
]
MODULES = [
@ -85,7 +86,6 @@ MODULES = [
'mako',
'cherrypy',
'uno',
'icu',
]