diff options
author | Arn0 <yth@ythogtha.org> | 2022-09-14 09:48:14 +0200 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2022-09-17 09:00:17 +0700 |
commit | 5f580e046aabbd9cac307543df30348382bf14c0 (patch) | |
tree | b3e404e8aed6686a2b6bbf6fb4ebcf3e097b9a2a /python/python2-automat | |
parent | 96170348cc45c71b5e5978ea619d38bd6cd3a0c5 (diff) | |
download | slackbuilds-5f580e046aabbd9cac307543df30348382bf14c0.tar.gz |
python/python2-automat: sets m2r as optional dependency
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'python/python2-automat')
-rw-r--r-- | python/python2-automat/README | 2 | ||||
-rw-r--r-- | python/python2-automat/python2-automat.info | 2 |
2 files changed, 3 insertions, 1 deletions
diff --git a/python/python2-automat/README b/python/python2-automat/README index 44034e0b09..5d089cfa07 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 70dadc856b..d9aa4d7bb8 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" |