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.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id D43FD158086 for ; Sat, 23 Oct 2021 08:53:22 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 325B7E0848; Sat, 23 Oct 2021 08:53:22 +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 1270AE0848 for ; Sat, 23 Oct 2021 08:53:22 +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 EACBF343300 for ; Sat, 23 Oct 2021 08:53:20 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 7F41E156 for ; Sat, 23 Oct 2021 08:53:19 +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: <1634979120.e09418adad401dd4ee3f8c81ef8fb2a2f3da5132.mgorny@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/cssutils/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/cssutils/cssutils-2.3.0.ebuild X-VCS-Directories: dev-python/cssutils/ X-VCS-Committer: mgorny X-VCS-Committer-Name: Michał Górny X-VCS-Revision: e09418adad401dd4ee3f8c81ef8fb2a2f3da5132 X-VCS-Branch: master Date: Sat, 23 Oct 2021 08:53:19 +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: d42a3a62-077e-4450-84ea-7a7e8c48df08 X-Archives-Hash: 92eb85336fa5a5e38880c377170a2701 commit: e09418adad401dd4ee3f8c81ef8fb2a2f3da5132 Author: Michał Górny gentoo org> AuthorDate: Sat Oct 23 08:51:51 2021 +0000 Commit: Michał Górny gentoo org> CommitDate: Sat Oct 23 08:52:00 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e09418ad dev-python/cssutils: Add missing test-dep on importlib_resources The package needs features from Python 3.9's importlib.resources. Apparently importlib_resources monkey-patches them back in. Closes: https://bugs.gentoo.org/819564 Signed-off-by: Michał Górny gentoo.org> dev-python/cssutils/cssutils-2.3.0.ebuild | 3 +++ 1 file changed, 3 insertions(+) diff --git a/dev-python/cssutils/cssutils-2.3.0.ebuild b/dev-python/cssutils/cssutils-2.3.0.ebuild index 11a1977ee61..e1c8f1103e0 100644 --- a/dev-python/cssutils/cssutils-2.3.0.ebuild +++ b/dev-python/cssutils/cssutils-2.3.0.ebuild @@ -21,6 +21,9 @@ BDEPEND=" dev-python/cssselect[${PYTHON_USEDEP}] dev-python/lxml[${PYTHON_USEDEP}] dev-python/mock[${PYTHON_USEDEP}] + $(python_gen_cond_dep ' + dev-python/importlib_resources[${PYTHON_USEDEP}] + ' python3_8 pypy3) )" PATCHES=(