diff options
author | fourtysixandtwo <fourtysixandtwo@sliderr.net> | 2023-05-15 02:38:24 -0600 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2023-05-27 07:17:21 +0700 |
commit | 7f5248cad0b8bf7bc177d3ec8b846afebda2b93d (patch) | |
tree | e9271495e6a8b83a663463d4dc9106f150e44d37 | |
parent | 409da0cbc541a07bc91bf0a41dec80431cf3217c (diff) |
python/git-fame: REQUIRES updated for renamed python deps.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
-rw-r--r-- | python/git-fame/git-fame.SlackBuild | 2 | ||||
-rw-r--r-- | python/git-fame/git-fame.info | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/python/git-fame/git-fame.SlackBuild b/python/git-fame/git-fame.SlackBuild index c30f9f38a53ae..fd4685bdd66d4 100644 --- a/python/git-fame/git-fame.SlackBuild +++ b/python/git-fame/git-fame.SlackBuild @@ -27,7 +27,7 @@ cd $(dirname $0) ; CWD=$(pwd) PRGNAM=git-fame VERSION=${VERSION:-2.0.1} -BUILD=${BUILD:-1} +BUILD=${BUILD:-2} TAG=${TAG:-_SBo} PKGTYPE=${PKGTYPE:-tgz} diff --git a/python/git-fame/git-fame.info b/python/git-fame/git-fame.info index f85022de433ac..fc1dfdb759489 100644 --- a/python/git-fame/git-fame.info +++ b/python/git-fame/git-fame.info @@ -5,6 +5,6 @@ DOWNLOAD="https://files.pythonhosted.org/packages/7a/f2/fd903eafd3bf5d5dff0d5885 MD5SUM="b8b0be30c8b6bdcf5f9d23d61f03d676" DOWNLOAD_x86_64="" MD5SUM_x86_64="" -REQUIRES="python-argopt docopt tqdm python3-tabulate" +REQUIRES="python-argopt python3-docopt tqdm python3-tabulate" MAINTAINER="Andrew Clemons" EMAIL="andrew.clemons@gmail.com" |