From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: <gentoo-commits+bounces-1035880-garchives=archives.gentoo.org@lists.gentoo.org> Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 89F8B138334 for <garchives@archives.gentoo.org>; Thu, 12 Jul 2018 18:49:45 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 98140E092D; Thu, 12 Jul 2018 18:49:44 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 70AE0E092D for <gentoo-commits@lists.gentoo.org>; Thu, 12 Jul 2018 18:49:44 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 375EA335CDB for <gentoo-commits@lists.gentoo.org>; Thu, 12 Jul 2018 18:49:42 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 0DD4F31B for <gentoo-commits@lists.gentoo.org>; Thu, 12 Jul 2018 18:49:40 +0000 (UTC) From: "Michał Górny" <mgorny@gentoo.org> To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Michał Górny" <mgorny@gentoo.org> Message-ID: <1531421373.7f0bc5352d15fbfb40016af997a8d200ea8d6f05.mgorny@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/sphinx/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/sphinx/sphinx-1.7.5-r1.ebuild X-VCS-Directories: dev-python/sphinx/ X-VCS-Committer: mgorny X-VCS-Committer-Name: Michał Górny X-VCS-Revision: 7f0bc5352d15fbfb40016af997a8d200ea8d6f05 X-VCS-Branch: master Date: Thu, 12 Jul 2018 18:49:40 +0000 (UTC) Precedence: bulk List-Post: <mailto:gentoo-commits@lists.gentoo.org> List-Help: <mailto:gentoo-commits+help@lists.gentoo.org> List-Unsubscribe: <mailto:gentoo-commits+unsubscribe@lists.gentoo.org> List-Subscribe: <mailto:gentoo-commits+subscribe@lists.gentoo.org> List-Id: Gentoo Linux mail <gentoo-commits.gentoo.org> X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: 9376b778-d27b-4005-a364-0b81b60f6a59 X-Archives-Hash: 0858f7c4c327638af671f749006ca88f commit: 7f0bc5352d15fbfb40016af997a8d200ea8d6f05 Author: Michał Górny <mgorny <AT> gentoo <DOT> org> AuthorDate: Thu Jul 12 15:18:10 2018 +0000 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org> CommitDate: Thu Jul 12 18:49:33 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7f0bc535 dev-python/sphinx: Remove unnecessary pytest-cov dep dev-python/sphinx/sphinx-1.7.5-r1.ebuild | 1 - 1 file changed, 1 deletion(-) diff --git a/dev-python/sphinx/sphinx-1.7.5-r1.ebuild b/dev-python/sphinx/sphinx-1.7.5-r1.ebuild index b3a122f0e25..1b87b472641 100644 --- a/dev-python/sphinx/sphinx-1.7.5-r1.ebuild +++ b/dev-python/sphinx/sphinx-1.7.5-r1.ebuild @@ -50,7 +50,6 @@ DEPEND="${RDEPEND} dev-python/html5lib[${PYTHON_USEDEP}] dev-python/mock[${PYTHON_USEDEP}] dev-python/pytest[${PYTHON_USEDEP}] - dev-python/pytest-cov[${PYTHON_USEDEP}] dev-python/simplejson[${PYTHON_USEDEP}] >=dev-python/sqlalchemy-0.9[${PYTHON_USEDEP}] >=dev-python/whoosh-2.0[${PYTHON_USEDEP}]