system/ttop: REQUIRES updated for renamed python deps.

Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
fourtysixandtwo 2023-05-15 02:40:54 -06:00 committed by Willy Sudiarto Raharjo
parent 5061975e81
commit a16e395a6b
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=ttop
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://pypi.python.org/packages/cf/b2/3e41fffbf52260f871d1765cefe0d43
MD5SUM="77c3ed124990c6affb638e56326f20b4"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES="docopt python2-psutil"
REQUIRES="python2-docopt python2-psutil"
MAINTAINER="Dimitris Zlatanidis"
EMAIL="d.zlatanidis@gmail.com"