From fc0fc92f21bf4c91d9e84e86adbce457acf4751d Mon Sep 17 00:00:00 2001 From: Stephen Gallagher Date: Fri, 3 Nov 2017 21:01:04 -0400 Subject: [PATCH] Require runtime deps to build Signed-off-by: Stephen Gallagher --- freeipa.yaml | 25 +++++++++++++++++-------- 1 file changed, 17 insertions(+), 8 deletions(-) diff --git a/freeipa.yaml b/freeipa.yaml index 6ea6da8..0de5bfb 100644 --- a/freeipa.yaml +++ b/freeipa.yaml @@ -9,14 +9,23 @@ data: dependencies: buildrequires: bootstrap: f27 - # platform: f27 - # 389-ds: 1.2 - # bind: 9 - # sssd: master - # python2: master - # #python2-ecosystem: master - # python3: master - # python3-ecosystem: master + platform: f27 + java: 8 + perl: master + 389-ds: 1.3 + bind: 9 + sssd: master + samba: 4.7 + pki: master + tomcat: master + resteasy: master + httpd: 2.4 + python2: master + python2-ecosystem: master + python3: master + python3-ecosystem: master + networking-base: f27 + fonts: f27 requires: platform: f27 java: 8