From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: 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 60802138334 for ; Thu, 13 Dec 2018 20:26:48 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 5F2D9E0ADA; Thu, 13 Dec 2018 20:26:47 +0000 (UTC) Received: from smtp.gentoo.org (dev.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (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 33CF4E0ADA for ; Thu, 13 Dec 2018 20:26:47 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (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 DCF5D335C38 for ; Thu, 13 Dec 2018 20:26:44 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 1239543A for ; Thu, 13 Dec 2018 20:26:43 +0000 (UTC) From: "Virgil Dupras" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Virgil Dupras" Message-ID: <1544732442.b7ff075b4f45367a3f779452cbfb02269a98db5c.vdupras@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/humanfriendly/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/humanfriendly/humanfriendly-4.17.ebuild X-VCS-Directories: dev-python/humanfriendly/ X-VCS-Committer: vdupras X-VCS-Committer-Name: Virgil Dupras X-VCS-Revision: b7ff075b4f45367a3f779452cbfb02269a98db5c X-VCS-Branch: master Date: Thu, 13 Dec 2018 20:26:43 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 2b701c3f-24d6-4bc8-b99e-b06f0cb78cd6 X-Archives-Hash: 522f54bd76e61df97b967c1ad0613e03 commit: b7ff075b4f45367a3f779452cbfb02269a98db5c Author: Tomas Mozes gmail com> AuthorDate: Fri Nov 23 10:51:55 2018 +0000 Commit: Virgil Dupras gentoo org> CommitDate: Thu Dec 13 20:20:42 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b7ff075b dev-python/humanfriendly: drop unneeded test dependency Package-Manager: Portage-2.3.52, Repoman-2.3.12 Signed-off-by: Tomáš Mózes gmail.com> Closes: https://github.com/gentoo/gentoo/pull/10459 Signed-off-by: Virgil Dupras gentoo.org> dev-python/humanfriendly/humanfriendly-4.17.ebuild | 1 - 1 file changed, 1 deletion(-) diff --git a/dev-python/humanfriendly/humanfriendly-4.17.ebuild b/dev-python/humanfriendly/humanfriendly-4.17.ebuild index bb442e83cbb..2d7478e5d66 100644 --- a/dev-python/humanfriendly/humanfriendly-4.17.ebuild +++ b/dev-python/humanfriendly/humanfriendly-4.17.ebuild @@ -29,7 +29,6 @@ DEPEND="${RDEPEND} >=dev-python/capturer-2.1[${PYTHON_USEDEP}] >=dev-python/coloredlogs-2.0[${PYTHON_USEDEP}] >=dev-python/pytest-3.0.7[${PYTHON_USEDEP}] - >=dev-python/pytest-2.4.0[${PYTHON_USEDEP}] ) "