author | Daniel M. Capella
<polyzen@archlinux.org> 2023-04-15 17:32:15 UTC |
committer | Daniel M. Capella
<polyzen@archlinux.org> 2023-04-15 17:32:15 UTC |
parent | ccc2ff3a2c107be51302a8aa50cf60e563f1955a |
PKGBUILD | +2 | -3 |
diff --git a/PKGBUILD b/PKGBUILD index 863ba1e..3540e4d 100644 --- a/PKGBUILD +++ b/PKGBUILD @@ -4,13 +4,12 @@ pkgname=python-pytest pkgver=7.3.1 -pkgrel=3 +pkgrel=4 pkgdesc="Simple powerful testing with Python" arch=('any') license=('MIT') url="https://pytest.org/" -depends=('python-exceptiongroup' 'python-iniconfig' 'python-packaging' - 'python-pluggy' 'python-tomli') +depends=('python-iniconfig' 'python-packaging' 'python-pluggy') makedepends=('python-build' 'python-installer' 'python-setuptools' 'python-wheel') checkdepends=('python-argcomplete' 'python-attrs' 'python-hypothesis'