Compare commits

...
Sign in to create a new pull request.

8 commits

Author SHA1 Message Date
Stephen Gallagher
1fe678af1b
Master branch is not used for modules 2018-06-21 10:27:57 -04:00
Zuzana Svetlikova
60be7b9df4 Remove npm from components 2017-09-25 09:33:59 +02:00
Zuzana Svetlikova
ae3c992f7c Rebuild with new python2 build 2017-09-22 15:43:39 +02:00
Zuzana Svetlikova
02400daa62 Add python2 dependency 2017-09-21 11:01:56 +02:00
Zuzana Svetlikova
05380af1a8 Remove nodejs licenses and openssl dependency 2017-09-20 17:03:42 +02:00
Zuzana Svetlikova
6816f3148f Fix description 2017-09-20 15:49:33 +02:00
Zuzana Svetlikova
afb156364a Fix description 2017-09-20 15:47:05 +02:00
Zuzana Svetlikova
e5899f64e5 Fix yaml 2017-09-20 15:43:16 +02:00
5 changed files with 1 additions and 41 deletions

0
.gitignore vendored
View file

View file

@ -1,13 +0,0 @@
nodejs dependencies
====================
build dependencies calculated by brt_dep_solver
-----------------------------------------------
compat-openssl10
gcc
icu
libuv
runtime dependencies calculated by brt_dep_solver
-------------------------------------------------
libuv

1
dead.package Normal file
View file

@ -0,0 +1 @@
Master branch is not used for modules

View file

@ -1,28 +0,0 @@
data:
api:
rpms:
- nodejs
components:
rpms:
compat-openssl10: {rationale: Build dependency.}
gcc: {rationale: Build dependency.}
icu: {rationale: Build dependency.}
libuv: {rationale: Build and runtime dependency.}
description: 'Node.js is a platform built on Chrome''s JavaScript runtime
for easily building fast, scalable network applications.
Node.js uses an event-driven, non-blocking I/O model that
makes it lightweight and efficient, perfect for data-intensive
real-time applications that run across distributed devices.'
filter: {}
license:
module: [MIT and ASL 2.0 and ISC and BSD]
name: ''
stream: ''
summary: JavaScript runtime
version: 0
document: modulemd
version: 1

View file