diff options
author | Andrew Clemons <andrew.clemons@gmail.com> | 2021-07-24 11:50:42 +1200 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2021-07-25 16:55:58 +0700 |
commit | 44c9538a25493b19865aff6f917c8907e59d987b (patch) | |
tree | ef9a837c99cfe74363bd0d367a2a541ee7957730 /office | |
parent | cc6152d2e89d58d4d5e55a08bb85f0a9cdce7fae (diff) | |
download | slackbuilds-44c9538a25493b19865aff6f917c8907e59d987b.tar.gz |
office/nts: Fix dependency.
Signed-off-by: Andrew Clemons <andrew.clemons@gmail.com>
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'office')
-rw-r--r-- | office/nts/nts.info | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/office/nts/nts.info b/office/nts/nts.info index 136bf3c0d3..d98ebaf598 100644 --- a/office/nts/nts.info +++ b/office/nts/nts.info @@ -5,6 +5,6 @@ DOWNLOAD="http://www.duke.edu/~dgraham/NTS/nts-82.tar.gz" MD5SUM="0d0da351859ae9131b676720f4a831ea" DOWNLOAD_x86_64="" MD5SUM_x86_64="" -REQUIRES="python-dateutil wxPython" +REQUIRES="python2-dateutil wxPython" MAINTAINER="Jostein Berntsen" EMAIL="jvbernts@online.no" |