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 626816DE0207 for ; Wed, 10 Jan 2018 08:15:27 -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 7IxgZMHBw_cn for ; Wed, 10 Jan 2018 08:15:26 -0800 (PST) Received: from che.mayfirst.org (che.mayfirst.org [162.247.75.118]) by arlo.cworth.org (Postfix) with ESMTPS id 917C76DE0205 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 92310F99D for ; Wed, 10 Jan 2018 11:15:17 -0500 (EST) Received: by fifthhorseman.net (Postfix, from userid 1000) id CD5A52050F; Wed, 10 Jan 2018 11:14:52 -0500 (EST) From: Daniel Kahn Gillmor To: Notmuch Mail Subject: [PATCH 2/2] travis: build against python3-sphinx instead of python-sphinx Date: Wed, 10 Jan 2018 11:14:52 -0500 Message-Id: <20180110161452.15172-2-dkg@fifthhorseman.net> X-Mailer: git-send-email 2.15.1 In-Reply-To: <20180110161452.15172-1-dkg@fifthhorseman.net> References: <20180110153000.jckdavxrom7ibhy4@zeta> <20180110161452.15172-1-dkg@fifthhorseman.net> 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 Ubuntu trusty has python3-sphinx 1.2.2+dfsg-1ubuntu1, so this should be OK. --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 802efd98..d18325e2 100644 --- a/.travis.yml +++ b/.travis.yml @@ -10,7 +10,7 @@ addons: - libxapian-dev - libgmime-2.6-dev - libtalloc-dev - - python-sphinx + - python3-sphinx - gdb - gpgsm -- 2.15.1