From c6a2350fb798cceee331ff5269c8274acb977b96 Mon Sep 17 00:00:00 2001 From: Evan Hunt Date: Tue, 30 Jan 2018 09:17:34 -0800 Subject: [PATCH] [v9_10] remove 'ply' requirement, not needed before 9.11 --- CHANGES | 3 --- bin/python/setup.py | 1 - 2 files changed, 4 deletions(-) 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'])