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 57FA6139360 for ; Sat, 7 Aug 2021 20:31:38 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 70163E0815; Sat, 7 Aug 2021 20:31:37 +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 58B4BE0815 for ; Sat, 7 Aug 2021 20:31:37 +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 C9C51342C6A for ; Sat, 7 Aug 2021 20:31:35 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 3FC9085A for ; Sat, 7 Aug 2021 20:31:34 +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: <1628368289.9711a371627730ef3e43c033bf50dbd9c815e22a.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-1.2.0.ebuild dev-python/sentry-sdk/sentry-sdk-1.3.1.ebuild X-VCS-Directories: dev-python/sentry-sdk/ X-VCS-Committer: mgorny X-VCS-Committer-Name: Michał Górny X-VCS-Revision: 9711a371627730ef3e43c033bf50dbd9c815e22a X-VCS-Branch: master Date: Sat, 7 Aug 2021 20:31:34 +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: fc1e69a2-eade-46d0-9575-375e8068a923 X-Archives-Hash: a3b9367d00a7845265b1791b0002c6c4 commit: 9711a371627730ef3e43c033bf50dbd9c815e22a Author: Michał Górny gentoo org> AuthorDate: Sat Aug 7 20:30:53 2021 +0000 Commit: Michał Górny gentoo org> CommitDate: Sat Aug 7 20:31:29 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9711a371 dev-python/sentry-sdk: Add explicit zope-event dep It is no longer pulled implicitly via dev-python/gevent. Closes: https://bugs.gentoo.org/807037 Signed-off-by: Michał Górny gentoo.org> dev-python/sentry-sdk/sentry-sdk-1.2.0.ebuild | 1 + dev-python/sentry-sdk/sentry-sdk-1.3.1.ebuild | 1 + 2 files changed, 2 insertions(+) diff --git a/dev-python/sentry-sdk/sentry-sdk-1.2.0.ebuild b/dev-python/sentry-sdk/sentry-sdk-1.2.0.ebuild index 67e557df097..0d827d4ea87 100644 --- a/dev-python/sentry-sdk/sentry-sdk-1.2.0.ebuild +++ b/dev-python/sentry-sdk/sentry-sdk-1.2.0.ebuild @@ -35,6 +35,7 @@ BDEPEND=" dev-python/pytest-forked[${PYTHON_USEDEP}] dev-python/pytest-localserver[${PYTHON_USEDEP}] dev-python/werkzeug[${PYTHON_USEDEP}] + dev-python/zope-event[${PYTHON_USEDEP}] ) " diff --git a/dev-python/sentry-sdk/sentry-sdk-1.3.1.ebuild b/dev-python/sentry-sdk/sentry-sdk-1.3.1.ebuild index 1d3e482c7e7..d0881dad90d 100644 --- a/dev-python/sentry-sdk/sentry-sdk-1.3.1.ebuild +++ b/dev-python/sentry-sdk/sentry-sdk-1.3.1.ebuild @@ -35,6 +35,7 @@ BDEPEND=" dev-python/pytest-forked[${PYTHON_USEDEP}] dev-python/pytest-localserver[${PYTHON_USEDEP}] dev-python/werkzeug[${PYTHON_USEDEP}] + dev-python/zope-event[${PYTHON_USEDEP}] ) "