Unverified Commit 5151a329 authored by Philipp Winter's avatar Philipp Winter
Browse files

Add undocumented OS-level dependency.

BridgeDB uses the binary dkimverify in /home/bridgedb/.procmailrc.  The
binary used to be provided by the python-dkim package (which is
installed on polyanthum) but with the upgrade to Debian Buster, it is
now provided by python3-dkim (which is not installed).  This patch makes
this OS-level dependency explicit.

This commit fixes <https://bugs.torproject.org/32105>.
parent b3cd9ac6
Loading
Loading
Loading
Loading
+3 −0
Original line number Diff line number Diff line
@@ -6,6 +6,9 @@ Changes in version A.B.C - YYYY-MM-DD
        translation request and also updates our instructions on how to request
        new translations.

        * FIXES https://bugs.torproject.org/32105
        Mention an undocumented OS-level dependency: python3-dkim.

Changes in version 0.9.0 - 2019-10-16

        * FIXES https://bugs.torproject.org/26543
+1 −0
Original line number Diff line number Diff line
@@ -80,6 +80,7 @@ BridgeDB requires the following OS-level dependencies:

-  python>=2.7
-  python-dev
-  `python3-dkim <https://pypi.org/project/dkimpy/>`__ (it contains the ``dkimverify`` binary)
-  build-essential
-  gnupg (preferrably, gnupg2)
-  OpenSSL>=1.0.1g