]> git.ipfire.org Git - thirdparty/bind9.git/commitdiff
[v9_10] remove 'ply' requirement, not needed before 9.11
authorEvan Hunt <each@isc.org>
Tue, 30 Jan 2018 17:17:34 +0000 (09:17 -0800)
committerEvan Hunt <each@isc.org>
Tue, 30 Jan 2018 17:17:34 +0000 (09:17 -0800)
CHANGES
bin/python/setup.py

diff --git a/CHANGES b/CHANGES
index 1855b1254e0dea47a1e85a4480e1ee5162eedf49..68f92a344a48763b97690d4bb4228bd51feeb4ea 100644 (file)
--- a/CHANGES
+++ b/CHANGES
@@ -7,9 +7,6 @@
 4879.  [bug]           dns_rdata_caa:value_len field was too small.
                        [RT #47086]
 
-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 57ba6e67c4b7597b0b543428e40ab3bfc488fdfb..923b1aaf0ba32a410689576805b312ff2d64dbae 100644 (file)
@@ -22,5 +22,4 @@ setup(name='isc',
       author='Internet Systems Consortium, Inc',
       author_email='bind9-bugs@isc.org',
       license='ISC',
-      requires=['ply'],
       packages=['isc'])