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