From 1d902d279dcc376bae0d9c3d4258e13d033fb7fb Mon Sep 17 00:00:00 2001 From: Benjamin Trigona-Harany Date: Sat, 24 Apr 2021 06:38:52 +0000 Subject: [PATCH] python/munch: Fix REQUIRES and README. Signed-off-by: Dave Woodfall Signed-off-by: Willy Sudiarto Raharjo --- python/munch/README | 5 +++-- 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"