Date: Friday, October 16, 2020 @ 06:43:30 Author: foutrelis Revision: 398427
Remove python-setuptools optdep from llvm package /usr/bin/lit seems to use importlib thanks to setuptools >= 47.2. Modified: llvm/trunk/PKGBUILD ----------+ PKGBUILD | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2020-10-16 06:38:21 UTC (rev 398426) +++ PKGBUILD 2020-10-16 06:43:30 UTC (rev 398427) @@ -10,7 +10,8 @@ license=('custom:Apache 2.0 with LLVM Exception') makedepends=('cmake' 'ninja' 'libffi' 'libedit' 'ncurses' 'libxml2' "ocaml>=$_ocaml_ver" 'ocaml-ctypes' 'ocaml-findlib' - 'python-psutil' 'python-sphinx' 'python-recommonmark') + 'python-setuptools' 'python-psutil' 'python-sphinx' + 'python-recommonmark') options=('staticlibs') _source_base=https://github.com/llvm/llvm-project/releases/download/llvmorg-$pkgver source=($_source_base/$pkgname-$pkgver.src.tar.xz{,.sig} @@ -55,7 +56,6 @@ package_llvm() { pkgdesc="Collection of modular and reusable compiler and toolchain technologies" depends=('llvm-libs' 'perl') - optdepends=('python-setuptools: for using lit (LLVM Integrated Tester)') cd "$srcdir/llvm-$pkgver.src/build"