diff options
author | Dimitris Zlatanidis <d.zlatanidis@gmail.com> | 2022-10-14 03:26:18 +0100 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2022-10-15 10:47:35 +0700 |
commit | d0f22bc0d288c0b9214a572d448d7a475de9a99b (patch) | |
tree | 7def286c3e7a6ded30536281b168769cc0ebd31d /python/rebulk | |
parent | 1ec944c8e321ddfb33334cd22455230f590ad089 (diff) |
python/rebulk: Rebuilt for python2-pytest-runner.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'python/rebulk')
-rw-r--r-- | python/rebulk/rebulk.SlackBuild | 2 | ||||
-rw-r--r-- | python/rebulk/rebulk.info | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/python/rebulk/rebulk.SlackBuild b/python/rebulk/rebulk.SlackBuild index 98bef141720b5..1e0a0f93cbff3 100644 --- a/python/rebulk/rebulk.SlackBuild +++ b/python/rebulk/rebulk.SlackBuild @@ -26,7 +26,7 @@ cd $(dirname $0) ; CWD=$(pwd) PRGNAM=rebulk VERSION=${VERSION:-0.7.6} -BUILD=${BUILD:-1} +BUILD=${BUILD:-2} TAG=${TAG:-_SBo} PKGTYPE=${PKGTYPE:-tgz} diff --git a/python/rebulk/rebulk.info b/python/rebulk/rebulk.info index 6ea8538465d1c..7a7dfc2cbcaab 100644 --- a/python/rebulk/rebulk.info +++ b/python/rebulk/rebulk.info @@ -5,6 +5,6 @@ DOWNLOAD="https://pypi.python.org/packages/1b/e6/ff6bab7e66679a01ea52b0269a354df MD5SUM="aa823265a156b8a0c7f448b5be32db1d" DOWNLOAD_x86_64="" MD5SUM_x86_64="" -REQUIRES="pytest-runner" +REQUIRES="python2-pytest-runner" MAINTAINER="Dimitris Zlatanidis" EMAIL="d.zlatanidis@gmail.com" |