git » python-pytest.git » commit ccc2ff3

Add back python_version<"3.11" deps

author Daniel M. Capella
2023-04-15 17:18:16 UTC
committer Daniel M. Capella
2023-04-15 17:18:16 UTC
parent 0f358143d43f98a135465c73ff3de44cf1b932ad

Add back python_version<"3.11" deps

PKGBUILD +3 -2

diff --git a/PKGBUILD b/PKGBUILD
index aa33307..863ba1e 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,12 +4,13 @@
 
 pkgname=python-pytest
 pkgver=7.3.1
-pkgrel=2
+pkgrel=3
 pkgdesc="Simple powerful testing with Python"
 arch=('any')
 license=('MIT')
 url="https://pytest.org/"
-depends=('python-iniconfig' 'python-packaging' 'python-pluggy')
+depends=('python-exceptiongroup' 'python-iniconfig' 'python-packaging'
+         'python-pluggy' 'python-tomli')
 makedepends=('python-build' 'python-installer' 'python-setuptools'
              'python-wheel')
 checkdepends=('python-argcomplete' 'python-attrs' 'python-hypothesis'