mirror of https://github.com/python/cpython
Fix whitespace error in setup.py (GH-31960)
This commit is contained in:
parent
a5d246066b
commit
424dfc7231
2
setup.py
2
setup.py
|
@ -1247,7 +1247,7 @@ class PyBuildExt(build_ext):
|
|||
self.missing.append('_curses_panel')
|
||||
|
||||
def detect_crypt(self):
|
||||
self.addext(Extension('_crypt', ['_cryptmodule.c']))
|
||||
self.addext(Extension('_crypt', ['_cryptmodule.c']))
|
||||
|
||||
def detect_dbm_gdbm(self):
|
||||
# Modules that provide persistent dictionary-like semantics. You will
|
||||
|
|
Loading…
Reference in New Issue