Re: [Koha-devel] Conflict between libossp-uuid-perl and libdata-uuid-perl

2023-06-15 Thread David Cook
Hi Nigel, I've bumped into this conflict before (https://irc.koha-community.org/out.pl?channel=koha;date=2023-01-11). The libdata-uuid-perl package is required by libtest-dbix-class-perl, which is required for the koha-common package, although it really shouldn't be... we haven't gotten around

[Koha-devel] Conflict between libossp-uuid-perl and libdata-uuid-perl

2023-06-15 Thread Nigel Titley
I'm currently running 22.05.13-1 (oldoldstable) on Ubuntu Focal and I'm trying to update to 22.11.06-3 (oldstable) and perhaps eventually to stable However I'm getting the following complaint from apt The following packages have unmet dependencies: libossp-uuid-perl : Conflicts: libdata-uuid-p

[Koha-devel] git-bz update

2023-06-15 Thread Tomas Cohen Arazi
Hi all, I wanted to mention that the 'apply_on_cascade' branch for git-bz has been updated with a merge request from Andrii and Slava to upgrade it to Python 3. It should be bundled in the latest KTD. Kudos for them, and any issues you may find, please file a report on the project site [1]. Best