diff options
author | Arn0 <yth@ythogtha.org> | 2022-03-31 21:33:30 +0200 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2022-04-02 18:18:58 +0700 |
commit | 936379565ae8757fd1eeae4ba2022903eb7f2833 (patch) | |
tree | d8fc55e7e1c3b9f02a0463dfea4cb1720e606fa9 /python/python3-automat | |
parent | 1793805955e8bed970fa13d298d9f0d7277a00ce (diff) |
python/python3-automat: removed unused python-m2r requirement
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'python/python3-automat')
-rw-r--r-- | python/python3-automat/python3-automat.info | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/python/python3-automat/python3-automat.info b/python/python3-automat/python3-automat.info index 0ca5ff83bca6..3306c6ee278e 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 python-m2r" +REQUIRES="python3-attrs" MAINTAINER="Yth - Arnaud" EMAIL="yth@ythogtha.org" |