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 28a8cce45f
commit a54e036f3d
2 changed files with 4 additions and 0 deletions

View File

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