python-pytest: now depends on python-pygments (#5497)

* [python-pytest] now depends on python-pygments

fix #5496

* pkgrel

---------

Co-authored-by: Christoph Reiter <reiter.christoph@gmail.com>
This commit is contained in:
Matthieu Darbois
2025-07-06 15:20:25 +02:00
committed by GitHub
parent 651835a68e
commit 618b34ecc1

View File

@@ -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'