diff options
author | ponce <matteo.bernardini@gmail.com> | 2012-08-23 16:22:57 +0200 |
---|---|---|
committer | Robby Workman <rworkman@slackbuilds.org> | 2012-08-23 15:49:32 -0500 |
commit | 275bf23ae3c848197b88509c9eb3b949f3aa5636 (patch) | |
tree | fa68426fe6c51fac9d7337dda9658ed5dc6e4988 /python | |
parent | f6f032b9b87c92d86097f4119322eb73e83e6c7e (diff) | |
download | slackbuilds-275bf23ae3c848197b88509c9eb3b949f3aa5636.tar.gz |
python/pyutil: Fixed dep information
Diffstat (limited to 'python')
-rw-r--r-- | python/pyutil/README | 3 | ||||
-rw-r--r-- | python/pyutil/pyutil.info | 2 |
2 files changed, 1 insertions, 4 deletions
diff --git a/python/pyutil/README b/python/pyutil/README index f206473186..068d92ea85 100644 --- a/python/pyutil/README +++ b/python/pyutil/README @@ -1,4 +1 @@ A collection of functions and data structures from allmydata.org. - -This package requires pysetuptools, argparse and zbase32. Note that the -last one is a circular dependency, however it will only be needed at runtime. diff --git a/python/pyutil/pyutil.info b/python/pyutil/pyutil.info index 7075482533..92b98bafb4 100644 --- a/python/pyutil/pyutil.info +++ b/python/pyutil/pyutil.info @@ -5,6 +5,6 @@ DOWNLOAD="http://pypi.python.org/packages/source/p/pyutil/pyutil-1.9.3.tar.gz" MD5SUM="3902a6ad6772eebc347cfcca41d1b63f" DOWNLOAD_x86_64="" MD5SUM_x86_64="" -REQUIRES="argparse pysetuptools zbase32" +REQUIRES="argparse zbase32" MAINTAINER="Markus Reichelt" EMAIL="slackbuilds@mareichelt.de" |