castero: Add missing runtime deps

This commit is contained in:
Nathan Owens 2020-12-08 15:58:26 -06:00 committed by Leah Neukirchen
parent 57c63a7a67
commit 153550640a

View file

@ -1,11 +1,11 @@
# Template file for 'castero' # Template file for 'castero'
pkgname=castero pkgname=castero
version=0.8.2 version=0.8.2
revision=1 revision=2
build_style=python3-module build_style=python3-module
hostmakedepends="python3-setuptools" hostmakedepends="python3-setuptools"
depends="python3-BeautifulSoup4 python3-cjkwrap depends="python3-BeautifulSoup4 python3-cjkwrap python3-gevent
python3-mpv python3-requests" python3-grequests python3-mpv python3-requests python3-zope.event"
short_desc="TUI podcast client for the terminal" short_desc="TUI podcast client for the terminal"
maintainer="Nathan Owens <ndowens04@gmail.com>" maintainer="Nathan Owens <ndowens04@gmail.com>"
license="MIT" license="MIT"