qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
From: Paolo Bonzini <pbonzini@redhat.com>
To: Thomas Huth <thuth@redhat.com>, Olaf Hering <olaf@aepfle.de>,
	qemu-devel@nongnu.org
Cc: "QEMU Trivial" <qemu-trivial@nongnu.org>,
	"Philippe Mathieu-Daudé" <philmd@redhat.com>,
	"Alex Bennée" <alex.bennee@linaro.org>
Subject: Re: [PATCH v1] configure: remove python pkg_resources check
Date: Wed, 25 Nov 2020 18:51:01 +0100	[thread overview]
Message-ID: <15bc839d-5022-d047-7f6b-dbc9d5961f27@redhat.com> (raw)
In-Reply-To: <055163a8-9c26-4454-89e8-9b40c31d79a0@redhat.com>

On 25/11/20 05:19, Thomas Huth wrote:
> On 24/11/2020 22.19, Olaf Hering wrote:
>> Since meson.git#0240d760c7699a059cc89e584363c6431cdd2b61 setuptools is not required anymore.
> 
> That commit was part of meson 0.55.1. We require at least meson 0.55.3. So
> right, this should be fine.
> 
>> Signed-off-by: Olaf Hering <olaf@aepfle.de>
>> ---
>>   configure | 3 ---
>>   1 file changed, 3 deletions(-)
>>
>> diff --git a/configure b/configure
>> index 8c5d2f9a69..ce9b3c0a33 100755
>> --- a/configure
>> +++ b/configure
>> @@ -1913,9 +1913,6 @@ fi
>>   
>>   case "$meson" in
>>       git | internal)
>> -        if ! $python -c 'import pkg_resources' > /dev/null 2>&1; then
>> -            error_exit "Python setuptools not found"
>> -        fi
>>           meson="$python ${source_path}/meson/meson.py"
>>           ;;
>>       *) meson=$(command -v "$meson") ;;
> 
> Reviewed-by: Thomas Huth <thuth@redhat.com>
> 
> I guess we could now also remove the corresponding package from the docker
> and vm files?
> 
> $ grep -r setuptool tests/
> tests/docker/dockerfiles/debian10.docker:     python3-setuptools \
> tests/docker/dockerfiles/fedora-win32-cross.docker:    python3-setuptools \
> tests/docker/dockerfiles/fedora-win64-cross.docker:    python3-setuptools \
> tests/vm/freebsd:        "py37-setuptools",
> tests/vm/openbsd:        "py3-setuptools",
> tests/vm/haiku.x86_64:        "setuptools_python3"
> tests/vm/netbsd:        "py37-setuptools",
> 

Yes, it should.  I sent a patch for this.

Paolo



      reply	other threads:[~2020-11-25 17:52 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2020-11-24 21:19 [PATCH v1] configure: remove python pkg_resources check Olaf Hering
2020-11-25  4:19 ` Thomas Huth
2020-11-25 17:51   ` Paolo Bonzini [this message]

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=15bc839d-5022-d047-7f6b-dbc9d5961f27@redhat.com \
    --to=pbonzini@redhat.com \
    --cc=alex.bennee@linaro.org \
    --cc=olaf@aepfle.de \
    --cc=philmd@redhat.com \
    --cc=qemu-devel@nongnu.org \
    --cc=qemu-trivial@nongnu.org \
    --cc=thuth@redhat.com \
    /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).