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>
This commit is contained in:
Andrew Clemons 2022-04-11 22:43:28 +12:00 committed by Willy Sudiarto Raharjo
parent eb3b8a3154
commit 9c7bc63003
No known key found for this signature in database
GPG key ID: 3F617144D7238786
2 changed files with 2 additions and 2 deletions

View file

@ -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}

View file

@ -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="python2-setuptools-scm python2-attrs wheel"
REQUIRES="python2-setuptools-scm python2-attrs wheel python-m2r"
MAINTAINER="Yth - Arnaud"
EMAIL="yth@ythogtha.org"