Please do not reply directly to this email. All additional comments should be made in the comments box of this bug. https://bugzilla.redhat.com/show_bug.cgi?id=810377 Paul Howarth <paul@xxxxxxxxxxxx> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|CLOSED |ASSIGNED Resolution|RAWHIDE | Keywords| |Reopened --- Comment #2 from Paul Howarth <paul@xxxxxxxxxxxx> 2012-04-06 13:52:16 EDT --- Unfortunately I missed another cycle here. DBD::AnyData also requires SQL::Statement and so needs to be avoided when bootstrapping: diff --git a/perl-SQL-Statement.spec b/perl-SQL-Statement.spec index c2448b5..9c967a2 100644 --- a/perl-SQL-Statement.spec +++ b/perl-SQL-Statement.spec @@ -16,9 +16,9 @@ BuildRequires: perl(ExtUtils::MakeMaker) BuildRequires: perl(Clone) >= 0.30 BuildRequires: perl(Params::Util) >= 1.00 # for tests only: -BuildRequires: perl(DBD::AnyData) >= 0.110 -# DBD::CSV buildrequires SQL::Statement +# DBD::AnyData and DBD::CSV require SQL::Statement %if 0%{!?perl_bootstrap:1} +BuildRequires: perl(DBD::AnyData) >= 0.110 BuildRequires: perl(DBD::CSV) >= 0.30 %endif BuildRequires: perl(DBD::DBM) >= 0.06 -- Configure bugmail: https://bugzilla.redhat.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug. -- Fedora Extras Perl SIG http://www.fedoraproject.org/wiki/Extras/SIGs/Perl perl-devel mailing list perl-devel@xxxxxxxxxxxxxxxxxxxxxxx https://admin.fedoraproject.org/mailman/listinfo/perl-devel