diff --git a/nodejs.yaml b/nodejs.yaml index ddecc73..9900066 100644 --- a/nodejs.yaml +++ b/nodejs.yaml @@ -1,6 +1,6 @@ --- -document: modulemd-packager -version: 3 +document: modulemd +version: 2 data: name: nodejs stream: 22 @@ -12,17 +12,19 @@ data: makes it lightweight and efficient, perfect for data-intensive real-time applications that run across distributed devices. license: - - MIT - configurations: - - context: rhel8 - platform: el8 - buildrequires: - python38: [ '3.8' ] - buildopts: - rpms: - macros: | - %_with_bundled 1 - %_with_python3_fixup 1 + module: + - MIT + dependencies: + - buildrequires: + platform: [el8] + python38: ["3.8"] + requires: + platform: [el8] + buildopts: + rpms: + macros: | + %_with_bundled 1 + %_with_python3_fixup 1 references: community: http://nodejs.org documentation: http://nodejs.org/en/docs