diff --git a/CHANGES b/CHANGES index 1855b1254e..68f92a344a 100644 --- 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] diff --git a/bin/python/setup.py b/bin/python/setup.py index 57ba6e67c4..923b1aaf0b 100644 --- a/bin/python/setup.py +++ b/bin/python/setup.py @@ -22,5 +22,4 @@ setup(name='isc', author='Internet Systems Consortium, Inc', author_email='bind9-bugs@isc.org', license='ISC', - requires=['ply'], packages=['isc'])