mirror of
https://github.com/isc-projects/bind9.git
synced 2026-06-13 00:59:59 -04:00
4878. [bug] List 'ply' as a requirement for the 'isc' python
package. [RT #47065]
(cherry picked from commit 6e08af82ed)
This commit is contained in:
parent
5bcd0fe019
commit
f1740da065
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]
|
||||
|
||||
4811. [bug] Revert api changes to use <isc/buffer.h> inline
|
||||
macros. Provide a alternative mechanism to turn
|
||||
on the use of inline macros when building BIND.
|
||||
|
|
|
|||
|
|
@ -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