From: "Alex Bennée" <alex.bennee@linaro.org>
To: Fam Zheng <famz@redhat.com>
Cc: qemu-devel@nongnu.org, Auger Eric <eric.auger@redhat.com>
Subject: Re: [Qemu-devel] [PATCH] docker: Install python2 explicitly in docker image
Date: Wed, 22 Feb 2017 08:56:50 +0000 [thread overview]
Message-ID: <8760k2wqlp.fsf@linaro.org> (raw)
In-Reply-To: <20170222021801.28658-1-famz@redhat.com>
Fam Zheng <famz@redhat.com> writes:
> Python is no longer installed implicitly, but the QEMU build system
> requires it. List it in PACKAGES.
Doesn't fedora have a similar system to dpkg's build-deps that we should
use to install dependencies?
>
> Reported-by: Auger Eric <eric.auger@redhat.com>
> Signed-off-by: Fam Zheng <famz@redhat.com>
> ---
> tests/docker/dockerfiles/fedora.docker | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/tests/docker/dockerfiles/fedora.docker b/tests/docker/dockerfiles/fedora.docker
> index 478163b..c4f80ad 100644
> --- a/tests/docker/dockerfiles/fedora.docker
> +++ b/tests/docker/dockerfiles/fedora.docker
> @@ -1,6 +1,6 @@
> FROM fedora:latest
> ENV PACKAGES \
> - ccache git tar PyYAML sparse flex bison \
> + ccache git tar PyYAML sparse flex bison python2 \
> glib2-devel pixman-devel zlib-devel SDL-devel libfdt-devel \
> gcc gcc-c++ clang make perl which bc findutils \
> mingw32-pixman mingw32-glib2 mingw32-gmp mingw32-SDL mingw32-pkg-config \
--
Alex Bennée
next prev parent reply other threads:[~2017-02-22 8:56 UTC|newest]
Thread overview: 5+ messages / expand[flat|nested] mbox.gz Atom feed top
2017-02-22 2:18 [Qemu-devel] [PATCH] docker: Install python2 explicitly in docker image Fam Zheng
2017-02-22 7:58 ` Auger Eric
2017-02-22 8:56 ` Alex Bennée [this message]
2017-02-22 9:19 ` Fam Zheng
2017-02-24 6:16 ` Fam Zheng
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=8760k2wqlp.fsf@linaro.org \
--to=alex.bennee@linaro.org \
--cc=eric.auger@redhat.com \
--cc=famz@redhat.com \
--cc=qemu-devel@nongnu.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).