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 090A5138351 for ; Mon, 16 Mar 2020 18:55:35 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id A7F1CE0AB7; Mon, 16 Mar 2020 18:55:33 +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 7AAF7E0AB7 for ; Mon, 16 Mar 2020 18:55:33 +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 5592134F200 for ; Mon, 16 Mar 2020 18:55:32 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id BE8F410A for ; Mon, 16 Mar 2020 18:55:29 +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: <1584384265.ef3d55c91dbbece419b69ab12fb03600af9f5cb3.mgorny@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/pytest/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/pytest/pytest-5.3.4.ebuild dev-python/pytest/pytest-5.3.5.ebuild dev-python/pytest/pytest-5.4.1.ebuild X-VCS-Directories: dev-python/pytest/ X-VCS-Committer: mgorny X-VCS-Committer-Name: Michał Górny X-VCS-Revision: ef3d55c91dbbece419b69ab12fb03600af9f5cb3 X-VCS-Branch: master Date: Mon, 16 Mar 2020 18:55:29 +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: c535ecad-ef70-4d52-826f-fdfa7944a258 X-Archives-Hash: d4a4b694c52541656f7e4286ea0867fb commit: ef3d55c91dbbece419b69ab12fb03600af9f5cb3 Author: Michał Górny gentoo org> AuthorDate: Mon Mar 16 18:44:25 2020 +0000 Commit: Michał Górny gentoo org> CommitDate: Mon Mar 16 18:44:25 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ef3d55c9 dev-python/pytest: Remove py2 virtuals Signed-off-by: Michał Górny gentoo.org> dev-python/pytest/pytest-5.3.4.ebuild | 3 +-- dev-python/pytest/pytest-5.3.5.ebuild | 3 +-- dev-python/pytest/pytest-5.4.1.ebuild | 3 +-- 3 files changed, 3 insertions(+), 6 deletions(-) diff --git a/dev-python/pytest/pytest-5.3.4.ebuild b/dev-python/pytest/pytest-5.3.4.ebuild index 1be7d663ccd..799268b7475 100644 --- a/dev-python/pytest/pytest-5.3.4.ebuild +++ b/dev-python/pytest/pytest-5.3.4.ebuild @@ -32,8 +32,7 @@ RDEPEND=" =dev-python/py-${PY_VER}[${PYTHON_USEDEP}] dev-python/six[${PYTHON_USEDEP}] - dev-python/wcwidth[${PYTHON_USEDEP}] - virtual/python-funcsigs[${PYTHON_USEDEP}]" + dev-python/wcwidth[${PYTHON_USEDEP}]" # flake cause a number of tests to fail DEPEND="${RDEPEND} diff --git a/dev-python/pytest/pytest-5.3.5.ebuild b/dev-python/pytest/pytest-5.3.5.ebuild index 0f3831a8559..e0c897533ec 100644 --- a/dev-python/pytest/pytest-5.3.5.ebuild +++ b/dev-python/pytest/pytest-5.3.5.ebuild @@ -32,8 +32,7 @@ RDEPEND=" =dev-python/py-${PY_VER}[${PYTHON_USEDEP}] dev-python/six[${PYTHON_USEDEP}] - dev-python/wcwidth[${PYTHON_USEDEP}] - virtual/python-funcsigs[${PYTHON_USEDEP}]" + dev-python/wcwidth[${PYTHON_USEDEP}]" # flake cause a number of tests to fail DEPEND="${RDEPEND} diff --git a/dev-python/pytest/pytest-5.4.1.ebuild b/dev-python/pytest/pytest-5.4.1.ebuild index 34b5e22d889..433ef86c4e7 100644 --- a/dev-python/pytest/pytest-5.4.1.ebuild +++ b/dev-python/pytest/pytest-5.4.1.ebuild @@ -32,8 +32,7 @@ RDEPEND=" =dev-python/py-${PY_VER}[${PYTHON_USEDEP}] dev-python/six[${PYTHON_USEDEP}] - dev-python/wcwidth[${PYTHON_USEDEP}] - virtual/python-funcsigs[${PYTHON_USEDEP}]" + dev-python/wcwidth[${PYTHON_USEDEP}]" # flake cause a number of tests to fail DEPEND="${RDEPEND}