From f1740da065d4555039fe8bb53beb4153e3f94de3 Mon Sep 17 00:00:00 2001 From: Mark Andrews Date: Mon, 29 Jan 2018 13:21:33 +1100 Subject: [PATCH] 4878. [bug] List 'ply' as a requirement for the 'isc' python package. [RT #47065] (cherry picked from commit 6e08af82ed5fa9745d181534b8c78ab114351934) --- CHANGES | 3 +++ bin/python/setup.py | 1 + 2 files changed, 4 insertions(+) diff --git a/CHANGES b/CHANGES index bdd3d158f3..db7d3b81ec 100644 --- a/CHANGES +++ b/CHANGES @@ -1,3 +1,6 @@ +4878. [bug] List 'ply' as a requirement for the 'isc' python + package. [RT #47065] + 4811. [bug] Revert api changes to use inline macros. Provide a alternative mechanism to turn on the use of inline macros when building BIND. diff --git a/bin/python/setup.py b/bin/python/setup.py index 8782402963..1084ed3870 100644 --- a/bin/python/setup.py +++ b/bin/python/setup.py @@ -14,4 +14,5 @@ setup(name='isc', author='Internet Systems Consortium, Inc', author_email='bind9-bugs@isc.org', license='ISC', + requires=['ply'], packages=['isc'])