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 05425158649 for ; Fri, 12 May 2023 10:43:35 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 17747E0BEF; Fri, 12 May 2023 10:43:33 +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 01439E0BEF for ; Fri, 12 May 2023 10:43:32 +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 ED408340A7B for ; Fri, 12 May 2023 10:43:31 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 3239B990 for ; Fri, 12 May 2023 10:43:30 +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: <1683887347.3d500815d9cc44794d084f38d80659dbe31cd9ac.mgorny@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/mypy/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/mypy/mypy-1.3.0.ebuild X-VCS-Directories: dev-python/mypy/ X-VCS-Committer: mgorny X-VCS-Committer-Name: Michał Górny X-VCS-Revision: 3d500815d9cc44794d084f38d80659dbe31cd9ac X-VCS-Branch: master Date: Fri, 12 May 2023 10:43:30 +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: 4807c60b-f5f5-486b-9bcb-eeea5a14bd7b X-Archives-Hash: 191032cdbd632a74f0c247d60fd42758 commit: 3d500815d9cc44794d084f38d80659dbe31cd9ac Author: Michał Górny gentoo org> AuthorDate: Fri May 12 10:29:07 2023 +0000 Commit: Michał Górny gentoo org> CommitDate: Fri May 12 10:29:07 2023 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3d500815 dev-python/mypy: Add missing test-dep on dev-python/six Closes: https://bugs.gentoo.org/906177 Signed-off-by: Michał Górny gentoo.org> dev-python/mypy/mypy-1.3.0.ebuild | 1 + 1 file changed, 1 insertion(+) diff --git a/dev-python/mypy/mypy-1.3.0.ebuild b/dev-python/mypy/mypy-1.3.0.ebuild index 3ff1a529547c..191a23f08b14 100644 --- a/dev-python/mypy/mypy-1.3.0.ebuild +++ b/dev-python/mypy/mypy-1.3.0.ebuild @@ -43,6 +43,7 @@ BDEPEND=" >=dev-python/pytest-6.1.0[${PYTHON_USEDEP}] >=dev-python/pytest-xdist-1.18[${PYTHON_USEDEP}] >=dev-python/py-1.5.2[${PYTHON_USEDEP}] + dev-python/six[${PYTHON_USEDEP}] >=dev-python/typed-ast-1.4.0[${PYTHON_USEDEP}] >=dev-python/virtualenv-16.0.0[${PYTHON_USEDEP}] )