From 2a4a5453aeb86c41d1320c481deaf40c09250e98 Mon Sep 17 00:00:00 2001 From: EnumDev Date: Sat, 18 Oct 2025 18:33:26 +0300 Subject: [PATCH] Fix dependencies --- pkg.info | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/pkg.info b/pkg.info index ac12baa..15a5e65 100644 --- a/pkg.info +++ b/pkg.info @@ -1,7 +1,7 @@ name: python-pytest description: Framework writing small and readable python tests version: 8.4.2 -revision: 1 +revision: 2 url: https://docs.pytest.org/en/stable/ license: MIT architecture: any @@ -11,6 +11,7 @@ depends: - python-iniconfig - python-packaging - python-pluggy + - python-pygments make_depends: - python-build - python-installer