Remove makedepends on python-wheel everywhere

setuptools no longer needs it for building wheels since v70.1.0
This commit is contained in:
Christoph Reiter
2024-08-16 14:03:27 +02:00
parent f30455f384
commit 0566eff63a
43 changed files with 46 additions and 87 deletions

View File

@@ -3,7 +3,7 @@
pkgbase=python-pytest
pkgname=('python-pytest')
pkgver=8.2.2
pkgrel=2
pkgrel=3
provides=("python3-pytest")
replaces=("python3-pytest")
conflicts=("python3-pytest")
@@ -24,8 +24,7 @@ depends=('python'
makedepends=('python-build'
'python-installer'
'python-setuptools'
'python-setuptools-scm'
'python-wheel')
'python-setuptools-scm')
source=("pytest-${pkgver}.tar.gz::https://github.com/pytest-dev/pytest/archive/${pkgver}.tar.gz")
sha256sums=('b723da0ef5c624aad539e65c6d5381289c84c2977045e365813338318474d433')