summaryrefslogtreecommitdiffstats
path: root/python/munch
diff options
context:
space:
mode:
author Benjamin Trigona-Harany2021-04-24 08:38:52 +0200
committer Willy Sudiarto Raharjo2021-04-24 17:07:01 +0200
commit1d902d279dcc376bae0d9c3d4258e13d033fb7fb (patch)
tree5ee1009c2726f17f572e4b6f67d2459e221227ba /python/munch
parentc0db11f1045ce93347444e060f31b3767392d8a6 (diff)
downloadslackbuilds-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>
Diffstat (limited to 'python/munch')
-rw-r--r--python/munch/README5
-rw-r--r--python/munch/munch.info2
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"