diff options
author | Benjamin Trigona-Harany <slackbuilds@jaxartes.net> | 2021-04-24 06:38:52 +0000 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2021-04-24 22:07:01 +0700 |
commit | 1d902d279dcc376bae0d9c3d4258e13d033fb7fb (patch) | |
tree | 5ee1009c2726f17f572e4b6f67d2459e221227ba | |
parent | c0db11f1045ce93347444e060f31b3767392d8a6 (diff) | |
download | slackbuilds-1d902d279dcc376bae0d9c3d4258e13d033fb7fb.tar.gz |
python/munch: Fix REQUIRES and README.
Signed-off-by: Dave Woodfall <dave@slackbuilds.org>
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
-rw-r--r-- | python/munch/README | 5 | ||||
-rw-r--r-- | python/munch/munch.info | 2 |
2 files changed, 4 insertions, 3 deletions
diff --git a/python/munch/README b/python/munch/README index c4e8b0c29c..7826fec661 100644 --- a/python/munch/README +++ b/python/munch/README @@ -1,4 +1,5 @@ -Munch implements a Python dictionary that provides attribute-style access (a la -JavaScript objects). Munch is a fork of David Schoonover's Bunch package. +Munch implements a Python dictionary that provides attribute-style +access (a la JavaScript objects). Munch is a fork of David Schoonover's +Bunch package. Munch will make use PyYAML and python3-PyYAML if they are installed. diff --git a/python/munch/munch.info b/python/munch/munch.info index ebb834fa47..750d9f4fb7 100644 --- a/python/munch/munch.info +++ b/python/munch/munch.info @@ -5,6 +5,6 @@ DOWNLOAD="https://files.pythonhosted.org/packages/source/m/munch/munch-2.5.0.tar MD5SUM="ed84c3718416c8d4d03d0a6ef46e8e0c" DOWNLOAD_x86_64="" MD5SUM_x86_64="" -REQUIRES="" +REQUIRES="pbr" MAINTAINER="Benjamin Trigona-Harany" EMAIL="slackbuilds@jaxartes.net" |