]> git.ipfire.org Git - thirdparty/bind9.git/commitdiff
4878. [bug] List 'ply' as a requirement for the 'isc' python
authorMark Andrews <marka@isc.org>
Mon, 29 Jan 2018 02:21:33 +0000 (13:21 +1100)
committerMark Andrews <marka@isc.org>
Mon, 29 Jan 2018 02:21:33 +0000 (13:21 +1100)
                        package. [RT #47065]

CHANGES
bin/python/setup.py

diff --git a/CHANGES b/CHANGES
index 7f94f85c75fa678b94364a59feee767d86a0cfca..7c000ded3a5539a51826b8d34c27c225ce50c4aa 100644 (file)
--- 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]
 
index 8782402963842ba24762f9b69bbb1beae30ed8ec..1084ed3870f803f17276ac6ad642967ca9200282 100644 (file)
@@ -14,4 +14,5 @@ setup(name='isc',
       author='Internet Systems Consortium, Inc',
       author_email='bind9-bugs@isc.org',
       license='ISC',
+      requires=['ply'],
       packages=['isc'])