Date: Saturday, October 16, 2021 @ 19:47:13 Author: archange Revision: 1030580
FS#71717 add missing optdep Modified: woob/trunk/PKGBUILD ----------+ PKGBUILD | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2021-10-16 19:46:48 UTC (rev 1030579) +++ PKGBUILD 2021-10-16 19:47:13 UTC (rev 1030580) @@ -2,7 +2,7 @@ pkgname=woob pkgver=3.0 -pkgrel=2 +pkgrel=3 pkgdesc="Core library and modules for Web outside of Browsers" arch=(any) url="https://woob.tech/" @@ -23,6 +23,7 @@ optdepends=( 'python-prettytable: CLI output formatting' 'python-feedparser: required by some modules' + 'python-google-api-python-client: multiple Google services like YouTube' ) makedepends=(python-setuptools) replaces=(weboob)
