summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
author Robby Workman2013-11-22 20:47:25 +0100
committer Robby Workman2013-11-23 00:46:31 +0100
commitdef70a67cb521b5ce510fea6d7b54607f8f038e1 (patch)
treeeeece0e770b856734da16e430f663698c63f05c1
parent122404bd95f420b3f1cc3aad76e5c8fd2e1c7937 (diff)
downloadslackbuilds-def70a67cb521b5ce510fea6d7b54607f8f038e1.tar.gz
python/stem: Clarify dependency information
Signed-off-by: Robby Workman <rworkman@slackbuilds.org>
-rw-r--r--python/stem/README1
-rw-r--r--python/stem/stem.info2
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"