aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorfourtysixandtwo <fourtysixandtwo@sliderr.net>2023-10-12 10:11:04 -0600
committerWilly Sudiarto Raharjo <willysr@slackbuilds.org>2023-10-14 10:32:31 +0700
commit31fe0219036edbb2c9681b034789f5d0b6f277df (patch)
tree673910b990933ee1c25a53aad2e24d7895cb9a4c
parent2212099a542b3ff9d805a3a3cf60a7c577adbd93 (diff)
downloadslackbuilds-31fe0219036edbb2c9681b034789f5d0b6f277df.tar.xz
network/vdirsyncer: Fix, add missing dep.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
-rw-r--r--network/vdirsyncer/vdirsyncer.info2
1 files changed, 1 insertions, 1 deletions
diff --git a/network/vdirsyncer/vdirsyncer.info b/network/vdirsyncer/vdirsyncer.info
index 34389cdd7e..98f279ade4 100644
--- a/network/vdirsyncer/vdirsyncer.info
+++ b/network/vdirsyncer/vdirsyncer.info
@@ -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"