perl-DBIx-Class and perl-SQL-Abstract require each other as detailed in Bug #810719. As part of the fix for that, DBIx::Class::Storage::Debug::PrettyPrint has been split off into a separate sub-package from perl-SQL-Abstract; that module is the part that causes the circular dependency, and is only required for t/storage/dbic_pretty.t in perl-DBIx-Class. So: * perl-DBIx-Class should BR: perl(DBIx::Class::Storage::Debug::PrettyPrint) except when bootstrapping * When bootstrapping, don't attempt to run t/storage/dbic_pretty.t
Thanks for the heads-up. Tweaks are committed and built for rawhide.