From 153550640ae3511caa7668689c21fb0edb7bace9 Mon Sep 17 00:00:00 2001 From: Nathan Owens Date: Tue, 8 Dec 2020 15:58:26 -0600 Subject: [PATCH] castero: Add missing runtime deps --- srcpkgs/castero/template | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/srcpkgs/castero/template b/srcpkgs/castero/template index d0a29a1c672..9cf9b303156 100644 --- a/srcpkgs/castero/template +++ b/srcpkgs/castero/template @@ -1,11 +1,11 @@ # Template file for 'castero' pkgname=castero version=0.8.2 -revision=1 +revision=2 build_style=python3-module hostmakedepends="python3-setuptools" -depends="python3-BeautifulSoup4 python3-cjkwrap - python3-mpv python3-requests" +depends="python3-BeautifulSoup4 python3-cjkwrap python3-gevent + python3-grequests python3-mpv python3-requests python3-zope.event" short_desc="TUI podcast client for the terminal" maintainer="Nathan Owens " license="MIT"