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 3EA9D15ACFC for ; Tue, 2 May 2023 18:52:55 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 32450E0970; Tue, 2 May 2023 18:52:54 +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 168D9E0970 for ; Tue, 2 May 2023 18:52:54 +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 DB67534155A for ; Tue, 2 May 2023 18:52:52 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 78FC9990 for ; Tue, 2 May 2023 18:52:51 +0000 (UTC) From: "Arthur Zamarin" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Arthur Zamarin" Message-ID: <1683053536.f7728e15f1db5133db107de257df784033e838fc.arthurzam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/wxpython/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/wxpython/wxpython-4.2.0.ebuild X-VCS-Directories: dev-python/wxpython/ X-VCS-Committer: arthurzam X-VCS-Committer-Name: Arthur Zamarin X-VCS-Revision: f7728e15f1db5133db107de257df784033e838fc X-VCS-Branch: master Date: Tue, 2 May 2023 18:52:51 +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: 697e3e37-aea4-4136-930b-9d9c0291bbd5 X-Archives-Hash: 0454132e358703f1e64d186f273ed049 commit: f7728e15f1db5133db107de257df784033e838fc Author: Arthur Zamarin gentoo org> AuthorDate: Tue May 2 18:52:02 2023 +0000 Commit: Arthur Zamarin gentoo org> CommitDate: Tue May 2 18:52:16 2023 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f7728e15 dev-python/wxpython: add missing bdep on cython Closes: https://bugs.gentoo.org/905449 Signed-off-by: Arthur Zamarin gentoo.org> dev-python/wxpython/wxpython-4.2.0.ebuild | 1 + 1 file changed, 1 insertion(+) diff --git a/dev-python/wxpython/wxpython-4.2.0.ebuild b/dev-python/wxpython/wxpython-4.2.0.ebuild index 1a0913847851..d5528c5f28f0 100644 --- a/dev-python/wxpython/wxpython-4.2.0.ebuild +++ b/dev-python/wxpython/wxpython-4.2.0.ebuild @@ -34,6 +34,7 @@ RDEPEND=" DEPEND="${RDEPEND}" BDEPEND=" app-doc/doxygen + dev-python/cython[${PYTHON_USEDEP}] dev-python/setuptools[${PYTHON_USEDEP}] >=dev-python/sip-6.6.2[${PYTHON_USEDEP}] dev-python/six[${PYTHON_USEDEP}]