From 9d7c4b0a89e950c9fbfe548c18a50a67fa8102d2 Mon Sep 17 00:00:00 2001 From: "Endi S. Dewata" Date: Fri, 20 Oct 2017 21:40:26 +0200 Subject: Updated build scripts. --- scripts/dev-init.sh | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'scripts/dev-init.sh') diff --git a/scripts/dev-init.sh b/scripts/dev-init.sh index 5c91060..8bdb137 100755 --- a/scripts/dev-init.sh +++ b/scripts/dev-init.sh @@ -19,7 +19,6 @@ yum install -y --nogpgcheck \ rpm-build \ fedpkg \ fedora-packager \ - createrepo \ idm-console-framework # C dependencies @@ -38,7 +37,8 @@ yum install -y --nogpgcheck \ python3-devel \ python3-flake8 \ python3-nss \ - python3-pyldap + python3-pyldap \ + python3-lxml # Java dependencies yum install -y --nogpgcheck \ @@ -109,5 +109,6 @@ yum install -y --nogpgcheck\ # httpd-devel\ # pcre-devel\ # dnf\ +# createrepo \ # dnf-plugins-core\ # @development-tools -- cgit