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

David Heitman david.heitman at clickbank.com
Mon Oct 9 18:35:39 UTC 2017


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

-- System Information:
Debian Release: buster/sid
  APT prefers unstable
  APT policy: (500, 'unstable')
Architecture: amd64 (x86_64)
Foreign Architectures: i386

Kernel: Linux 4.13.0-1-amd64 (SMP w/8 CPU cores)
Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8), LANGUAGE=en_US.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash
Init: systemd (via /run/systemd/system)

Versions of packages python-ipalib depends on:
ii  freeipa-common           4.4.4-2
ii  gnupg-agent              2.2.1-1
ii  gnupg2                   2.2.1-1
ii  gpg-agent [gnupg-agent]  2.2.1-1
ii  keyutils                 1.5.9-9
ii  python                   2.7.14-1
ii  python-cffi              1.9.1-2
ii  python-cryptography      1.9-1
ii  python-custodia          0.1.0-6
ii  python-dbus              1.2.4-1+b2
ii  python-dnspython         1.15.0-1
ii  python-gssapi            1.2.0-1+b2
ii  python-jwcrypto          0.3.2-1
ii  python-ldap              2.4.41-1
ii  python-libipa-hbac       1.15.3-1
ii  python-lxml              4.0.0-1
ii  python-memcache          1.57-2
ii  python-netaddr           0.7.18-2
ii  python-netifaces         0.10.4-0.1+b3
ii  python-nss               1.0.0-1+b1
ii  python-pyasn1            0.1.9-2
ii  python-qrcode            5.3-1
ii  python-requests          2.18.1-1
ii  python-setuptools        36.2.7-2
ii  python-six               1.11.0-1
ii  python-usb               1.0.0-1
ii  python-yubico            1.3.2-1

python-ipalib recommends no packages.

python-ipalib suggests no packages.

-- no debconf information


-- PRIVILEGED AND CONFIDENTIAL This transmission may contain privileged, proprietary or confidential information. If you are not the intended recipient, you are instructed not to review this transmission. If you are not the intended recipient, please notify the sender that you received this message and delete this transmission from your system.



More information about the Pkg-freeipa-devel mailing list