diff --git a/trunk/PKGBUILD b/trunk/PKGBUILD index f662b0d6f9ac..10f7c913b5e2 100644 --- a/trunk/PKGBUILD +++ b/trunk/PKGBUILD @@ -4,20 +4,19 @@ pkgname=python-pytest pkgver=7.3.0 -pkgrel=1 +pkgrel=2 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' 'python-nose' 'python-requests' 'python-xmlschema' # Unlisted, but actually used. Check again after a while: - 'lsof' 'python-asynctest' 'python-decorator' 'python-docutils' - 'python-jinja' 'python-numpy' 'python-pexpect' 'python-pygments' + 'lsof' 'python-decorator' 'python-docutils' 'python-jinja' + 'python-numpy' 'python-pexpect' 'python-pygments' 'python-pytest-xdist' 'python-twisted') source=("https://files.pythonhosted.org/packages/source/p/pytest/pytest-$pkgver.tar.gz") sha256sums=('58ecc27ebf0ea643ebfdf7fb1249335da761a00c9f955bcd922349bcb68ee57d')