diff options
author | fourtysixandtwo <fourtysixandtwo@sliderr.net> | 2023-10-12 10:11:04 -0600 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2023-10-14 10:32:31 +0700 |
commit | 31fe0219036edbb2c9681b034789f5d0b6f277df (patch) | |
tree | 673910b990933ee1c25a53aad2e24d7895cb9a4c /network/vdirsyncer | |
parent | 2212099a542b3ff9d805a3a3cf60a7c577adbd93 (diff) |
network/vdirsyncer: Fix, add missing dep.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'network/vdirsyncer')
-rw-r--r-- | network/vdirsyncer/vdirsyncer.info | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/network/vdirsyncer/vdirsyncer.info b/network/vdirsyncer/vdirsyncer.info index 34389cdd7ebe..98f279ade4f4 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" |