From c088340c6945eea1bc035b632e1d28d428f2e586 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C3=89rico=20Rolim?= Date: Thu, 4 Feb 2021 22:57:40 -0300 Subject: [PATCH] castero: remove unnecessary dependencies. zope.event (and zope.interface) should be brought in by gevent. Fixes #28105 --- srcpkgs/castero/template | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/srcpkgs/castero/template b/srcpkgs/castero/template index 9cf9b303156..217e0a0108e 100644 --- a/srcpkgs/castero/template +++ b/srcpkgs/castero/template @@ -1,11 +1,11 @@ # Template file for 'castero' pkgname=castero version=0.8.2 -revision=2 +revision=3 build_style=python3-module hostmakedepends="python3-setuptools" depends="python3-BeautifulSoup4 python3-cjkwrap python3-gevent - python3-grequests python3-mpv python3-requests python3-zope.event" + python3-grequests python3-mpv python3-requests" short_desc="TUI podcast client for the terminal" maintainer="Nathan Owens " license="MIT"