diff options
author | fourtysixandtwo <fourtysixandtwo@sliderr.net> | 2023-12-14 10:38:57 -0700 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2023-12-22 07:59:44 +0700 |
commit | 36251cefadeb5ffc84836ea4e0a93d0c40dcbb36 (patch) | |
tree | c4c7da1ec1cf1fbfc3fa3c9920640f1d1729776b /desktop/todoman | |
parent | 553834d8501545d201cfcdffb5ef68618f24b820 (diff) |
desktop/todoman: Fix redundant deps.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'desktop/todoman')
-rw-r--r-- | desktop/todoman/todoman.info | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/desktop/todoman/todoman.info b/desktop/todoman/todoman.info index a09097c9cb89..dff88d688e14 100644 --- a/desktop/todoman/todoman.info +++ b/desktop/todoman/todoman.info @@ -5,6 +5,6 @@ DOWNLOAD="https://files.pythonhosted.org/packages/fd/60/dbd18038cfe5a795d2e427b3 MD5SUM="248638b878dd39483c381c324b4edfeb" DOWNLOAD_x86_64="" MD5SUM_x86_64="" -REQUIRES="python3-atomicwrites click click-log icalendar python3-dateutil parsedatetime humanize python3-tabulate python-urwid python3-setuptools-opt pytz" +REQUIRES="python3-atomicwrites click click-log icalendar parsedatetime humanize python3-tabulate python-urwid python3-setuptools-opt" MAINTAINER="Tonus" EMAIL="tonus1@free.fr" |