From: Mark Andrews Date: Mon, 29 Jan 2018 02:21:33 +0000 (+1100) Subject: 4878. [bug] List 'ply' as a requirement for the 'isc' python X-Git-Tag: v9.13.0~213 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=6e08af82ed5fa9745d181534b8c78ab114351934;p=thirdparty%2Fbind9.git 4878. [bug] List 'ply' as a requirement for the 'isc' python package. [RT #47065] --- diff --git a/CHANGES b/CHANGES index 7f94f85c75f..7c000ded3a5 100644 --- a/CHANGES +++ b/CHANGES @@ -1,3 +1,6 @@ +4878. [bug] List 'ply' as a requirement for the 'isc' python + package. [RT #47065] + 4877. [bug] Address integer overflow when exponentially backing off retry intervals. [RT #47041] diff --git a/bin/python/setup.py b/bin/python/setup.py index 87824029638..1084ed3870f 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'])