From dbd7d580e45752a9bfcdc26a7f5c61beede7dff3 Mon Sep 17 00:00:00 2001 From: Mark Andrews Date: Tue, 26 Nov 2019 09:53:19 +1100 Subject: [PATCH] add CHANGES and note in README.md (cherry picked from commit 8bbafeb5efed9077c61f67afa0b62d64232a03a2) --- CHANGES | 4 ++++ README.md | 4 +++- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/CHANGES b/CHANGES index eac10cfd82..c9751295a3 100644 --- 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] + 5322. [bug] Conditional compilation of lock_callback was inconsistent with conditional use of the function when forcing BIND to build with older and unsupported diff --git a/README.md b/README.md index 35c241dd66..5fd41159c1 100644 --- a/README.md +++ b/README.md @@ -367,9 +367,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. #### Compile-time options