From 6687aae51f6179017f79ce1957254cc924a469eb Mon Sep 17 00:00:00 2001 From: polyzen Date: Wed, 2 Nov 2022 03:32:17 +0000 Subject: [PATCH] upgpkg: python-pytest 7.2.0-2: Remove python-py dep https://github.com/pytest-dev/pytest/pull/10396 git-svn-id: file:///srv/repos/svn-community/svn@1340954 9fca08f4-af9d-4005-b8df-a31f2cc04f65 --- trunk/PKGBUILD | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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'