summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorDaniel Playfair Cal2020-04-07 19:37:02 +1000
committerDaniel Playfair Cal2020-04-07 19:37:02 +1000
commite6344d7f2641a390060f2dc244927cc73198afe9 (patch)
treea6b312f9da6efa6b6bf6cf5e6692fe088bb0864a /PKGBUILD
parent579548882df2149b827e528bbe70b5f2df4bfdef (diff)
downloadaur-e6344d7f2641a390060f2dc244927cc73198afe9.tar.gz
Add make dependency on python2 setuptools
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD3
1 files changed, 2 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index c89be9af2a3e..1b24cc974697 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -19,7 +19,8 @@ depends=('gtk3' 'nss' 'alsa-lib' 'xdg-utils' 'libxss' 'libcups' 'libgcrypt'
provides=('chromium')
conflicts=('chromium')
makedepends=('python' 'python2' 'gperf' 'yasm' 'mesa' 'ninja' 'nodejs' 'git'
- 'pipewire' 'clang' 'lld' 'gn-git' 'java-runtime-headless')
+ 'pipewire' 'clang' 'lld' 'gn-git' 'java-runtime-headless'
+ 'python2-setuptools')
optdepends=('pepper-flash: support for Flash content'
'pipewire: WebRTC desktop sharing under Wayland'
'kdialog: needed for file dialogs in KDE'