From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from localhost (localhost [127.0.0.1]) by arlo.cworth.org (Postfix) with ESMTP id A76146DE0217 for ; Wed, 10 Jan 2018 11:46:58 -0800 (PST) X-Virus-Scanned: Debian amavisd-new at cworth.org X-Spam-Flag: NO X-Spam-Score: 0.48 X-Spam-Level: X-Spam-Status: No, score=0.48 tagged_above=-999 required=5 tests=[AWL=-0.172, SPF_NEUTRAL=0.652] autolearn=disabled Received: from arlo.cworth.org ([127.0.0.1]) by localhost (arlo.cworth.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id nsVfRuqvSUeV for ; Wed, 10 Jan 2018 11:46:54 -0800 (PST) Received: from guru.guru-group.fi (guru.guru-group.fi [46.183.73.34]) by arlo.cworth.org (Postfix) with ESMTP id 8CE506DE0205 for ; Wed, 10 Jan 2018 11:46:54 -0800 (PST) Received: from guru.guru-group.fi (localhost [IPv6:::1]) by guru.guru-group.fi (Postfix) with ESMTP id D25F5100063; Wed, 10 Jan 2018 21:46:47 +0200 (EET) From: Tomi Ollila To: Daniel Kahn Gillmor , Notmuch Mail Subject: Re: [PATCH 1/2] INSTALL: refer to python3-sphinx In-Reply-To: <20180110161452.15172-1-dkg@fifthhorseman.net> References: <20180110153000.jckdavxrom7ibhy4@zeta> <20180110161452.15172-1-dkg@fifthhorseman.net> User-Agent: Notmuch/0.26~rc0+5~gaec2eb0 (https://notmuchmail.org) Emacs/25.2.1 (x86_64-unknown-linux-gnu) X-Face: HhBM'cA~ MIME-Version: 1.0 Content-Type: text/plain X-BeenThere: notmuch@notmuchmail.org X-Mailman-Version: 2.1.24 Precedence: list List-Id: "Use and development of the notmuch mail system." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 10 Jan 2018 19:46:58 -0000 On Wed, Jan 10 2018, Daniel Kahn Gillmor wrote: > We're now preferring to build with python3 instead of python2. Update > the INSTALL to match. > > Thanks to Antoine Amarilli for pointing this out! I agree. LGTM > --- > INSTALL | 4 ++-- > 1 file changed, 2 insertions(+), 2 deletions(-) > > diff --git a/INSTALL b/INSTALL > index 875014f0..4a0dc741 100644 > --- a/INSTALL > +++ b/INSTALL > @@ -88,11 +88,11 @@ dependencies with a simple simple command line. For example: > > For Debian and similar: > > - sudo apt-get install libxapian-dev libgmime-3.0-dev libtalloc-dev zlib1g-dev python-sphinx > + sudo apt-get install libxapian-dev libgmime-3.0-dev libtalloc-dev zlib1g-dev python3-sphinx > > For Fedora and similar: > > - sudo yum install xapian-core-devel gmime-devel libtalloc-devel zlib-devel python-sphinx > + sudo yum install xapian-core-devel gmime-devel libtalloc-devel zlib-devel python3-sphinx > > On other systems, a similar command can be used, but the details of > the package names may be different. > -- > 2.15.1 > > _______________________________________________ > notmuch mailing list > notmuch@notmuchmail.org > https://notmuchmail.org/mailman/listinfo/notmuch