Product: Fedora https://bugzilla.redhat.com/show_bug.cgi?id=894666 --- Comment #3 from Jamie Nguyen <jamielinux@xxxxxxxxxxxxxxxxx> --- It's the version dependency that's the problem. nodejs-difflet is asking for nodejs-charm 0.0.x whereas the version in updates-testing is 0.1.0 so you need to patch this out: $ cat rpmbuild/SOURCES/nodejs-difflet-0.2.3-deps.patch diff -Naur a/package.json b/package.json --- a/package.json +++ b/package.json @@ -22,7 +22,7 @@ }, "dependencies" : { "traverse" : "0.6.x", - "charm" : "0.0.x", + "charm" : ">=0.0.0", "deep-equal" : "0.0.x" }, "devDependencies" : { -- You are receiving this mail because: You are on the CC list for the bug. Unsubscribe from this bug https://bugzilla.redhat.com/token.cgi?t=P8Q2CWhpF2&a=cc_unsubscribe _______________________________________________ package-review mailing list package-review@xxxxxxxxxxxxxxxxxxxxxxx https://admin.fedoraproject.org/mailman/listinfo/package-review