Merge pull request #4760 from lazka/scons-missing-distutils
scons: makedep on setuptools to get distutils back
This commit is contained in:
commit
f905dfe331
@ -3,7 +3,7 @@
|
||||
|
||||
pkgname=scons
|
||||
pkgver=3.1.2
|
||||
pkgrel=10
|
||||
pkgrel=11
|
||||
pkgdesc="Extensible Python-based build utility"
|
||||
arch=('any')
|
||||
url="https://scons.org/"
|
||||
@ -13,6 +13,7 @@ msys2_references=(
|
||||
)
|
||||
license=('MIT')
|
||||
depends=('python')
|
||||
makedepends=('python-setuptools')
|
||||
source=("https://downloads.sourceforge.net/sourceforge/${pkgname}/${pkgname}-${pkgver}.tar.gz"
|
||||
scons-2.3.4-cyglink-msys2.patch
|
||||
scons-2.3.4-msys2-plat-mingw-env.patch
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user