FS#60463 - [perl-json-xs] useless dependency

Attached to Project: Community Packages
Opened by Damien (Damien-43) - Wednesday, 17 October 2018, 21:58 GMT
Last edited by Sergej Pupykin (sergej) - Monday, 29 October 2018, 09:37 GMT
Task Type Bug Report
Category Packages
Status Closed
Assigned To Sergej Pupykin (sergej)
Architecture All
Severity Low
Priority Normal
Reported Version
Due in Version Undecided
Due Date Undecided
Percent Complete 100%
Votes 0
Private No

Details

Installing community/perl-json-xs package require perl-canary-stability
but it's build dependency.


$ grep "Canary::Stability" **/*(.)
Makefile.PL:use Canary::Stability JSON::XS => 1, 5.008003;
Makefile.PL: CONFIGURE_REQUIRES => { ExtUtils::MakeMaker => 6.52, Canary::Stability => 0 },
META.json: "Canary::Stability" : "0",
META.yml: Canary::Stability: '0'

Canary::Stability can be moved in `makedepends`.

Regards.
This task depends upon

Closed by  Sergej Pupykin (sergej)
Monday, 29 October 2018, 09:37 GMT
Reason for closing:  Fixed

Loading...