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

@@ -4,12 +4,13 @@ _realname=beaker
pkgbase="python-${_realname}"
pkgname=("python-${_realname}")
pkgver=1.11.0
pkgrel=5
pkgrel=6
pkgdesc="Caching and sessions WSGI middleware for use with web applications and stand-alone Python scripts and applications"
arch=('any')
license=('PSF')
url="http://beaker.groovie.org/"
depends=("python" "python-setuptools")
depends=("python")
makedepends=("python-setuptools")
provides=("python3-${_realname}")
conflicts=("python3-${_realname}")
replaces=("python3-${_realname}")