diff options
author | ponce <matteo.bernardini@gmail.com> | 2012-08-23 17:43:24 +0200 |
---|---|---|
committer | Robby Workman <rworkman@slackbuilds.org> | 2012-08-23 15:49:38 -0500 |
commit | 8dfb5f4fbbf56be4ef738a56fe8b19167d211ede (patch) | |
tree | b4cb48ced09abc4cc114a82a3074ac118d4e1ac9 /office | |
parent | 126045878dfa0dfcbe8ee1c3ed97d490ddb4b29a (diff) |
office/nts: Fixed dep information
Diffstat (limited to 'office')
-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 a505c54c99bf..20a64eaa1bda 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 6071d2645cb6..94bae7966dfc 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" |