Skip Menu |
Report information
The Basics
Id: 47065
Status: resolved
Priority: 50/50
Queue: bind9-public

People
Owner: Nobody in particular
Requestors: Andreas Hasenack <andreas@canonical.com>
Cc:
AdminCc:

Bug Information
Version Fixed: 9.11.3, 9.12.1, 9.13.0
Version Found: (no value)
Versions Affected: (no value)
Versions Planned: (no value)
Priority: P2 Normal
Severity: S2 Normal
CVSS Score: (no value)
CVE ID: (no value)
Component: (no value)
Area: bug

Dates
Created:Fri, 26 Jan 2018 07:20:39 -0500
Updated:Wed, 31 Jan 2018 20:37:12 -0500
Closed:Wed, 31 Jan 2018 20:37:09 -0500



This bug tracker is no longer active.

Please go to our Gitlab to submit issues (both feature requests and bug reports) for active projects maintained by Internet Systems Consortium (ISC).

Due to security and confidentiality requirements, full access is limited to the primary maintainers.

From: "Andreas Hasenack" <andreas@canonical.com>
Subject: 9.11.2.P1 - Missing python3-ply dependency in setup.py
To: bind-bugs@isc.org
Date: Fri, 26 Jan 2018 12:20:36 +0000
Bug Report from www.isc.org: Name: Andreas Hasenack Email: andreas@canonical.com Software Version: 9.11.2.P1 OS: Ubuntu Linux Subject:Missing python3-ply dependency in setup.py Bug Detail =========== The bin/python/setup.py file is not declaring the dependency the isc python modules have on the python3-ply package. For linux disttributions that package bind9, this results in a bind9utils package that lacks the python3-ply dependency and in non-working scripts. I believe this is enough to fix it: --- a/bin/python/setup.py +++ b/bin/python/setup.py @@ -14,4 +14,5 @@ author='Internet Systems Consortium, Inc', author_email='bind9-bugs@isc.org', license='ISC', + requires=['ply'], packages=['isc']) --- This email was received through isc.org Bug Submission Form
4878. [bug] List 'ply' as a requirement for the 'isc' python package. [RT #47065]
The ply dependency was introduced in 9.11 so I reverted this change from 9.9 and 9.10.