]> git.ipfire.org Git - thirdparty/bind9.git/commitdiff
[v9_9] remove 'ply' requirement, not needed before 9.11
authorEvan Hunt <each@isc.org>
Tue, 30 Jan 2018 17:19:22 +0000 (09:19 -0800)
committerEvan Hunt <each@isc.org>
Tue, 30 Jan 2018 17:19:22 +0000 (09:19 -0800)
(cherry picked from commit c6a2350fb798cceee331ff5269c8274acb977b96)

CHANGES
bin/python/setup.py

diff --git a/CHANGES b/CHANGES
index 2fa2221766cd1e4390ce3a30b6ac14d0a7072282..f1b270d996a2f52852c833c4326deb14756ba5d8 100644 (file)
--- a/CHANGES
+++ b/CHANGES
@@ -4,9 +4,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.9.12b1 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'])