From 8ac431a3ee3899060ee481eea96f9ff004dd069f Mon Sep 17 00:00:00 2001 From: Tomas Orsava Date: Fri, 1 Sep 2017 14:30:22 +0200 Subject: [PATCH] Add dashes needed by the modulemd spec --- python3.yaml | 60 ++++++++++++++++++++++++++-------------------------- 1 file changed, 30 insertions(+), 30 deletions(-) diff --git a/python3.yaml b/python3.yaml index 095c32d..5b219f3 100644 --- a/python3.yaml +++ b/python3.yaml @@ -15,7 +15,7 @@ data: need a programmable interface. license: module: - MIT + - MIT dependencies: buildrequires: bootstrap: master @@ -35,43 +35,43 @@ 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-debuginfo - python3-debugsource - python3-devel - python3-libs - python3-pip - python3-setuptools - python3-tools - python3-wheel + - python3 + - python3-debug + - python3-debuginfo + - python3-debugsource + - python3-devel + - python3-libs + - python3-pip + - python3-setuptools + - python3-tools + - python3-wheel filter: rpms: - python3-tkinter + - python3-tkinter api: rpms: - python3 - python3-debug - python3-devel - python3-libs - python3-pip - python3-setuptools - python3-tkinter - python3-tools - python3-wheel + - python3 + - python3-debug + - python3-devel + - python3-libs + - python3-pip + - python3-setuptools + - python3-tkinter + - python3-tools + - python3-wheel buildopts: rpms: macros: |