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 3B054138334 for ; Thu, 9 May 2019 15:31:01 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 51531E0867; Thu, 9 May 2019 15:31:00 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (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 392BBE0867 for ; Thu, 9 May 2019 15:31:00 +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 96AA3343E82 for ; Thu, 9 May 2019 15:30:58 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 1656A549 for ; Thu, 9 May 2019 15:30:57 +0000 (UTC) From: "Virgil Dupras" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Virgil Dupras" Message-ID: <1557415840.5b0b17f3e282dd5f8595ebbb0d71bced2d2e5131.vdupras@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/nbconvert/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/nbconvert/nbconvert-5.5.0.ebuild X-VCS-Directories: dev-python/nbconvert/ X-VCS-Committer: vdupras X-VCS-Committer-Name: Virgil Dupras X-VCS-Revision: 5b0b17f3e282dd5f8595ebbb0d71bced2d2e5131 X-VCS-Branch: master Date: Thu, 9 May 2019 15:30:57 +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: 7303cfe8-6f78-46ab-a8d1-c38bdfab0c13 X-Archives-Hash: 53b4872392a0f557121908c038b237b8 commit: 5b0b17f3e282dd5f8595ebbb0d71bced2d2e5131 Author: Virgil Dupras gentoo org> AuthorDate: Thu May 9 15:30:16 2019 +0000 Commit: Virgil Dupras gentoo org> CommitDate: Thu May 9 15:30:40 2019 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5b0b17f3 dev-python/nbconvert: add missing dependency Closes: https://bugs.gentoo.org/685094 Signed-off-by: Virgil Dupras gentoo.org> Package-Manager: Portage-2.3.62, Repoman-2.3.11 dev-python/nbconvert/nbconvert-5.5.0.ebuild | 1 + 1 file changed, 1 insertion(+) diff --git a/dev-python/nbconvert/nbconvert-5.5.0.ebuild b/dev-python/nbconvert/nbconvert-5.5.0.ebuild index 542772f0ca2..913466aa9ad 100644 --- a/dev-python/nbconvert/nbconvert-5.5.0.ebuild +++ b/dev-python/nbconvert/nbconvert-5.5.0.ebuild @@ -18,6 +18,7 @@ IUSE="doc test" RDEPEND=" dev-python/bleach[${PYTHON_USEDEP}] + dev-python/defusedxml[${PYTHON_USEDEP}] >=dev-python/entrypoints-0.2.2[${PYTHON_USEDEP}] dev-python/jinja[${PYTHON_USEDEP}] dev-python/jupyter_core[${PYTHON_USEDEP}]