From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:46429) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1cgT4s-0003Uj-1O for qemu-devel@nongnu.org; Wed, 22 Feb 2017 04:19:14 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1cgT4n-00043c-11 for qemu-devel@nongnu.org; Wed, 22 Feb 2017 04:19:13 -0500 Received: from mx1.redhat.com ([209.132.183.28]:45644) by eggs.gnu.org with esmtps (TLS1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1cgT4m-00043U-RR for qemu-devel@nongnu.org; Wed, 22 Feb 2017 04:19:08 -0500 Date: Wed, 22 Feb 2017 17:19:05 +0800 From: Fam Zheng Message-ID: <20170222091905.GA2629@lemon.lan> References: <20170222021801.28658-1-famz@redhat.com> <8760k2wqlp.fsf@linaro.org> MIME-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Disposition: inline In-Reply-To: <8760k2wqlp.fsf@linaro.org> Content-Transfer-Encoding: quoted-printable Subject: Re: [Qemu-devel] [PATCH] docker: Install python2 explicitly in docker image List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Alex =?iso-8859-1?Q?Benn=E9e?= Cc: Auger Eric , qemu-devel@nongnu.org On Wed, 02/22 08:56, Alex Benn=E9e wrote: >=20 > Fam Zheng writes: >=20 > > Python is no longer installed implicitly, but the QEMU build system > > requires it. List it in PACKAGES. >=20 > Doesn't fedora have a similar system to dpkg's build-deps that we shoul= d > use to install dependencies? It does, but I'm not sure how to generate PACKAGES out of that, for the S= HOW_ENV feature. Fam