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 B7A02158030 for ; Tue, 28 Feb 2023 10:09:20 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id CC433E0729; Tue, 28 Feb 2023 10:09:18 +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)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id ACC75E05C1 for ; Tue, 28 Feb 2023 10:09:18 +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 7B24D340C58 for ; Tue, 28 Feb 2023 10:09:17 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 145A18C8 for ; Tue, 28 Feb 2023 10:09:16 +0000 (UTC) From: "Anna Vyalkova" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Anna Vyalkova" Message-ID: <1677578881.aa080c4bbea384d1990fc92d3d1361aa0d09be5b.cybertailor@gentoo> Subject: [gentoo-commits] repo/proj/guru:dev commit in: dev-python/pytest-cases/ X-VCS-Repository: repo/proj/guru X-VCS-Files: dev-python/pytest-cases/pytest-cases-3.6.14.ebuild X-VCS-Directories: dev-python/pytest-cases/ X-VCS-Committer: cybertailor X-VCS-Committer-Name: Anna Vyalkova X-VCS-Revision: aa080c4bbea384d1990fc92d3d1361aa0d09be5b X-VCS-Branch: dev Date: Tue, 28 Feb 2023 10:09:16 +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: d9a0ac11-9363-468a-b8fa-696837c2fc75 X-Archives-Hash: f4362ea8c861ac3802672f776ef3c45f commit: aa080c4bbea384d1990fc92d3d1361aa0d09be5b Author: Anna (cybertailor) Vyalkova sysrq in> AuthorDate: Tue Feb 28 09:21:19 2023 +0000 Commit: Anna Vyalkova sysrq in> CommitDate: Tue Feb 28 10:08:01 2023 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=aa080c4b dev-python/pytest-cases: add missing docs dep Closes: https://bugs.gentoo.org/898220 Signed-off-by: Anna (cybertailor) Vyalkova sysrq.in> dev-python/pytest-cases/pytest-cases-3.6.14.ebuild | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/dev-python/pytest-cases/pytest-cases-3.6.14.ebuild b/dev-python/pytest-cases/pytest-cases-3.6.14.ebuild index 339ac6326..ec84efea3 100644 --- a/dev-python/pytest-cases/pytest-cases-3.6.14.ebuild +++ b/dev-python/pytest-cases/pytest-cases-3.6.14.ebuild @@ -8,7 +8,10 @@ DISTUTILS_USE_PEP517=setuptools PYPI_NO_NORMALIZE=1 DOCS_BUILDER="mkdocs" -DOCS_DEPEND="dev-python/mkdocs-material" +DOCS_DEPEND=( + dev-python/mkdocs-material + dev-python/regex +) inherit distutils-r1 docs pypi