#1 Add BuildRequires: nodejs(engine) to spec
Merged 3 years ago by jsmith. Opened 3 years ago by tdawson.
rpms/ tdawson/nodejs-path-parse master  into  master

file modified
+1
@@ -19,6 +19,7 @@ 

  ExclusiveArch: %{nodejs_arches} noarch

  

  BuildRequires:	nodejs-packaging

+ BuildRequires:  nodejs(engine)

  

  %if 0%{?enable_tests}

  #BuildRequires:	

nodejs-packaging was recently updated to not require nodejs(engine).
This was done to break a circular dependency.
This package has nothing else that would pull nodejs in during a build.
Adding "BuildRequires: nodejs(engine)" to spec so it will build on Rawhide (f33) and beyond.

Signed-off-by: Troy Dawson tdawson@redhat.com

Pull-Request has been merged by jsmith

3 years ago