diff options
author | Arn0 <yth@ythogtha.org> | 2022-09-14 09:47:59 +0200 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2022-09-17 09:00:17 +0700 |
commit | 96170348cc45c71b5e5978ea619d38bd6cd3a0c5 (patch) | |
tree | e879ab71dcdbc72d5587389a4d0e75ba74e39b27 | |
parent | bae321cb52ec80b31c42fe8eac6146ad52b82410 (diff) | |
download | slackbuilds-96170348cc45c71b5e5978ea619d38bd6cd3a0c5.tar.gz |
python/python3-automat: sets m2r as optional dependency
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
-rw-r--r-- | python/python3-automat/README | 2 | ||||
-rw-r--r-- | python/python3-automat/python3-automat.info | 2 |
2 files changed, 3 insertions, 1 deletions
diff --git a/python/python3-automat/README b/python/python3-automat/README index 44034e0b09..5d089cfa07 100644 --- a/python/python3-automat/README +++ b/python/python3-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/python3-automat/python3-automat.info b/python/python3-automat/python3-automat.info index 77e9651079..778fdcb838 100644 --- a/python/python3-automat/python3-automat.info +++ b/python/python3-automat/python3-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="python3-attrs wheel python-m2r" +REQUIRES="python3-attrs wheel" MAINTAINER="Yth - Arnaud" EMAIL="yth@ythogtha.org" |