diff options
author | dsomero <xgizzmo@slackbuilds.org> | 2012-08-27 22:28:36 -0400 |
---|---|---|
committer | Robby Workman <rworkman@slackbuilds.org> | 2012-08-28 00:30:06 -0500 |
commit | a25d2be2e1e623f032245f6a27a7e843e6742d10 (patch) | |
tree | 453442475c4706373336beeab26f879fd03b6e75 /python | |
parent | 6a64391e0f364dd85bf760bbfee7fa7dcd4e36f2 (diff) | |
download | slackbuilds-a25d2be2e1e623f032245f6a27a7e843e6742d10.tar.gz |
python/python-stomper: Requires distribute.
Signed-off-by: dsomero <xgizzmo@slackbuilds.org>
Diffstat (limited to 'python')
-rw-r--r-- | python/python-stomper/python-stomper.info | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/python/python-stomper/python-stomper.info b/python/python-stomper/python-stomper.info index 8cbb2fabfd..ca0b28205e 100644 --- a/python/python-stomper/python-stomper.info +++ b/python/python-stomper/python-stomper.info @@ -5,6 +5,6 @@ DOWNLOAD="http://stomper.googlecode.com/files/stomper-0.2.3.tar.gz" MD5SUM="4f64beb3823455d46544c5f10922362a" DOWNLOAD_x86_64="" MD5SUM_x86_64="" -REQUIRES="" +REQUIRES="distribute" MAINTAINER="David Woodfall" EMAIL="dave@dawoodfall.net" |