diff options
Diffstat (limited to 'office/nts')
-rw-r--r-- | office/nts/README | 5 | ||||
-rw-r--r-- | office/nts/nts.info | 2 |
2 files changed, 1 insertions, 6 deletions
diff --git a/office/nts/README b/office/nts/README index a505c54c99..20a64eaa1b 100644 --- a/office/nts/README +++ b/office/nts/README @@ -4,8 +4,3 @@ line interface for viewing notes in a variety of convenient ways and a cross-platform, wx(python)-based GUI for creating and modifying notes as well as viewing them. Displayed items can be grouped by path or tag and can be filtered in various ways. - -Requirements - -wxPython, pysetuptools and python-dateutil must be installed. -These can be installed from the SlackBuild repository. diff --git a/office/nts/nts.info b/office/nts/nts.info index 6071d2645c..94bae7966d 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="pysetuptools python-dateutil wxPython" +REQUIRES="python-dateutil wxPython" MAINTAINER="Jostein Berntsen" EMAIL="jbernts@broadpark.no" |