Move setuptools to makedepends where possible

This commit is contained in:
Christoph Reiter
2022-02-06 11:21:06 +01:00
parent 862578cbdd
commit 32fa352448
7 changed files with 21 additions and 17 deletions

View File

@@ -3,7 +3,7 @@
pkgbase=python-pytest
pkgname=('python-pytest')
pkgver=6.2.1
pkgrel=2
pkgrel=3
provides=("python3-pytest")
replaces=("python3-pytest")
conflicts=("python3-pytest")
@@ -17,12 +17,12 @@ depends=('python'
'python-more-itertools'
'python-pluggy'
'python-py'
'python-setuptools'
'python-packaging'
'python-iniconfig'
'python-toml'
'python-six')
makedepends=('python-setuptools-scm')
makedepends=('python-setuptools-scm'
'python-setuptools')
source=("pytest-${pkgver}.tar.gz::https://github.com/pytest-dev/pytest/archive/${pkgver}.tar.gz")
sha256sums=('efc60ff9d50f63a6cc1571f5f121155cd1775905a29dbc58b55612ac5a81f530')