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 8B33115808B for ; Sun, 27 Feb 2022 09:36:03 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id C6D81E0918; Sun, 27 Feb 2022 09:36:02 +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 6C117E0918 for ; Sun, 27 Feb 2022 09:36:02 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (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 7071C34331F for ; Sun, 27 Feb 2022 09:36:01 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id D6DF22EE for ; Sun, 27 Feb 2022 09:35:59 +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: <1645954557.0fcd3dcef247c9797fab1e0bd1d8d63c1ad35eab.mgorny@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/nbconvert/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/nbconvert/nbconvert-6.4.2.ebuild X-VCS-Directories: dev-python/nbconvert/ X-VCS-Committer: mgorny X-VCS-Committer-Name: Michał Górny X-VCS-Revision: 0fcd3dcef247c9797fab1e0bd1d8d63c1ad35eab X-VCS-Branch: master Date: Sun, 27 Feb 2022 09:35:59 +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: 0662ff25-833e-4774-8a5d-6aa1c62210e3 X-Archives-Hash: f85373f75f74c93bcd657b9534ee6004 commit: 0fcd3dcef247c9797fab1e0bd1d8d63c1ad35eab Author: Michał Górny gentoo org> AuthorDate: Sun Feb 27 09:35:53 2022 +0000 Commit: Michał Górny gentoo org> CommitDate: Sun Feb 27 09:35:57 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0fcd3dce dev-python/nbconvert: Remove inkscape test dep Signed-off-by: Michał Górny gentoo.org> dev-python/nbconvert/nbconvert-6.4.2.ebuild | 3 --- 1 file changed, 3 deletions(-) diff --git a/dev-python/nbconvert/nbconvert-6.4.2.ebuild b/dev-python/nbconvert/nbconvert-6.4.2.ebuild index 4b4443751510..4a1ab8884ca9 100644 --- a/dev-python/nbconvert/nbconvert-6.4.2.ebuild +++ b/dev-python/nbconvert/nbconvert-6.4.2.ebuild @@ -33,15 +33,12 @@ RDEPEND=" dev-python/testpath[${PYTHON_USEDEP}] www-servers/tornado[${PYTHON_USEDEP}] " -# Skip inkscape on hppa b/c tests should skip it gracefully if not around -# It's a heavy dependency. BDEPEND=" test? ( dev-python/pebble[${PYTHON_USEDEP}] dev-python/ipykernel[${PYTHON_USEDEP}] dev-python/ipywidgets[${PYTHON_USEDEP}] >=dev-python/jupyter_client-4.2[${PYTHON_USEDEP}] - !hppa? ( media-gfx/inkscape ) ) "