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: