Move setuptools to makedepends where possible
This commit is contained in:
@@ -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')
|
||||
|
||||
|
||||
Reference in New Issue
Block a user