diff options
-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" |