From f9c6ada7fdf17b7275616397a0369bca32aa0ad2 Mon Sep 17 00:00:00 2001 From: Tomas Orsava Date: Mon, 27 Nov 2017 11:44:21 +0100 Subject: [PATCH] Add sham profiles so DNF does not complain when installing the module Profiles are optional according to the modulemd specs, but DNF does not handle it properly and errors out. Therefore until it's fixed I'm adding sham profiles. --- python3.yaml | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) diff --git a/python3.yaml b/python3.yaml index 2629bca..fe870a6 100644 --- a/python3.yaml +++ b/python3.yaml @@ -32,6 +32,27 @@ data: community: https://www.python.org/ documentation: https://docs.python.org/3/ tracker: https://src.fedoraproject.org/modules/python3 + profiles: + minimal: + rpms: + - python3 + - python3-libs + - python3-pip + - python3-setuptools + default: + rpms: + - python3 + - python3-libs + - python3-pip + - python3-setuptools + full: + rpms: + - python3 + - python3-devel + - python3-libs + - python3-pip + - python3-setuptools + - python3-wheel filter: rpms: - python-rpm-macros