diff options
author | ponce <matteo.bernardini@gmail.com> | 2012-08-23 18:46:07 +0200 |
---|---|---|
committer | Robby Workman <rworkman@slackbuilds.org> | 2012-08-23 15:49:40 -0500 |
commit | 306dda807e64c65f4ca375d18f27533de5df1cc1 (patch) | |
tree | 41d572bad8b200b05bfd0a3065e67b0e3dbba2ab /office | |
parent | 9c50e4a82db8d94a93a72958c0d5128d47c8687a (diff) |
office/wammu: Fixed dep information
Diffstat (limited to 'office')
-rw-r--r-- | office/wammu/README | 3 | ||||
-rw-r--r-- | office/wammu/wammu.info | 2 |
2 files changed, 2 insertions, 3 deletions
diff --git a/office/wammu/README b/office/wammu/README index 8683976f76a9..8f56f6c05d8d 100644 --- a/office/wammu/README +++ b/office/wammu/README @@ -1,5 +1,4 @@ Mobile phone manager using Gammu as it's backend. It works with any phone Gammu supports - many Nokias, Siemens, Alcatel, ... -This requires wxPython (wxGTK does NOT work). -pybluez is optional (for bluetooth support). +pybluez is an optional dependency (for bluetooth support). diff --git a/office/wammu/wammu.info b/office/wammu/wammu.info index b0449729df3f..d39fbad4c174 100644 --- a/office/wammu/wammu.info +++ b/office/wammu/wammu.info @@ -5,6 +5,6 @@ DOWNLOAD="http://dl.cihar.com/wammu/v0/wammu-0.36.tar.bz2" MD5SUM="065186e6d08bffd7f95ae000046904cb" DOWNLOAD_x86_64="" MD5SUM_x86_64="" -REQUIRES="pybluez wxPython" +REQUIRES="wxPython" MAINTAINER="Heinz Wiesinger" EMAIL="pprkut@liwjatan.at" |