mirror of
https://github.com/python/cpython.git
synced 2025-07-24 11:44:31 +00:00
Added riscos modules to modules that don't have to be included.
This commit is contained in:
parent
6b767ac81a
commit
26d42df3c1
1 changed files with 3 additions and 1 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue