From mboxrd@z Thu Jan  1 00:00:00 1970
Return-Path: <gentoo-commits+bounces-1448358-garchives=archives.gentoo.org@lists.gentoo.org>
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) server-digest SHA256)
	(No client certificate requested)
	by finch.gentoo.org (Postfix) with ESMTPS id 5AB74158020
	for <garchives@archives.gentoo.org>; Wed, 19 Oct 2022 11:49:45 +0000 (UTC)
Received: from pigeon.gentoo.org (localhost [127.0.0.1])
	by pigeon.gentoo.org (Postfix) with SMTP id 81E84E01E4;
	Wed, 19 Oct 2022 11:49:44 +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) server-digest SHA256)
	(No client certificate requested)
	by pigeon.gentoo.org (Postfix) with ESMTPS id 6655CE01E4
	for <gentoo-commits@lists.gentoo.org>; Wed, 19 Oct 2022 11:49:44 +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 2364A340EAF
	for <gentoo-commits@lists.gentoo.org>; Wed, 19 Oct 2022 11:49:43 +0000 (UTC)
Received: from localhost.localdomain (localhost [IPv6:::1])
	by oystercatcher.gentoo.org (Postfix) with ESMTP id 61C81620
	for <gentoo-commits@lists.gentoo.org>; Wed, 19 Oct 2022 11:49:41 +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: <1666180177.ad79916b6e13ef7a194df8c3f733868d0a8eb97c.mgorny@gentoo>
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/traitlets/
X-VCS-Repository: repo/gentoo
X-VCS-Files: dev-python/traitlets/traitlets-5.5.0.ebuild
X-VCS-Directories: dev-python/traitlets/
X-VCS-Committer: mgorny
X-VCS-Committer-Name: Michał Górny
X-VCS-Revision: ad79916b6e13ef7a194df8c3f733868d0a8eb97c
X-VCS-Branch: master
Date: Wed, 19 Oct 2022 11:49:41 +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: 2cba0c6c-165b-4168-814e-f030caf84d49
X-Archives-Hash: 3e06da606708c84f87f050522f340272

commit:     ad79916b6e13ef7a194df8c3f733868d0a8eb97c
Author:     Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Wed Oct 19 10:17:16 2022 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Wed Oct 19 11:49:37 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ad79916b

dev-python/traitlets: Fix doc-deps

Closes: https://bugs.gentoo.org/877623
Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>

 dev-python/traitlets/traitlets-5.5.0.ebuild | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/dev-python/traitlets/traitlets-5.5.0.ebuild b/dev-python/traitlets/traitlets-5.5.0.ebuild
index 08fe26572c56..ec6a0ba1d745 100644
--- a/dev-python/traitlets/traitlets-5.5.0.ebuild
+++ b/dev-python/traitlets/traitlets-5.5.0.ebuild
@@ -20,7 +20,8 @@ SLOT="0"
 KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~ia64 ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86"
 
 distutils_enable_sphinx docs/source \
-	dev-python/sphinx_rtd_theme
+	dev-python/myst_parser \
+	dev-python/pydata-sphinx-theme
 distutils_enable_tests pytest
 
 python_test() {