From 7b3dfd1325ee2c59fe915f58ec6f125ea4764dcb Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Petr=20=C5=A0abata?= Date: Fri, 9 Jun 2017 15:31:52 +0200 Subject: [PATCH] Drop common-build-dependencies from runtime dependencies MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit This module is not part of our shipped compose. Besides, build dependencies shouldn't be required at runtime in general. If the module requires any of the common-build-dependencies components at runtime, they should be moved to shared-userspace. Signed-off-by: Petr Ĺ abata --- sssd.yaml | 1 - 1 file changed, 1 deletion(-) diff --git a/sssd.yaml b/sssd.yaml index ed717c9..afd1303 100644 --- a/sssd.yaml +++ b/sssd.yaml @@ -15,7 +15,6 @@ data: requires: base-runtime: f26 perl: f26 - common-build-dependencies: f26 shared-userspace: f26 references: community: https://fedoraproject.org/wiki/Modularity