tag 801786 pending
thanks
Hello,
Bug #801786 reported by you has been fixed in the Git repository. You can
see the changelog below, and you can check the diff of the fix at:
http://git.debian.org/?p=python-modules/packages/python-nacl.git;a=commitdiff;h=fde3d74
---
commit fde3d74a653d712eabbb48303728dd688f9acf54
Author: Tristan Seligmann <[email protected]>
Date: Mon Nov 2 09:23:52 2015 +0200
Add explicit dependency on python{,3}-cffi as upstream is not yet using the
new compilation support, thus requiring cffi to be importable at runtime
(closes: #801786).
diff --git a/debian/changelog b/debian/changelog
index 7889d32..de25bc7 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,11 @@
+python-nacl (0.3.0-2) unstable; urgency=medium
+
+ * Add explicit dependency on python{,3}-cffi as upstream is not yet
+ using the new compilation support, thus requiring cffi to be
+ importable at runtime (closes: #801786).
+
+ -- Tristan Seligmann <[email protected]> Mon, 02 Nov 2015 09:13:25 +0200
+
python-nacl (0.3.0-1) unstable; urgency=medium
* New upstream release.