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 E035F6DE0216 for ; Wed, 10 Jan 2018 08:15:26 -0800 (PST) X-Virus-Scanned: Debian amavisd-new at cworth.org X-Spam-Flag: NO X-Spam-Score: -0.025 X-Spam-Level: X-Spam-Status: No, score=-0.025 tagged_above=-999 required=5 tests=[AWL=-0.025] 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 mY6Lfa9EKdwi for ; Wed, 10 Jan 2018 08:15:25 -0800 (PST) Received: from che.mayfirst.org (che.mayfirst.org [162.247.75.118]) by arlo.cworth.org (Postfix) with ESMTPS id 9438D6DE0207 for ; Wed, 10 Jan 2018 08:15:25 -0800 (PST) Received: from fifthhorseman.net (unknown [38.109.115.130]) by che.mayfirst.org (Postfix) with ESMTPSA id 857B4F99B for ; Wed, 10 Jan 2018 11:15:17 -0500 (EST) Received: by fifthhorseman.net (Postfix, from userid 1000) id CAB60205C4; Wed, 10 Jan 2018 11:14:52 -0500 (EST) From: Daniel Kahn Gillmor To: Notmuch Mail Subject: [PATCH 1/2] INSTALL: refer to python3-sphinx Date: Wed, 10 Jan 2018 11:14:51 -0500 Message-Id: <20180110161452.15172-1-dkg@fifthhorseman.net> X-Mailer: git-send-email 2.15.1 In-Reply-To: <20180110153000.jckdavxrom7ibhy4@zeta> References: <20180110153000.jckdavxrom7ibhy4@zeta> 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 16:15:27 -0000 We're now preferring to build with python3 instead of python2. Update the INSTALL to match. Thanks to Antoine Amarilli for pointing this out! --- 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