diff options
author | David Spencer <idlemoor@slackbuilds.org> | 2017-05-04 05:18:25 +0100 |
---|---|---|
committer | David Spencer <idlemoor@slackbuilds.org> | 2017-05-18 20:46:16 +0100 |
commit | 9750424a25645c511a67aca2001ce4b61b5ba630 (patch) | |
tree | 83e476f09562d1e734c3ded26c4dc0ed245d0133 | |
parent | 4725935a25c371e27c4228731a9ca6e9adb6eabf (diff) |
python/Automat: Fixed deps.
Signed-off-by: David Spencer <idlemoor@slackbuilds.org>
-rw-r--r-- | python/Automat/Automat.info | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/python/Automat/Automat.info b/python/Automat/Automat.info index 246daeb30ec0..8e15d44d6c17 100644 --- a/python/Automat/Automat.info +++ b/python/Automat/Automat.info @@ -5,6 +5,6 @@ DOWNLOAD="https://pypi.python.org/packages/73/5a/e5dc9a87e5795ba164e012f2b1cd659 MD5SUM="3a73d95339da60b58a624851f2319fe3" DOWNLOAD_x86_64="" MD5SUM_x86_64="" -REQUIRES="setuptools-scm mistune attrs six" +REQUIRES="python-m2r setuptools-scm attrs six" MAINTAINER="Markus Reichelt" EMAIL="slackbuilds@mareichelt.de" |