summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorredfish2021-04-22 15:49:57 -0400
committerredfish2021-04-22 15:49:57 -0400
commit656a9ae8a40d196c0e3293a248fad5a5128e1b51 (patch)
tree3b2f625d9b1cfab85c8fe620dcc945ef9960425d
parentc6638f1dbc4f8d562d130a257af008374523e8c1 (diff)
downloadaur-656a9ae8a40d196c0e3293a248fad5a5128e1b51.tar.gz
add python-brotli transitive dep until FS#68391 is fixed
-rw-r--r--.SRCINFO1
-rw-r--r--PKGBUILD2
2 files changed, 3 insertions, 0 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 23b9d28cba96..2790e67ffb5e 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -36,6 +36,7 @@ pkgbase = flexget-git
depends = python-zxcvbn
depends = python-progressbar>=2.5
depends = python-loguru>=0.4.1
+ depends = python-brotli
optdepends = python-guppy: for memusage plugin
optdepends = python-transmissionrpc: Transmission support
optdepends = python-rarfile: decompress plugin
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#