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 564D913835A for ; Wed, 18 Nov 2020 08:47:51 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 91AF3E09ED; Wed, 18 Nov 2020 08:47:50 +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 75FA0E09EC for ; Wed, 18 Nov 2020 08:47:50 +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 660A2341048 for ; Wed, 18 Nov 2020 08:47:49 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id B6922464 for ; Wed, 18 Nov 2020 08:47:46 +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: <1605689259.a73f792e5f7320e6adbf4b927b69082356a4277f.mgorny@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/pytest-timeout/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/pytest-timeout/pytest-timeout-1.4.2-r1.ebuild X-VCS-Directories: dev-python/pytest-timeout/ X-VCS-Committer: mgorny X-VCS-Committer-Name: Michał Górny X-VCS-Revision: a73f792e5f7320e6adbf4b927b69082356a4277f X-VCS-Branch: master Date: Wed, 18 Nov 2020 08:47:46 +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: 3c565e15-722d-4b09-b5e2-2190e5e8c143 X-Archives-Hash: e24bbd01098bad47c4daa2c0a9fd4a6d commit: a73f792e5f7320e6adbf4b927b69082356a4277f Author: Michał Górny gentoo org> AuthorDate: Wed Nov 18 08:35:18 2020 +0000 Commit: Michał Górny gentoo org> CommitDate: Wed Nov 18 08:47:39 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a73f792e dev-python/pytest-timeout: Remove hppa pytest-cov dep Signed-off-by: Michał Górny gentoo.org> dev-python/pytest-timeout/pytest-timeout-1.4.2-r1.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/dev-python/pytest-timeout/pytest-timeout-1.4.2-r1.ebuild b/dev-python/pytest-timeout/pytest-timeout-1.4.2-r1.ebuild index 67215929b84..f5ffa5e1be3 100644 --- a/dev-python/pytest-timeout/pytest-timeout-1.4.2-r1.ebuild +++ b/dev-python/pytest-timeout/pytest-timeout-1.4.2-r1.ebuild @@ -20,9 +20,9 @@ KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ppc ppc64 ~riscv ~s390 sparc x86 ~am BDEPEND=" test? ( dev-python/pexpect[${PYTHON_USEDEP}] - $(python_gen_cond_dep ' + !hppa? ( $(python_gen_cond_dep ' dev-python/pytest-cov[${PYTHON_USEDEP}] - ' -3) + ' -3) ) )" distutils_enable_tests pytest