From 4118bf7531c40df8870b18fb83cf42ad11791595 Mon Sep 17 00:00:00 2001 From: Tomas Orsava Date: Fri, 1 Sep 2017 14:23:55 +0200 Subject: [PATCH] Add dashes needed by the modulemd spec --- python3-bootstrap.yaml | 52 +++++++++++++++++++++--------------------- 1 file changed, 26 insertions(+), 26 deletions(-) diff --git a/python3-bootstrap.yaml b/python3-bootstrap.yaml index 563403b..23cea40 100644 --- a/python3-bootstrap.yaml +++ b/python3-bootstrap.yaml @@ -15,7 +15,7 @@ data: need a programmable interface. license: module: - MIT + - MIT dependencies: buildrequires: bootstrap: master @@ -32,39 +32,39 @@ data: profiles: minimal: rpms: - python3 - python3-libs - python3-pip - python3-setuptools + - python3 + - python3-libs + - python3-pip + - python3-setuptools default: rpms: - python3 - python3-libs - python3-pip - python3-setuptools - python3-tools + - python3 + - python3-libs + - python3-pip + - python3-setuptools + - python3-tools full: rpms: - python3 - python3-debug - python3-devel - python3-libs - python3-pip - python3-setuptools - python3-tools + - python3 + - python3-debug + - python3-devel + - python3-libs + - python3-pip + - python3-setuptools + - python3-tools filter: rpms: - python3-tkinter + - python3-tkinter api: rpms: - python3 - python3-debug - python3-devel - python3-libs - python3-pip - python3-setuptools - python3-tkinter - python3-tools + - python3 + - python3-debug + - python3-devel + - python3-libs + - python3-pip + - python3-setuptools + - python3-tkinter + - python3-tools buildopts: rpms: macros: |