diff options
Diffstat (limited to 'python')
-rw-r--r-- | python/python2-automat/python2-automat.SlackBuild | 2 | ||||
-rw-r--r-- | python/python2-automat/python2-automat.info | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/python/python2-automat/python2-automat.SlackBuild b/python/python2-automat/python2-automat.SlackBuild index 84681d15b551..61aa58035535 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} diff --git a/python/python2-automat/python2-automat.info b/python/python2-automat/python2-automat.info index d9aa4d7bb8c7..70dadc856bda 100644 --- a/python/python2-automat/python2-automat.info +++ b/python/python2-automat/python2-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="python2-setuptools-scm python2-attrs wheel" +REQUIRES="python2-setuptools-scm python2-attrs wheel python-m2r" MAINTAINER="Yth - Arnaud" EMAIL="yth@ythogtha.org" |