summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorredfish2021-04-22 15:46:59 -0400
committerredfish2021-04-22 15:46:59 -0400
commit9a6d480e57a2b6dc527e75864f4249f0a8a8f223 (patch)
tree4386374c1f069a00075561a5a874fe8a5308a0cd
parenteddcdc00647897f63462968bfd95b73e41e751b9 (diff)
downloadaur-9a6d480e57a2b6dc527e75864f4249f0a8a8f223.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 0b8b7bb39001..e6b157f1506e 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -37,6 +37,7 @@ pkgbase = flexget
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 bafff03735e5..e3c0e7454f55 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -45,6 +45,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#