From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: <gentoo-commits+bounces-1324192-garchives=archives.gentoo.org@lists.gentoo.org> Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 43762158013 for <garchives@archives.gentoo.org>; Sat, 25 Sep 2021 13:23:16 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 83F69E0882; Sat, 25 Sep 2021 13:23:15 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-CHACHA20-POLY1305 (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 9905CE088A for <gentoo-commits@lists.gentoo.org>; Sat, 25 Sep 2021 13:23:14 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-CHACHA20-POLY1305 (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 5B986342C6D for <gentoo-commits@lists.gentoo.org>; Sat, 25 Sep 2021 13:23:13 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id EFAFC10D for <gentoo-commits@lists.gentoo.org>; Sat, 25 Sep 2021 13:23:11 +0000 (UTC) From: "Michał Górny" <mgorny@gentoo.org> 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" <mgorny@gentoo.org> Message-ID: <1632576188.09849675b6a4ca0f516f6d51b9f63c7bfa7e37e5.mgorny@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/astroid/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/astroid/astroid-2.8.0.ebuild X-VCS-Directories: dev-python/astroid/ X-VCS-Committer: mgorny X-VCS-Committer-Name: Michał Górny X-VCS-Revision: 09849675b6a4ca0f516f6d51b9f63c7bfa7e37e5 X-VCS-Branch: master Date: Sat, 25 Sep 2021 13:23:11 +0000 (UTC) Precedence: bulk List-Post: <mailto:gentoo-commits@lists.gentoo.org> List-Help: <mailto:gentoo-commits+help@lists.gentoo.org> List-Unsubscribe: <mailto:gentoo-commits+unsubscribe@lists.gentoo.org> List-Subscribe: <mailto:gentoo-commits+subscribe@lists.gentoo.org> List-Id: Gentoo Linux mail <gentoo-commits.gentoo.org> X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 36e13e32-c44e-4235-b4cc-19bcc967b4d5 X-Archives-Hash: 141519e4cb2b1d04c09a47c0bd9ea8b6 commit: 09849675b6a4ca0f516f6d51b9f63c7bfa7e37e5 Author: Michał Górny <mgorny <AT> gentoo <DOT> org> AuthorDate: Sat Sep 25 13:22:42 2021 +0000 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org> CommitDate: Sat Sep 25 13:23:08 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=09849675 dev-python/astroid: Fix missing dep on typing-extensions Reported by Chewi, thanks! Signed-off-by: Michał Górny <mgorny <AT> gentoo.org> dev-python/astroid/astroid-2.8.0.ebuild | 1 + 1 file changed, 1 insertion(+) diff --git a/dev-python/astroid/astroid-2.8.0.ebuild b/dev-python/astroid/astroid-2.8.0.ebuild index cda705df7b1..43ec2fbc2e2 100644 --- a/dev-python/astroid/astroid-2.8.0.ebuild +++ b/dev-python/astroid/astroid-2.8.0.ebuild @@ -23,6 +23,7 @@ KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~ia64 ~ppc ~ppc64 ~riscv ~sparc ~x86" # Version specified in __pkginfo__.py. RDEPEND=" >=dev-python/lazy-object-proxy-1.4.0[${PYTHON_USEDEP}] + >=dev-python/typing-extensions-3.10[${PYTHON_USEDEP}] >=dev-python/wrapt-1.11.2[${PYTHON_USEDEP}]" BDEPEND=" dev-python/setuptools_scm[${PYTHON_USEDEP}]