Bug 431560

Summary: Circular build dependency
Product: [Fedora] Fedora Reporter: Ed Avis <ed>
Component: perl-PPIAssignee: Tom "spot" Callaway <tcallawa>
Status: CLOSED WONTFIX QA Contact: Fedora Extras Quality Assurance <extras-qa>
Severity: low Docs Contact:
Priority: low    
Version: 8CC: perl-devel
Target Milestone: ---   
Target Release: ---   
Hardware: All   
OS: Linux   
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2008-03-12 01:05:19 UTC Type: ---
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:
Embargoed:

Description Ed Avis 2008-02-05 14:21:34 UTC
Building perl-PPI needs perl-Test-ClassAPI.
Building perl-Test-ClassAPI needs perl-Class-Inspector.
Building perl-Class-Inspector needs perl-Test-MinimumVersion.
Building perl-Test-MinimumVersion needs perl-Perl-MinimumVersion.
Building perl-Perl-MinimumVersion needs perl-PPI.

Since PPI doesn't really need Test::ClassAPI but only uses it in one part of its
test suite, I suggest breaking that BuildRequires dependency.

(If Test::ClassAPI is not installed then the test suite passes anyway, since it
skips that one test.)

Comment 1 Tom "spot" Callaway 2008-03-12 01:05:19 UTC
Yes, this is a loop, but its only a problem when doing mass rebuilds for base
perl version changes. I'd rather have the full test functionality for the normal
case.