Remove makedepends on python-wheel everywhere
setuptools no longer needs it for building wheels since v70.1.0
This commit is contained in:
@@ -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')
|
||||
|
||||
|
||||
Reference in New Issue
Block a user