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 A989D13835A for ; Wed, 2 Jun 2021 14:19:14 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 07F7FE085E; Wed, 2 Jun 2021 14:19:14 +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 E4DBEE085E for ; Wed, 2 Jun 2021 14:19:13 +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 C2225335CB7 for ; Wed, 2 Jun 2021 14:19:12 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 5D0E847 for ; Wed, 2 Jun 2021 14:19:11 +0000 (UTC) From: "Michał Górny" 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" Message-ID: <1622643545.033b57f5953fb7b3cc30ee7d97c9c73788a6f9b0.mgorny@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/pip/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/pip/pip-21.1.1.ebuild dev-python/pip/pip-21.1.2.ebuild X-VCS-Directories: dev-python/pip/ X-VCS-Committer: mgorny X-VCS-Committer-Name: Michał Górny X-VCS-Revision: 033b57f5953fb7b3cc30ee7d97c9c73788a6f9b0 X-VCS-Branch: master Date: Wed, 2 Jun 2021 14:19:11 +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: f405d96d-ead6-43ff-924d-4fce59465838 X-Archives-Hash: fc9840a699bca6d3e8f86109cea14fa9 commit: 033b57f5953fb7b3cc30ee7d97c9c73788a6f9b0 Author: Michał Górny gentoo org> AuthorDate: Wed Jun 2 12:56:26 2021 +0000 Commit: Michał Górny gentoo org> CommitDate: Wed Jun 2 14:19:05 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=033b57f5 dev-python/pip: Remove obsolete test deps Signed-off-by: Michał Górny gentoo.org> dev-python/pip/pip-21.1.1.ebuild | 3 --- dev-python/pip/pip-21.1.2.ebuild | 3 --- 2 files changed, 6 deletions(-) diff --git a/dev-python/pip/pip-21.1.1.ebuild b/dev-python/pip/pip-21.1.1.ebuild index e9149813910..0176ffcc309 100644 --- a/dev-python/pip/pip-21.1.1.ebuild +++ b/dev-python/pip/pip-21.1.1.ebuild @@ -40,12 +40,9 @@ BDEPEND=" ${RDEPEND} test? ( dev-python/cryptography[${PYTHON_USEDEP}] - dev-python/csv23[${PYTHON_USEDEP}] dev-python/freezegun[${PYTHON_USEDEP}] - dev-python/mock[${PYTHON_USEDEP}] dev-python/pretend[${PYTHON_USEDEP}] dev-python/pytest[${PYTHON_USEDEP}] - dev-python/pyyaml[${PYTHON_USEDEP}] dev-python/scripttest[${PYTHON_USEDEP}]