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 58A291581E7 for ; Fri, 26 Apr 2024 20:47:35 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 85CE1E29F6; Fri, 26 Apr 2024 20:47:34 +0000 (UTC) Received: from smtp.gentoo.org (mail.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) server-digest SHA256) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 68A9AE29F6 for ; Fri, 26 Apr 2024 20:47:34 +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 49DE134302C for ; Fri, 26 Apr 2024 20:47:33 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id A90951625 for ; Fri, 26 Apr 2024 20:47:31 +0000 (UTC) From: "David Roman" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "David Roman" Message-ID: <1714164436.9119dc357eaf50b4081f2f86d7b97d0c5692de34.davidroman@gentoo> Subject: [gentoo-commits] repo/proj/guru:dev commit in: dev-python/pyperscan/ X-VCS-Repository: repo/proj/guru X-VCS-Files: dev-python/pyperscan/pyperscan-0.3.0.ebuild X-VCS-Directories: dev-python/pyperscan/ X-VCS-Committer: davidroman X-VCS-Committer-Name: David Roman X-VCS-Revision: 9119dc357eaf50b4081f2f86d7b97d0c5692de34 X-VCS-Branch: dev Date: Fri, 26 Apr 2024 20:47:31 +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: bcf78d97-9f98-45df-a78d-7ee9e87980f6 X-Archives-Hash: 3dc017380e469a59f829af4b3b61792d commit: 9119dc357eaf50b4081f2f86d7b97d0c5692de34 Author: David Roman gmail com> AuthorDate: Fri Apr 26 20:47:16 2024 +0000 Commit: David Roman gmail com> CommitDate: Fri Apr 26 20:47:16 2024 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=9119dc35 dev-python/pyperscan: add missing built time dep Closes: https://bugs.gentoo.org/926806 Signed-off-by: David Roman gmail.com> dev-python/pyperscan/pyperscan-0.3.0.ebuild | 3 +++ 1 file changed, 3 insertions(+) diff --git a/dev-python/pyperscan/pyperscan-0.3.0.ebuild b/dev-python/pyperscan/pyperscan-0.3.0.ebuild index 75251acda1..817d483275 100644 --- a/dev-python/pyperscan/pyperscan-0.3.0.ebuild +++ b/dev-python/pyperscan/pyperscan-0.3.0.ebuild @@ -105,4 +105,7 @@ KEYWORDS="~amd64" IUSE="test" RESTRICT="!test? ( test )" +RDEPEND="dev-libs/vectorscan:=" +DEPEND="${RDEPEND}" + distutils_enable_tests pytest