From 618b34ecc1133117ee4b4b1e2d868daec942913b Mon Sep 17 00:00:00 2001 From: Matthieu Darbois Date: Sun, 6 Jul 2025 15:20:25 +0200 Subject: [PATCH] python-pytest: now depends on python-pygments (#5497) * [python-pytest] now depends on python-pygments fix #5496 * pkgrel --------- Co-authored-by: Christoph Reiter --- python-pytest/PKGBUILD | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/python-pytest/PKGBUILD b/python-pytest/PKGBUILD index fef070b5..5676c662 100644 --- a/python-pytest/PKGBUILD +++ b/python-pytest/PKGBUILD @@ -3,7 +3,7 @@ pkgbase=python-pytest pkgname=('python-pytest') pkgver=8.4.1 -pkgrel=1 +pkgrel=2 provides=("python3-pytest") replaces=("python3-pytest") conflicts=("python3-pytest") @@ -20,7 +20,8 @@ depends=('python' 'python-attrs' 'python-pluggy' 'python-packaging' - 'python-iniconfig') + 'python-iniconfig' + 'python-pygments') makedepends=('python-build' 'python-installer' 'python-setuptools'