[master 1/1] Add missing requirements

atodorov installerbot-noreply at redhat.com
Tue Aug 18 19:29:20 UTC 2015


From: Alexander Todorov <atodorov at redhat.com>

---
 Makefile.am | 6 ++++--
 1 file changed, 4 insertions(+), 2 deletions(-)

diff --git a/Makefile.am b/Makefile.am
index dc03e0c..07461bb 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -117,7 +117,7 @@ install-buildrequires:
 	if ! [[ $$(uname -m) =~ s390x? ]]; then \
 		pkglist=$$(echo "$$pkglist" | grep -v s390utils) ; \
 	fi ; \
-	dnf install $$pkglist
+	dnf install $$pkglist gettext-devel libtool
 
 # Install all packages specified as Requires in the Anaconda specfile
 # -> installs packages needed to run Anaconda and the Anaconda unit tests
@@ -125,7 +125,9 @@ install-buildrequires:
 install-requires:
 	srcdir="$(srcdir)" && \
 	: $${srcdir:=.} && \
-	dnf install $$(grep ^Requires: $${srcdir}/anaconda.spec.in | grep -v %{name} | cut -d ' ' -f 2 | grep -v ^anaconda)
+	dnf install $$(grep ^Requires: $${srcdir}/anaconda.spec.in | grep -v %{name} | cut -d ' ' -f 2 | grep -v ^anaconda) \
+		    bzip2 mock lorax rpm-ostree python3-rpmfluff python3-mock python3-pocketlint python3-nose-testconfig    \
+		    python3-sphinx_rtd_theme libvirt-python3
 
 # Generate an updates.img based on the changed files since the release
 # was tagged.  Updates are copied to ./updates-img and then the image is


-- 
To view this commit on github, visit https://github.com/rhinstaller/anaconda/commit/b41617096c455f2338058176836d696799d63e64


More information about the anaconda-patches mailing list