Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 22291c5 commit d3f6c9dCopy full SHA for d3f6c9d
1 file changed
setup.py
@@ -617,9 +617,6 @@ def detect_modules(self):
617
# OpenSSL doesn't do these until 0.9.8 so we'll bring our own hash
618
exts.append( Extension('_sha256', ['sha256module.c']) )
619
exts.append( Extension('_sha512', ['sha512module.c']) )
620
- else:
621
- # these aren't strictly missing since they are unneeded.
622
- missing.extend(['_sha256', '_sha512'])
623
624
# Modules that provide persistent dictionary-like semantics. You will
625
# probably want to arrange for at least one of them to be available on
0 commit comments