From mboxrd@z Thu Jan  1 00:00:00 1970
Return-Path: <gentoo-commits+bounces-1404068-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 77ED9158091
	for <garchives@archives.gentoo.org>; Thu,  2 Jun 2022 11:54:17 +0000 (UTC)
Received: from pigeon.gentoo.org (localhost [127.0.0.1])
	by pigeon.gentoo.org (Postfix) with SMTP id A9DCAE07D8;
	Thu,  2 Jun 2022 11:54:16 +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 8B02BE07D8
	for <gentoo-commits@lists.gentoo.org>; Thu,  2 Jun 2022 11:54:16 +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))
	(No client certificate requested)
	by smtp.gentoo.org (Postfix) with ESMTPS id 861AC341F8B
	for <gentoo-commits@lists.gentoo.org>; Thu,  2 Jun 2022 11:54:15 +0000 (UTC)
Received: from localhost.localdomain (localhost [IPv6:::1])
	by oystercatcher.gentoo.org (Postfix) with ESMTP id 23A21D3
	for <gentoo-commits@lists.gentoo.org>; Thu,  2 Jun 2022 11:54:14 +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: <1654170850.f1c69989a9f59080aed46a7fb1a0681e044a4536.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.6.0.ebuild
X-VCS-Directories: dev-python/jsonschema/
X-VCS-Committer: mgorny
X-VCS-Committer-Name: Michał Górny
X-VCS-Revision: f1c69989a9f59080aed46a7fb1a0681e044a4536
X-VCS-Branch: master
Date: Thu,  2 Jun 2022 11:54:14 +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: c1c992d0-4202-4940-8a1b-8a2e50e7615d
X-Archives-Hash: 5329b368c748843e40f06f2ece84f89e

commit:     f1c69989a9f59080aed46a7fb1a0681e044a4536
Author:     Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Thu Jun  2 11:53:47 2022 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Thu Jun  2 11:54:10 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f1c69989

dev-python/jsonschema: Add missing dep on hatch-vcs

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

 dev-python/jsonschema/jsonschema-4.6.0.ebuild | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/dev-python/jsonschema/jsonschema-4.6.0.ebuild b/dev-python/jsonschema/jsonschema-4.6.0.ebuild
index 1c261989b31f..fb6400dc457c 100644
--- a/dev-python/jsonschema/jsonschema-4.6.0.ebuild
+++ b/dev-python/jsonschema/jsonschema-4.6.0.ebuild
@@ -26,6 +26,9 @@ RDEPEND="
 		>=dev-python/importlib_resources-1.4.0[${PYTHON_USEDEP}]
 	' 3.8)
 "
+BDEPEND="
+	dev-python/hatch-vcs[${PYTHON_USEDEP}]
+"
 
 # formatter deps
 RDEPEND+="