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 1351715ACFD for ; Fri, 5 May 2023 13:43:52 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 4FDC8E0A81; Fri, 5 May 2023 13:43:51 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (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 38B1AE0A81 for ; Fri, 5 May 2023 13:43:51 +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 6E9A134158C for ; Fri, 5 May 2023 13:43:50 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 056B9A61 for ; Fri, 5 May 2023 13:43:49 +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: <1683294218.9321f7565ef766ef4dd682b105bc27e3f0e0885c.mgorny@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/python-box/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/python-box/python-box-7.0.1.ebuild X-VCS-Directories: dev-python/python-box/ X-VCS-Committer: mgorny X-VCS-Committer-Name: Michał Górny X-VCS-Revision: 9321f7565ef766ef4dd682b105bc27e3f0e0885c X-VCS-Branch: master Date: Fri, 5 May 2023 13:43:49 +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: 1b400d0d-db9d-4a0a-971f-7f091476c8e8 X-Archives-Hash: d4b6b53245c65a2d3608ad238a46c309 commit: 9321f7565ef766ef4dd682b105bc27e3f0e0885c Author: Michał Górny gentoo org> AuthorDate: Fri May 5 13:36:40 2023 +0000 Commit: Michał Górny gentoo org> CommitDate: Fri May 5 13:43:38 2023 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9321f756 dev-python/python-box: Add a BDEP on dev-python/cython Closes: https://bugs.gentoo.org/905741 Signed-off-by: Michał Górny gentoo.org> dev-python/python-box/python-box-7.0.1.ebuild | 3 +++ 1 file changed, 3 insertions(+) diff --git a/dev-python/python-box/python-box-7.0.1.ebuild b/dev-python/python-box/python-box-7.0.1.ebuild index ef984714e8e2..de2d866f1d92 100644 --- a/dev-python/python-box/python-box-7.0.1.ebuild +++ b/dev-python/python-box/python-box-7.0.1.ebuild @@ -33,5 +33,8 @@ RDEPEND=" ' 3.8 3.9 3.10) dev-python/tomli-w[${PYTHON_USEDEP}] " +BDEPEND=" + dev-python/cython[${PYTHON_USEDEP}] +" distutils_enable_tests pytest