summaryrefslogtreecommitdiffstats
path: root/python/python3-automat/python3-automat.SlackBuild
diff options
context:
space:
mode:
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
commit748383dcd0bc591079c7d0bc4fcdc830040c3170 (patch)
tree000665961034e474c030dc812761640520daa410 /python/python3-automat/python3-automat.SlackBuild
parenta4bca73a9adbeec8e88bb44b99385587b9b25d95 (diff)
downloadslackbuilds-748383dcd0bc591079c7d0bc4fcdc830040c3170.tar.gz
slackbuilds-748383dcd0bc591079c7d0bc4fcdc830040c3170.tar.xz
python/python3-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/python3-automat/python3-automat.SlackBuild')
-rw-r--r--python/python3-automat/python3-automat.SlackBuild2
1 files changed, 1 insertions, 1 deletions
diff --git a/python/python3-automat/python3-automat.SlackBuild b/python/python3-automat/python3-automat.SlackBuild
index 853066e925..5f2a7c887a 100644
--- a/python/python3-automat/python3-automat.SlackBuild
+++ b/python/python3-automat/python3-automat.SlackBuild
@@ -29,7 +29,7 @@ cd $(dirname $0) ; CWD=$(pwd)
PRGNAM=python3-automat
SRCNAM=Automat
VERSION=${VERSION:-20.2.0}
-BUILD=${BUILD:-1}
+BUILD=${BUILD:-2}
TAG=${TAG:-_SBo}
PKGTYPE=${PKGTYPE:-tgz}