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:
@@ -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'
|
||||
|
||||
Reference in New Issue
Block a user