summaryrefslogtreecommitdiffstats
path: root/python/python2-automat/python2-automat.info
diff options
context:
space:
mode:
author Andrew Clemons2022-04-11 12:43:28 +0200
committer Willy Sudiarto Raharjo2022-04-16 07:12:37 +0200
commit9c7bc63003b49f81b5c3c2b95833cad6d5970b6b (patch)
tree623c30dc8350a4a919299c2e68667d99ef6f6a1a /python/python2-automat/python2-automat.info
parenteb3b8a31549da2d2ff301f3bc1b4814079e3fce6 (diff)
downloadslackbuilds-9c7bc63003b49f81b5c3c2b95833cad6d5970b6b.tar.gz
python/python2-automat: Add missing python-m2r dependency.
Otherwise, the build tries to download this when run. Signed-off-by: Andrew Clemons <andrew.clemons@gmail.com> Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'python/python2-automat/python2-automat.info')
-rw-r--r--python/python2-automat/python2-automat.info2
1 files changed, 1 insertions, 1 deletions
diff --git a/python/python2-automat/python2-automat.info b/python/python2-automat/python2-automat.info
index d9aa4d7bb8..70dadc856b 100644
--- a/python/python2-automat/python2-automat.info
+++ b/python/python2-automat/python2-automat.info
@@ -5,6 +5,6 @@ DOWNLOAD="https://pypi.python.org/packages/source/A/Automat/Automat-20.2.0.tar.g
MD5SUM="d6cef9886b037b8857bfbc686f3ae30a"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
-REQUIRES="python2-setuptools-scm python2-attrs wheel"
+REQUIRES="python2-setuptools-scm python2-attrs wheel python-m2r"
MAINTAINER="Yth - Arnaud"
EMAIL="yth@ythogtha.org"