mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-21 19:42:24 +01:00
python/apprise: Rebuilt for python2-pytest-runner.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
parent
1ae860847a
commit
3faea60201
2 changed files with 2 additions and 2 deletions
|
@ -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}
|
||||
|
||||
|
|
|
@ -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"
|
||||
|
|
Loading…
Reference in a new issue