commit | 6078221d25fd3eddef83a63ce026efd24c0a2107 | [log] [tgz] |
---|---|---|
author | Alex Gaynor <alex.gaynor@gmail.com> | Sat Jan 04 12:20:32 2014 -0800 |
committer | Alex Gaynor <alex.gaynor@gmail.com> | Sat Jan 04 12:20:32 2014 -0800 |
tree | 7a6119fd2431c86353a586191800570f24fc614c | |
parent | ac6e02a0813e66f5e7cf75be0b3c7885a292c291 [diff] |
Re-add the ext_package decleration to the moved verify() call
diff --git a/cryptography/hazmat/bindings/utils.py b/cryptography/hazmat/bindings/utils.py index 9e1d393..69290eb 100644 --- a/cryptography/hazmat/bindings/utils.py +++ b/cryptography/hazmat/bindings/utils.py
@@ -74,7 +74,8 @@ functions + customizations ), - libraries=libraries + libraries=libraries, + ext_package="cryptography", ) for name in modules: