network/vdirsyncer: Fix, add missing dep.

Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
fourtysixandtwo 2023-10-12 10:11:04 -06:00 committed by Willy Sudiarto Raharjo
parent 2212099a54
commit 31fe021903
No known key found for this signature in database
GPG key ID: 3F617144D7238786

View file

@ -5,6 +5,6 @@ DOWNLOAD="https://files.pythonhosted.org/packages/81/fb/6fbb7f1d102a59db275811a0
MD5SUM="243ecfc93cdcf61908fc786af4017540"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES="click click-log click-threading requests-toolbelt python-urwid python3-aiohttp python3-aiostream"
REQUIRES="click click-log click-threading requests-toolbelt python-urwid python3-aiohttp python3-aiostream python3-atomicwrites"
MAINTAINER="Tonus"
EMAIL="tonus1@free.fr"