]> 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:30:27 +0000 (13:30 +1100)
                        package. [RT #47065]

(cherry picked from commit 6e08af82ed5fa9745d181534b8c78ab114351934)

CHANGES
bin/python/setup.py

diff --git a/CHANGES b/CHANGES
index abae2eb87e0ec95157aaeaa07a33ef58bc70e8db..2ffc4a7614047a011e5faf883d610809e711db40 100644 (file)
--- a/CHANGES
+++ b/CHANGES
@@ -1,3 +1,6 @@
+4878.  [bug]           List 'ply' as a requirement for the 'isc' python
+                       package. [RT #47065]
+
        --- 9.10.7b1 released ---
 
 4876.  [bug]           Address deadlock with accessing a keytable. [RT #47000]
index c7759c289c8baa38ce3e189ebe7b2e1216dfc49a..cd0b7070d3c85e57ee7815d5d4fca2efd4fba6c8 100644 (file)
@@ -22,4 +22,5 @@ setup(name='isc',
       author='Internet Systems Consortium, Inc',
       author_email='bind9-bugs@isc.org',
       license='ISC',
+      requires=['ply'],
       packages=['isc'])