diff options
author | Robby Workman <rworkman@slackbuilds.org> | 2013-11-22 13:47:25 -0600 |
---|---|---|
committer | Robby Workman <rworkman@slackbuilds.org> | 2013-11-22 17:46:31 -0600 |
commit | def70a67cb521b5ce510fea6d7b54607f8f038e1 (patch) | |
tree | eeece0e770b856734da16e430f663698c63f05c1 /python/stem | |
parent | 122404bd95f420b3f1cc3aad76e5c8fd2e1c7937 (diff) | |
download | slackbuilds-def70a67cb521b5ce510fea6d7b54607f8f038e1.tar.gz |
python/stem: Clarify dependency information
Signed-off-by: Robby Workman <rworkman@slackbuilds.org>
Diffstat (limited to 'python/stem')
-rw-r--r-- | python/stem/README | 1 | ||||
-rw-r--r-- | python/stem/stem.info | 2 |
2 files changed, 2 insertions, 1 deletions
diff --git a/python/stem/README b/python/stem/README index 5ff10fc5aa..2cb67e53a7 100644 --- a/python/stem/README +++ b/python/stem/README @@ -4,3 +4,4 @@ stem is compatible with python 2.6+ (including python 3) Having Tor installed is not required for building, but obviously it is for actually using this library. +The tor installation does not have to be from SBo. diff --git a/python/stem/stem.info b/python/stem/stem.info index 5f31c3242a..b1014548c7 100644 --- a/python/stem/stem.info +++ b/python/stem/stem.info @@ -5,6 +5,6 @@ DOWNLOAD="http://www.atagar.com/transfer/stem/stem-1.0.1.tar.bz2" MD5SUM="f21cac5ab6c8aca975f4bc1db73ff5e5" DOWNLOAD_x86_64="" MD5SUM_x86_64="" -REQUIRES="tor" +REQUIRES="" MAINTAINER="Markus Reichelt" EMAIL="slackbuilds@mareichelt.de" |