]> git.ipfire.org Git - thirdparty/bind9.git/commitdiff
add CHANGES and note in README.md
authorMark Andrews <marka@isc.org>
Mon, 25 Nov 2019 22:53:19 +0000 (09:53 +1100)
committerMark Andrews <marka@isc.org>
Mon, 25 Nov 2019 23:02:38 +0000 (10:02 +1100)
(cherry picked from commit 8bbafeb5efed9077c61f67afa0b62d64232a03a2)

CHANGES
README.md

diff --git a/CHANGES b/CHANGES
index 2a220ffaf60e9cd7b9369f4ba64c2dca61cfcc9e..f109f7681f30ebc329e7f6c85d19a46084e52cce 100644 (file)
--- a/CHANGES
+++ b/CHANGES
@@ -1,3 +1,7 @@
+5326.  [bug]           Add python dependancy on 'distutils.core' to configure.
+                       'distutils.core' is required for installation.
+                       [GL #1397]
+
 5321.  [bug]           Obtain write lock before updating version->records
                        and version->bytes. [GL #1341]
 
index 09dbe15ecdb418a9648f0ac80e2323f2cc25677d..c286c04936c8ac7781bd5f95fb14710dbbcc09a1 100644 (file)
--- a/README.md
+++ b/README.md
@@ -254,9 +254,11 @@ or if you have Xcode already installed you can run `xcode-select --install`.
 
 Portions of BIND that are written in Python, including
 `dnssec-keymgr`, `dnssec-coverage`, `dnssec-checkds`, and some of the
-system tests, require the `argparse` and `ply` modules to be available.
+system tests, require the `argparse`, `ply` and `distutils.core` modules
+to be available.
 `argparse` is a standard module as of Python 2.7 and Python 3.2.
 `ply` is available from [https://pypi.python.org/pypi/ply](https://pypi.python.org/pypi/ply).
+`distutils.core` is required for installation.
 
 #### <a name="opts"/> Compile-time options