diff options
-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" |