mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-09 08:33:51 +02:00
castero: remove unnecessary dependencies.
zope.event (and zope.interface) should be brought in by gevent. Fixes #28105
This commit is contained in:
parent
7e2a987148
commit
c088340c69
1 changed files with 2 additions and 2 deletions
|
@ -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=2
|
revision=3
|
||||||
build_style=python3-module
|
build_style=python3-module
|
||||||
hostmakedepends="python3-setuptools"
|
hostmakedepends="python3-setuptools"
|
||||||
depends="python3-BeautifulSoup4 python3-cjkwrap python3-gevent
|
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"
|
short_desc="TUI podcast client for the terminal"
|
||||||
maintainer="Nathan Owens <ndowens04@gmail.com>"
|
maintainer="Nathan Owens <ndowens04@gmail.com>"
|
||||||
license="MIT"
|
license="MIT"
|
||||||
|
|
Loading…
Add table
Reference in a new issue