[Pkg-freeipa-devel] Bug#878095: Bug#878095: python-ipalib installation fails because of a syntax error in odsmgr.py

Timo Aaltonen tjaalton at debian.org
Mon Oct 9 20:53:00 UTC 2017


On 09.10.2017 21:35, David Heitman wrote:
> Package: python-ipalib
> Version: 4.4.4-2
> Severity: normal
> Tags: patch
> 
> Dear Maintainer,
> 
>    * What led up to the situation?
>      Attempted to upgrade to lastest pages, which included an update for
>      freeipa* and python-ipalib.
>    * What exactly did you do (or not do) that was effective (or
>      ineffective)?
>      Fixed the syntax in odsmgr.py on line 135, adding a missing colon
>      to the end of the line
>    * What was the outcome of this action?
>      Able to complete the installation after the edit
> 
> @@ -132,7 +132,7 @@
> 
>      def get_ods_zonelist(self):
>          stdout = self.ksmutil(['zonelist', 'export'])
> -        with open(paths.OPENDNSSEC_ZONELIST_FILE) as f:
> +        with open(paths.OPENDNSSEC_ZONELIST_FILE) as f
>              reader = ODSZoneListReader(f.read())
>          return reader

Ouch, sorry about that, the same typo was on the upstream bug tracker..
I'll fix that in a minute.



-- 
t



More information about the Pkg-freeipa-devel mailing list