diff options
Diffstat (limited to 'python/munch')
-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 c4e8b0c29ceff..7826fec6611ce 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 ebb834fa47347..750d9f4fb79bc 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" |