python/pyutil: Fixed dep information

This commit is contained in:
ponce 2012-08-23 16:22:57 +02:00 committed by Robby Workman
parent f6f032b9b8
commit 275bf23ae3
2 changed files with 1 additions and 4 deletions

View file

@ -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.

View file

@ -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"