mirror of
https://github.com/isc-projects/bind9.git
synced 2026-05-28 04:34:54 -04:00
4878. [bug] List 'ply' as a requirement for the 'isc' python
package. [RT #47065]
This commit is contained in:
parent
a7bc00e413
commit
6e08af82ed
2 changed files with 4 additions and 0 deletions
3
CHANGES
3
CHANGES
|
|
@ -1,3 +1,6 @@
|
|||
4878. [bug] List 'ply' as a requirement for the 'isc' python
|
||||
package. [RT #47065]
|
||||
|
||||
4877. [bug] Address integer overflow when exponentially
|
||||
backing off retry intervals. [RT #47041]
|
||||
|
||||
|
|
|
|||
|
|
@ -14,4 +14,5 @@ setup(name='isc',
|
|||
author='Internet Systems Consortium, Inc',
|
||||
author_email='bind9-bugs@isc.org',
|
||||
license='ISC',
|
||||
requires=['ply'],
|
||||
packages=['isc'])
|
||||
|
|
|
|||
Loading…
Reference in a new issue