[master 1/1] Add missing requirements

atodorov installerbot-noreply at redhat.com
Wed Aug 19 12:42:09 UTC 2015


From: Alexander Todorov <atodorov at redhat.com>

---
 Makefile.am | 9 ++++++++-
 1 file changed, 8 insertions(+), 1 deletion(-)

diff --git a/Makefile.am b/Makefile.am
index dc03e0c..2a0ef02 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
@@ -127,6 +127,13 @@ install-requires:
 	: $${srcdir:=.} && \
 	dnf install $$(grep ^Requires: $${srcdir}/anaconda.spec.in | grep -v %{name} | cut -d ' ' -f 2 | grep -v ^anaconda)
 
+# Install all packages required for running the tests
+install-test-requires: install-buildrequires install-requires
+		dnf install bzip2 cppcheck gnome-icon-theme gnome-icon-theme-symbolic \
+		    lorax mock parallel rpm-ostree                                    \
+		    python3-rpmfluff python3-mock python3-pocketlint python3-nose-testconfig \
+		    python3-sphinx_rtd_theme libvirt-python3 python3-lxml
+
 # 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
 # created.  By default, the updates subdirectory is removed after the


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


More information about the anaconda-patches mailing list