aboutsummaryrefslogtreecommitdiff
path: root/python
diff options
context:
space:
mode:
authorArn0 <yth@ythogtha.org>2022-09-14 09:48:14 +0200
committerWilly Sudiarto Raharjo <willysr@slackbuilds.org>2022-09-17 09:00:17 +0700
commit5f580e046aabbd9cac307543df30348382bf14c0 (patch)
treeb3e404e8aed6686a2b6bbf6fb4ebcf3e097b9a2a /python
parent96170348cc45c71b5e5978ea619d38bd6cd3a0c5 (diff)
downloadslackbuilds-5f580e046aabbd9cac307543df30348382bf14c0.tar.xz
python/python2-automat: sets m2r as optional dependency
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'python')
-rw-r--r--python/python2-automat/README2
-rw-r--r--python/python2-automat/python2-automat.info2
2 files changed, 3 insertions, 1 deletions
diff --git a/python/python2-automat/README b/python/python2-automat/README
index 44034e0b09bb..5d089cfa07a2 100644
--- a/python/python2-automat/README
+++ b/python/python2-automat/README
@@ -1,3 +1,5 @@
Automat is a library for concise, idiomatic Python expression of
finite-state automata (particularly deterministic finite-state
transducers).
+
+python-m2r is an optional dependency for better documentations.
diff --git a/python/python2-automat/python2-automat.info b/python/python2-automat/python2-automat.info
index 70dadc856bda..d9aa4d7bb8c7 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 python-m2r"
+REQUIRES="python2-setuptools-scm python2-attrs wheel"
MAINTAINER="Yth - Arnaud"
EMAIL="yth@ythogtha.org"