diff options
author | Andrew Clemons <andrew.clemons@gmail.com> | 2022-04-11 22:43:28 +1200 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2022-04-16 12:12:37 +0700 |
commit | 9c7bc63003b49f81b5c3c2b95833cad6d5970b6b (patch) | |
tree | 623c30dc8350a4a919299c2e68667d99ef6f6a1a /python/python2-automat/python2-automat.SlackBuild | |
parent | eb3b8a31549da2d2ff301f3bc1b4814079e3fce6 (diff) |
python/python2-automat: Add missing python-m2r dependency.
Otherwise, the build tries to download this when run.
Signed-off-by: Andrew Clemons <andrew.clemons@gmail.com>
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'python/python2-automat/python2-automat.SlackBuild')
-rw-r--r-- | python/python2-automat/python2-automat.SlackBuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/python/python2-automat/python2-automat.SlackBuild b/python/python2-automat/python2-automat.SlackBuild index 84681d15b5..61aa580355 100644 --- a/python/python2-automat/python2-automat.SlackBuild +++ b/python/python2-automat/python2-automat.SlackBuild @@ -28,7 +28,7 @@ cd $(dirname $0) ; CWD=$(pwd) PRGNAM=python2-automat SRCNAM=Automat VERSION=${VERSION:-20.2.0} -BUILD=${BUILD:-1} +BUILD=${BUILD:-2} TAG=${TAG:-_SBo} PKGTYPE=${PKGTYPE:-tgz} |