diff options
author | ponce <matteo.bernardini@gmail.com> | 2012-08-23 17:05:10 +0200 |
---|---|---|
committer | Robby Workman <rworkman@slackbuilds.org> | 2012-08-23 15:49:34 -0500 |
commit | 89c54297b3f91863cb430f061c5bfc4a234c9c13 (patch) | |
tree | 2dc612cfa966034613ab18cc47b7ec3d46cfcf3b /office/etm | |
parent | b86aa1368f5f8340c24e5c94c88fee77a6019129 (diff) | |
download | slackbuilds-89c54297b3f91863cb430f061c5bfc4a234c9c13.tar.gz |
office/etm: Fixed dep information
Diffstat (limited to 'office/etm')
-rw-r--r-- | office/etm/README | 5 | ||||
-rw-r--r-- | office/etm/etm.info | 2 |
2 files changed, 1 insertions, 6 deletions
diff --git a/office/etm/README b/office/etm/README index 7500b7e4c8..7a1a24c992 100644 --- a/office/etm/README +++ b/office/etm/README @@ -5,11 +5,6 @@ and a cross-platform, wx(python)-based GUI for creating and modifying items as well as viewing them. Displayed items can be grouped by date, context, keyword or project and can be filtered in various ways. -Requirements - -wxPython, pysetuptools and python-dateutil must be installed. These can -be installed from the SlackBuild repository. - Comment If you get a codes.py error after running e.py for the first time, diff --git a/office/etm/etm.info b/office/etm/etm.info index 36181114e2..2b05fddd0d 100644 --- a/office/etm/etm.info +++ b/office/etm/etm.info @@ -5,6 +5,6 @@ DOWNLOAD="http://www.duke.edu/~dgraham/ETM/etm-891.tar.gz" MD5SUM="4e4cd162a9103debc2596401a1acfaae" DOWNLOAD_x86_64="" MD5SUM_x86_64="" -REQUIRES="pysetuptools python-dateutil wxPython" +REQUIRES="python-dateutil wxPython" MAINTAINER="Jostein Berntsen" EMAIL="jbernts@broadpark.no" |