diff options
author | Dimitris Zlatanidis <d.zlatanidis@gmail.com> | 2022-10-14 03:22:28 +0100 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2022-10-15 10:47:35 +0700 |
commit | 1ec944c8e321ddfb33334cd22455230f590ad089 (patch) | |
tree | 6e32056b6288a6756592041aa995a1ba6ea40d63 /python | |
parent | c907beb112657a21d90263d90eff4acbcd2b2a12 (diff) |
python/python2-twitter: Rebuilt for python2-pytest-runner.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'python')
-rw-r--r-- | python/python2-twitter/python2-twitter.SlackBuild | 2 | ||||
-rw-r--r-- | python/python2-twitter/python2-twitter.info | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/python/python2-twitter/python2-twitter.SlackBuild b/python/python2-twitter/python2-twitter.SlackBuild index d31e7bce0932..48fd5e2e8639 100644 --- a/python/python2-twitter/python2-twitter.SlackBuild +++ b/python/python2-twitter/python2-twitter.SlackBuild @@ -27,7 +27,7 @@ cd $(dirname $0) ; CWD=$(pwd) PRGNAM=python2-twitter SRCNAM=python-twitter VERSION=${VERSION:-3.4.2} -BUILD=${BUILD:-2} +BUILD=${BUILD:-3} TAG=${TAG:-_SBo} PKGTYPE=${PKGTYPE:-tgz} diff --git a/python/python2-twitter/python2-twitter.info b/python/python2-twitter/python2-twitter.info index 619161262d79..447d0f7d5b00 100644 --- a/python/python2-twitter/python2-twitter.info +++ b/python/python2-twitter/python2-twitter.info @@ -5,6 +5,6 @@ DOWNLOAD="https://files.pythonhosted.org/packages/12/df/cf1f6f1cf736380bb6b828c4 MD5SUM="5919b8ccac604b49c5dc9851b8686e26" DOWNLOAD_x86_64="" MD5SUM_x86_64="" -REQUIRES="pytest-runner requests-oauthlib" +REQUIRES="python2-pytest-runner requests-oauthlib" MAINTAINER="Dimitris Zlatanidis" EMAIL="d.zlatanidis@gmail.com" |