commit | 5e5316de9ca968f646aa04301fcf3109aef0473f | [log] [tgz] |
---|---|---|
author | Alex Gaynor <alex.gaynor@gmail.com> | Tue Jan 07 12:27:08 2014 -0800 |
committer | Alex Gaynor <alex.gaynor@gmail.com> | Tue Jan 07 12:27:08 2014 -0800 |
tree | 0bfcb081074648c95356508df5b5323b484a4d00 | |
parent | d7e04ae2f45c99034d564fd6a7747bf216d00ea9 [diff] [blame] |
This is dangerous
diff --git a/setup.py b/setup.py index a053fe6..feed0cd 100644 --- a/setup.py +++ b/setup.py
@@ -47,13 +47,10 @@ from cryptography.hazmat.primitives import constant_time, padding self.distribution.ext_modules = [ + Binding().ffi.verifier.get_extension(), constant_time._ffi.verifier.get_extension(), padding._ffi.verifier.get_extension() ] - if Binding.is_available(): - self.distribution.ext_modules.append( - Binding().ffi.verifier.get_extension() - ) build.finalize_options(self)