diff --git a/trunk/PKGBUILD b/trunk/PKGBUILD index 86bd7160493b..7870b1fa70c9 100644 --- a/trunk/PKGBUILD +++ b/trunk/PKGBUILD @@ -4,13 +4,13 @@ pkgname=python-pytest pkgver=7.2.0 -pkgrel=1 +pkgrel=2 pkgdesc="Simple powerful testing with Python" arch=('any') license=('MIT') url="https://pytest.org/" depends=('python-attrs' 'python-iniconfig' 'python-packaging' 'python-pluggy' - 'python-py' 'python-tomli') + 'python-tomli') makedepends=('python-build' 'python-installer' 'python-setuptools' 'python-wheel') checkdepends=('python-argcomplete' 'python-hypothesis' 'python-mock' 'python-nose' 'python-requests' 'python-xmlschema'