python/apprise: Rebuilt for python2-pytest-runner.

Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
Justin Teague 2022-10-14 03:03:19 +01:00 committed by Willy Sudiarto Raharjo
parent 1ae860847a
commit 3faea60201
No known key found for this signature in database
GPG Key ID: 3F617144D7238786
2 changed files with 2 additions and 2 deletions

View File

@ -26,7 +26,7 @@ cd $(dirname $0) ; CWD=$(pwd)
PRGNAM=apprise
VERSION=${VERSION:-0.9.1}
BUILD=${BUILD:-1}
BUILD=${BUILD:-2}
TAG=${TAG:-_SBo}
PKGTYPE=${PKGTYPE:-tgz}

View File

@ -5,6 +5,6 @@ DOWNLOAD="https://files.pythonhosted.org/packages/source/a/apprise/apprise-0.9.1
MD5SUM="a40e7ddf76f31d5b5a386cf9a0d9b9c6"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES="click decorator Markdown python-oauthlib requests-oauthlib python2-PyYAML babel pytest-runner"
REQUIRES="click decorator Markdown python-oauthlib requests-oauthlib python2-PyYAML babel python2-pytest-runner"
MAINTAINER="Justin Teague"
EMAIL="arcadellama@posteo.net"