From: Mark Andrews Date: Mon, 25 Nov 2019 22:53:19 +0000 (+1100) Subject: add CHANGES and note in README.md X-Git-Tag: v9.15.7~71^2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=8bbafeb5efed9077c61f67afa0b62d64232a03a2;p=thirdparty%2Fbind9.git add CHANGES and note in README.md --- diff --git a/CHANGES b/CHANGES index e1996edb4f5..1cd85378c72 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] + 5325. [bug] Addressed several issues with TCP connections in the netmgr: restored support for TCP connection timeouts, restored TCP backlog support, actively diff --git a/README.md b/README.md index 14646569ff8..2fb6ca18d1e 100644 --- a/README.md +++ b/README.md @@ -191,9 +191,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