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 2C5BC138359 for ; Thu, 10 Sep 2020 08:49:05 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 4D56EE0943; Thu, 10 Sep 2020 08:49:04 +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 342AEE0943 for ; Thu, 10 Sep 2020 08:49:04 +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 34C70340F31 for ; Thu, 10 Sep 2020 08:49:03 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 4373735F for ; Thu, 10 Sep 2020 08:49:00 +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: <1599727734.cddc7e5f6b6035da1f3b5cc64df9edc6c9427123.mgorny@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/sentry-sdk/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/sentry-sdk/sentry-sdk-0.16.3-r1.ebuild X-VCS-Directories: dev-python/sentry-sdk/ X-VCS-Committer: mgorny X-VCS-Committer-Name: Michał Górny X-VCS-Revision: cddc7e5f6b6035da1f3b5cc64df9edc6c9427123 X-VCS-Branch: master Date: Thu, 10 Sep 2020 08:49:00 +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: 07ba2db7-0b9a-43f2-9001-ecbf2ffea2b3 X-Archives-Hash: 6e997f111f8cde4af5c4591c0acebbff commit: cddc7e5f6b6035da1f3b5cc64df9edc6c9427123 Author: Michał Górny gentoo org> AuthorDate: Thu Sep 10 08:48:15 2020 +0000 Commit: Michał Górny gentoo org> CommitDate: Thu Sep 10 08:48:54 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cddc7e5f dev-python/sentry-sdk: Reenable executing-based tests Signed-off-by: Michał Górny gentoo.org> dev-python/sentry-sdk/sentry-sdk-0.16.3-r1.ebuild | 11 ++++++++--- 1 file changed, 8 insertions(+), 3 deletions(-) diff --git a/dev-python/sentry-sdk/sentry-sdk-0.16.3-r1.ebuild b/dev-python/sentry-sdk/sentry-sdk-0.16.3-r1.ebuild index bcf4bc99755..e22d0d3fa7a 100644 --- a/dev-python/sentry-sdk/sentry-sdk-0.16.3-r1.ebuild +++ b/dev-python/sentry-sdk/sentry-sdk-0.16.3-r1.ebuild @@ -22,7 +22,9 @@ RDEPEND=" " BDEPEND=" test? ( + dev-python/asttokens[${PYTHON_USEDEP}]