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.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 2D46315800F for ; Fri, 10 Feb 2023 08:15:39 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 62F0CE069C; Fri, 10 Feb 2023 08:15:38 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id E3954E069C for ; Fri, 10 Feb 2023 08:15:37 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id B01A8335D9D for ; Fri, 10 Feb 2023 08:15:36 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 37D6989C for ; Fri, 10 Feb 2023 08:15:35 +0000 (UTC) From: "Bernard Cafarelli" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Bernard Cafarelli" Message-ID: <1676016931.a04583ad1e569d046429a42f89b8db63ac9a6743.voyageur@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/structlog/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/structlog/structlog-22.3.0.ebuild X-VCS-Directories: dev-python/structlog/ X-VCS-Committer: voyageur X-VCS-Committer-Name: Bernard Cafarelli X-VCS-Revision: a04583ad1e569d046429a42f89b8db63ac9a6743 X-VCS-Branch: master Date: Fri, 10 Feb 2023 08:15:35 +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: f2816702-6167-47aa-aea2-aebb5b7a2006 X-Archives-Hash: 1e551e91fdd18a3ea7b5f0b29fcabd9d commit: a04583ad1e569d046429a42f89b8db63ac9a6743 Author: Bernard Cafarelli gentoo org> AuthorDate: Fri Feb 10 08:14:48 2023 +0000 Commit: Bernard Cafarelli gentoo org> CommitDate: Fri Feb 10 08:15:31 2023 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a04583ad dev-python/structlog: add missing hatch-fancy-pypi-readme bdep Closes: https://bugs.gentoo.org/893802 Signed-off-by: Bernard Cafarelli gentoo.org> dev-python/structlog/structlog-22.3.0.ebuild | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/dev-python/structlog/structlog-22.3.0.ebuild b/dev-python/structlog/structlog-22.3.0.ebuild index 606c9f68c9fb..bac912e0ed1f 100644 --- a/dev-python/structlog/structlog-22.3.0.ebuild +++ b/dev-python/structlog/structlog-22.3.0.ebuild @@ -16,7 +16,8 @@ LICENSE="Apache-2.0 MIT" SLOT="0" KEYWORDS="~amd64 ~x86" -BDEPEND="test? ( +BDEPEND="dev-python/hatch-fancy-pypi-readme[${PYTHON_USEDEP}] + test? ( dev-python/freezegun[${PYTHON_USEDEP}] dev-python/pretend[${PYTHON_USEDEP}] dev-python/pytest-asyncio[${PYTHON_USEDEP}]