mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-24 10:02:29 +01:00
python/pyutil: Fixed dep information
This commit is contained in:
parent
f6f032b9b8
commit
275bf23ae3
2 changed files with 1 additions and 4 deletions
|
@ -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.
|
||||
|
|
|
@ -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"
|
||||
|
|
Loading…
Reference in a new issue