git » python-pytest.git » commit 89bece6

Add python-exceptiongroup dep

author Daniel M. Capella
2022-11-02 03:39:41 UTC
committer Daniel M. Capella
2022-11-02 03:39:41 UTC
parent 21dba0bc5e4a1c4bd2b7428f17effcb280e9c76e

Add python-exceptiongroup dep

https://github.com/pytest-dev/pytest/commit/69f2855cc8896c67c499a250c2f08fcfd408f827

PKGBUILD +5 -4

diff --git a/PKGBUILD b/PKGBUILD
index 7870b1f..55633d0 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,14 +4,15 @@
 
 pkgname=python-pytest
 pkgver=7.2.0
-pkgrel=2
+pkgrel=3
 pkgdesc="Simple powerful testing with Python"
 arch=('any')
 license=('MIT')
 url="https://pytest.org/"
-depends=('python-attrs' 'python-iniconfig' 'python-packaging' 'python-pluggy'
-         'python-tomli')
-makedepends=('python-build' 'python-installer' 'python-setuptools' 'python-wheel')
+depends=('python-attrs' 'python-exceptiongroup' 'python-iniconfig'
+         'python-packaging' 'python-pluggy' 'python-tomli')
+makedepends=('python-build' 'python-installer' 'python-setuptools'
+             'python-wheel')
 checkdepends=('python-argcomplete' 'python-hypothesis' 'python-mock'
               'python-nose' 'python-requests' 'python-xmlschema'
               # Unlisted, but actually used. Check again after a while: