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 29F721382C5 for ; Tue, 26 Jan 2021 12:35:31 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 6A65CE0CC5; Tue, 26 Jan 2021 12:35:30 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 5171CE0CC5 for ; Tue, 26 Jan 2021 12:35:30 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 4545D340EA4 for ; Tue, 26 Jan 2021 12:35:29 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 9C41B32B for ; Tue, 26 Jan 2021 12:35:27 +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: <1611664523.7840e0d690e3c7fdd3ac40aec38cc3d357f0fcb6.mgorny@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/pymdown-extensions/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/pymdown-extensions/pymdown-extensions-8.1.1.ebuild X-VCS-Directories: dev-python/pymdown-extensions/ X-VCS-Committer: mgorny X-VCS-Committer-Name: Michał Górny X-VCS-Revision: 7840e0d690e3c7fdd3ac40aec38cc3d357f0fcb6 X-VCS-Branch: master Date: Tue, 26 Jan 2021 12:35:27 +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: 6f237f9f-27c8-4ec7-8e56-58994905c920 X-Archives-Hash: 0be0d17bcd525ceccf60d0d9e5a8c76d commit: 7840e0d690e3c7fdd3ac40aec38cc3d357f0fcb6 Author: Michał Górny gentoo org> AuthorDate: Tue Jan 26 12:33:40 2021 +0000 Commit: Michał Górny gentoo org> CommitDate: Tue Jan 26 12:35:23 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7840e0d6 dev-python/pymdown-extensions: Require pygments for tests Closes: https://bugs.gentoo.org/767280 Signed-off-by: Michał Górny gentoo.org> dev-python/pymdown-extensions/pymdown-extensions-8.1.1.ebuild | 1 + 1 file changed, 1 insertion(+) diff --git a/dev-python/pymdown-extensions/pymdown-extensions-8.1.1.ebuild b/dev-python/pymdown-extensions/pymdown-extensions-8.1.1.ebuild index 9803061f44b..d0916e0941d 100644 --- a/dev-python/pymdown-extensions/pymdown-extensions-8.1.1.ebuild +++ b/dev-python/pymdown-extensions/pymdown-extensions-8.1.1.ebuild @@ -31,6 +31,7 @@ RDEPEND=">=dev-python/markdown-3.2[${PYTHON_USEDEP}]" BDEPEND=" test? ( + dev-python/pygments[${PYTHON_USEDEP}] dev-python/pyyaml[${PYTHON_USEDEP}] dev-vcs/git )"