From 5350f4d3614a1d2da058f2202407054e37eb350d Mon Sep 17 00:00:00 2001
From: Donald Stufft <donald@stufft.io>
Date: Sat, 5 Oct 2013 09:24:52 -0400
Subject: [PATCH] Use an ext_package on the verifier call

---
 nacl/nacl.py | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/nacl/nacl.py b/nacl/nacl.py
index e3ae1aa4..dcbc9aaa 100644
--- a/nacl/nacl.py
+++ b/nacl/nacl.py
@@ -88,6 +88,9 @@ ffi.verifier = Verifier(ffi,
 
     # We need to link to the sodium library
     libraries=["sodium"],
+
+    # Our ext_package is nacl so look for it
+    ext_package="nacl",
 )
 
 
-- 
GitLab