mirror of
https://github.com/python/cpython.git
synced 2025-07-29 22:24:49 +00:00
Remove the rgbimg module. It has been deprecated since Python 2.5.
This commit is contained in:
parent
8d76cca026
commit
dc48b74497
11 changed files with 14 additions and 943 deletions
4
setup.py
4
setup.py
|
@ -508,10 +508,8 @@ class PyBuildExt(build_ext):
|
|||
if sys.maxint != 9223372036854775807L:
|
||||
# Operations on images
|
||||
exts.append( Extension('imageop', ['imageop.c']) )
|
||||
# Read SGI RGB image files (but coded portably)
|
||||
exts.append( Extension('rgbimg', ['rgbimgmodule.c']) )
|
||||
else:
|
||||
missing.extend(['imageop', 'rgbimg'])
|
||||
missing.extend(['imageop'])
|
||||
|
||||
# readline
|
||||
do_readline = self.compiler.find_library_file(lib_dirs, 'readline')
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue