From mboxrd@z Thu Jan  1 00:00:00 1970
Return-Path: <gentoo-commits+bounces-1361762-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))
	(No client certificate requested)
	by finch.gentoo.org (Postfix) with ESMTPS id 6D448158087
	for <garchives@archives.gentoo.org>; Wed, 26 Jan 2022 21:53:06 +0000 (UTC)
Received: from pigeon.gentoo.org (localhost [127.0.0.1])
	by pigeon.gentoo.org (Postfix) with SMTP id A976B2BC00B;
	Wed, 26 Jan 2022 21:53:05 +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 7232A2BC00C
	for <gentoo-commits@lists.gentoo.org>; Wed, 26 Jan 2022 21:53:05 +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 5F59934308C
	for <gentoo-commits@lists.gentoo.org>; Wed, 26 Jan 2022 21:53:04 +0000 (UTC)
Received: from localhost.localdomain (localhost [IPv6:::1])
	by oystercatcher.gentoo.org (Postfix) with ESMTP id 958001EF
	for <gentoo-commits@lists.gentoo.org>; Wed, 26 Jan 2022 21:53:02 +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: <1643233976.80a437bf8f55e23b6dc38441b48f8c68cec81c08.mgorny@gentoo>
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/jsonschema/
X-VCS-Repository: repo/gentoo
X-VCS-Files: dev-python/jsonschema/jsonschema-4.4.0.ebuild
X-VCS-Directories: dev-python/jsonschema/
X-VCS-Committer: mgorny
X-VCS-Committer-Name: Michał Górny
X-VCS-Revision: 80a437bf8f55e23b6dc38441b48f8c68cec81c08
X-VCS-Branch: master
Date: Wed, 26 Jan 2022 21:53:02 +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: 3c905585-2346-4d45-9257-55dd71f810af
X-Archives-Hash: f2dd5465a6382dffa90f7ca690427515

commit:     80a437bf8f55e23b6dc38441b48f8c68cec81c08
Author:     Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Wed Jan 26 21:41:34 2022 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Wed Jan 26 21:52:56 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=80a437bf

dev-python/jsonschema: Remove twisted test-dep

twisted does not seem to be used or affect the results of the test
suite at all.  It is probably listed in tox.ini only because trial
is used to run tests there.

Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>

 dev-python/jsonschema/jsonschema-4.4.0.ebuild | 6 ------
 1 file changed, 6 deletions(-)

diff --git a/dev-python/jsonschema/jsonschema-4.4.0.ebuild b/dev-python/jsonschema/jsonschema-4.4.0.ebuild
index cea522ba3cf8..a4b22bb7a7c8 100644
--- a/dev-python/jsonschema/jsonschema-4.4.0.ebuild
+++ b/dev-python/jsonschema/jsonschema-4.4.0.ebuild
@@ -36,12 +36,6 @@ RDEPEND+="
 		>=dev-python/webcolors-1.11[${PYTHON_USEDEP}]
 "
 
-BDEPEND="
-	test? (
-		dev-python/twisted[${PYTHON_USEDEP}]
-	)
-"
-
 distutils_enable_tests pytest
 
 EPYTEST_DESELECT=(