From 55755d50463106540b3b290f9bf63215e1214a65 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Gonzalo=20Tornar=C3=ADa?= Date: Mon, 5 Aug 2024 00:36:21 -0300 Subject: [PATCH] python3-referencing: fix deps --- srcpkgs/python3-referencing/template | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/srcpkgs/python3-referencing/template b/srcpkgs/python3-referencing/template index 38061dd9480..cb173afa100 100644 --- a/srcpkgs/python3-referencing/template +++ b/srcpkgs/python3-referencing/template @@ -1,10 +1,10 @@ # Template file for 'python3-referencing' pkgname=python3-referencing version=0.35.1 -revision=1 +revision=2 build_style=python3-pep517 hostmakedepends="hatchling hatch-vcs" -depends="python3-rpds-py" +depends="python3-attrs python3-rpds-py" checkdepends="$depends python3-pytest-subtests" short_desc="Cross-specification JSON Referencing" maintainer="Gonzalo TornarĂ­a "