summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorredfish2021-04-22 15:49:57 -0400
committerredfish2021-04-22 15:49:57 -0400
commit656a9ae8a40d196c0e3293a248fad5a5128e1b51 (patch)
tree3b2f625d9b1cfab85c8fe620dcc945ef9960425d /PKGBUILD
parentc6638f1dbc4f8d562d130a257af008374523e8c1 (diff)
downloadaur-656a9ae8a40d196c0e3293a248fad5a5128e1b51.tar.gz
add python-brotli transitive dep until FS#68391 is fixed
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD2
1 files changed, 2 insertions, 0 deletions
diff --git a/PKGBUILD b/PKGBUILD
index f58c067b1ed5..f1f47638fbdf 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -46,6 +46,8 @@ depends=('python'
'python-zxcvbn'
'python-progressbar>=2.5'
'python-loguru>=0.4.1'
+ # Arch Bug FS#68391: remove this transitive dep when bug fixed
+ 'python-brotli'
)
optdepends=('python-guppy: for memusage plugin' #AUR#
'python-transmissionrpc: Transmission support' #AUR#