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 D72A7158091 for ; Sun, 5 Jun 2022 10:04:28 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 0C7FEE07D3; Sun, 5 Jun 2022 10:04:28 +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) server-digest SHA256) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id E1318E07D3 for ; Sun, 5 Jun 2022 10:04:27 +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) server-digest SHA256) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 7EFCE341D64 for ; Sun, 5 Jun 2022 10:04:26 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id C4EDF471 for ; Sun, 5 Jun 2022 10:04:24 +0000 (UTC) From: "Sam James" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Sam James" Message-ID: <1654423458.0360bb48223e5355af630b1d34e69c542efe6c22.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/meson-python/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/meson-python/meson-python-0.5.0.ebuild X-VCS-Directories: dev-python/meson-python/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: 0360bb48223e5355af630b1d34e69c542efe6c22 X-VCS-Branch: master Date: Sun, 5 Jun 2022 10:04:24 +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: 8bc0174f-76e3-4bb9-b887-75fe0f1d8464 X-Archives-Hash: 7ee5bbbeae7d2fd623e4b8dd70e66236 commit: 0360bb48223e5355af630b1d34e69c542efe6c22 Author: Sam James gentoo org> AuthorDate: Sun Jun 5 10:04:14 2022 +0000 Commit: Sam James gentoo org> CommitDate: Sun Jun 5 10:04:18 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0360bb48 dev-python/meson-python: add missing pytest-mock test dep Closes: https://bugs.gentoo.org/849782 Signed-off-by: Sam James gentoo.org> dev-python/meson-python/meson-python-0.5.0.ebuild | 1 + 1 file changed, 1 insertion(+) diff --git a/dev-python/meson-python/meson-python-0.5.0.ebuild b/dev-python/meson-python/meson-python-0.5.0.ebuild index f46eb4512157..d33948374dae 100644 --- a/dev-python/meson-python/meson-python-0.5.0.ebuild +++ b/dev-python/meson-python/meson-python-0.5.0.ebuild @@ -30,6 +30,7 @@ RDEPEND=" BDEPEND=" test? ( dev-python/GitPython[${PYTHON_USEDEP}] + dev-python/pytest-mock[${PYTHON_USEDEP}] dev-util/patchelf ) "