Your message dated Wed, 20 Jul 2022 16:49:56 +0000 with message-id <[email protected]> and subject line Bug#1014995: fixed in isc-kea 2.0.2-3 has caused the Debian Bug report #1014995, regarding kea-shell does use original includes to be marked as done.
This means that you claim that the problem has been dealt with. If this is not the case it is now your responsibility to reopen the Bug report if necessary, and/or fix the problem forthwith. (NB: If you are a system administrator and have no idea what this message is talking about, this may indicate a serious mail system misconfiguration somewhere. Please contact [email protected] immediately.) -- 1014995: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1014995 Debian Bug Tracking System Contact [email protected] with problems
--- Begin Message ---Package: kea-ctrl-agent After installation the kea-shell does not work because: # kea-shell Traceback (most recent call last): File "/usr/sbin/kea-shell", line 27, in <module> from kea_conn import CARequest # CAResponse ModuleNotFoundError: No module named 'kea_conn' # Quite obviously with the current python3-kea-connector in Debian the following patch does seem correct: ---(snip)--- --- /usr/sbin/kea-shell.orig 2022-07-15 22:20:46.534324145 +0200 +++ /usr/sbin/kea-shell 2022-07-15 22:21:12.590348119 +0200 @@ -24,7 +24,7 @@ sys.path.append('/usr/lib/python3.10/site-packages/kea') -from kea_conn import CARequest # CAResponse +from kea.kea_conn import CARequest # CAResponse if sys.version_info[0] == 2: # This is Python 2.x @@ -34,7 +34,7 @@ return unicode(string, 'utf-8') elif sys.version_info[0] == 3: # This is Python 3.x - import kea_connector3 as kea_connector + import kea.kea_connector3 as kea_connector auth8 = str else: # This is... have no idea what it is. ---(snip)--- Best regards, Kilian
signature.asc
Description: PGP signature
--- End Message ---
--- Begin Message ---Source: isc-kea Source-Version: 2.0.2-3 Done: Paride Legovini <[email protected]> We believe that the bug you reported is fixed in the latest version of isc-kea, which is due to be installed in the Debian FTP archive. A summary of the changes between this version and the previous one is attached. Thank you for reporting the bug, which will now be closed. If you have further comments please address them to [email protected], and the maintainer will reopen the bug report if appropriate. Debian distribution maintenance software pp. Paride Legovini <[email protected]> (supplier of updated isc-kea package) (This message was generated automatically at their request; if you believe that there is a problem with it please contact the archive administrators by mailing [email protected]) -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA512 Format: 1.8 Date: Wed, 20 Jul 2022 16:03:19 +0000 Source: isc-kea Architecture: source Version: 2.0.2-3 Distribution: unstable Urgency: medium Maintainer: Kea <[email protected]> Changed-By: Paride Legovini <[email protected]> Closes: 1014995 Changes: isc-kea (2.0.2-3) unstable; urgency=medium . * d/rules: configure: specify the Python site packages location. Related changes: - d/python3-kea-connector.install: update paths accordingly Thanks to Kilian Krause (Closes: #1014995) Checksums-Sha1: 13d24ab09b9a6f79bc2c9d1fc11d026773172dad 2645 isc-kea_2.0.2-3.dsc 57751bcf8f59c741c2715b5a62bf18cdd1579827 34164 isc-kea_2.0.2-3.debian.tar.xz 02009e0ef367b2101fc26e33d78b1a3b78e4e809 14363 isc-kea_2.0.2-3_amd64.buildinfo Checksums-Sha256: 9cb5fe4b67cfa4985514bba1f91ed76386221a0a527a5fab743d360bf463fe44 2645 isc-kea_2.0.2-3.dsc b8042a978d702b11e9ce37c01320a1785eed04df6ad6e70916dbbbd8112a34b5 34164 isc-kea_2.0.2-3.debian.tar.xz 54e4fe79f1476ec55fe105170329ce63830a722f6ad1df02bbcfcdfac712c907 14363 isc-kea_2.0.2-3_amd64.buildinfo Files: 3a642cb5b7ecfd7db3c478ccb8b958b2 2645 net optional isc-kea_2.0.2-3.dsc e5e47efd0cb1ffb102c05cae0fd4caa6 34164 net optional isc-kea_2.0.2-3.debian.tar.xz 855b27f645a50258564c9d8a6c3c1f57 14363 net optional isc-kea_2.0.2-3_amd64.buildinfo -----BEGIN PGP SIGNATURE----- iQFGBAEBCgAwFiEEVhrVhe7XZpIbqN2W1lhhiD4BTbkFAmLYLgISHHBhcmlkZUBk ZWJpYW4ub3JnAAoJENZYYYg+AU254PUH/0tEi/TMyWmaeJny3xLMKMDwkPXigXXn j2BCoeB0El2tsoz39HHO3dpunzAxiJ0LTFa4tXLTm4ieFYT2pHTl57VenUW8fNoc SkOLh2opkG9TR4VzUppR1Up5YYNPH7zHwzxvwPIg7QsAis1+PD06/VpWZ9+yW4AP hiOw+RLb0GKAVRi3aKnU1w8YkhX+aOjYo1WSJlDDCap15F3XZA73k0wdRp8pq2eP 3FAAr0vtR41hrMCVTSpy/TVQKqR9vZ/GAt0Hjt9S6vuUNbrN/9ihEGJgpNqcPXGH qaiaTs1udxKv1f6XeunbjbWSFnA1B79z9yBa5lBuvhmNGL3eeSAv+uQ= =QbDx -----END PGP SIGNATURE-----
--- End Message ---

