4878. [bug] List 'ply' as a requirement for the 'isc' python

package. [RT #47065]

(cherry picked from commit 6e08af82ed)
This commit is contained in:
Mark Andrews
2018-01-29 13:21:33 +11:00
parent 5bcd0fe019
commit f1740da065
2 changed files with 4 additions and 0 deletions

View File

@@ -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.

View File

@@ -14,4 +14,5 @@ setup(name='isc',
author='Internet Systems Consortium, Inc',
author_email='bind9-bugs@isc.org',
license='ISC',
requires=['ply'],
packages=['isc'])