From 6078221d25fd3eddef83a63ce026efd24c0a2107 Mon Sep 17 00:00:00 2001 From: Alex Gaynor Date: Sat, 4 Jan 2014 12:20:32 -0800 Subject: Re-add the ext_package decleration to the moved verify() call --- cryptography/hazmat/bindings/utils.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/cryptography/hazmat/bindings/utils.py b/cryptography/hazmat/bindings/utils.py index 9e1d3937..69290eb3 100644 --- a/cryptography/hazmat/bindings/utils.py +++ b/cryptography/hazmat/bindings/utils.py @@ -74,7 +74,8 @@ def build_ffi(module_prefix, modules, pre_include, post_include, libraries): functions + customizations ), - libraries=libraries + libraries=libraries, + ext_package="cryptography", ) for name in modules: -- cgit v1.2.3