mirror of https://github.com/python/cpython
Added riscos modules to modules that don't have to be included.
This commit is contained in:
parent
6b767ac81a
commit
26d42df3c1
|
@ -23,7 +23,9 @@ MAC_INCLUDE_MODULES=['site', 'macfsn']
|
|||
MAC_MAYMISS_MODULES=['posix', 'os2', 'nt', 'ntpath', 'dos', 'dospath',
|
||||
'win32api', 'ce', '_winreg',
|
||||
'nturl2path', 'pwd', 'sitecustomize',
|
||||
'org.python.core']
|
||||
'org.python.core',
|
||||
'riscos', 'riscosenviron', 'riscospath'
|
||||
]
|
||||
|
||||
# An exception:
|
||||
Missing="macmodulefinder.Missing"
|
||||
|
|
Loading…
Reference in New Issue