mirror of
https://github.com/python/cpython.git
synced 2025-08-31 05:58:33 +00:00
Issue #10924: Adding salt and Modular Crypt Format to crypt library.
This commit is contained in:
parent
f3042782af
commit
e2dfefbe85
7 changed files with 183 additions and 13 deletions
2
setup.py
2
setup.py
|
@ -636,7 +636,7 @@ class PyBuildExt(build_ext):
|
|||
libs = ['crypt']
|
||||
else:
|
||||
libs = []
|
||||
exts.append( Extension('crypt', ['cryptmodule.c'], libraries=libs) )
|
||||
exts.append( Extension('_crypt', ['_cryptmodule.c'], libraries=libs) )
|
||||
|
||||
# CSV files
|
||||
exts.append( Extension('_csv', ['_csv.c']) )
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue