diff options
author | fourtysixandtwo <fourtysixandtwo@sliderr.net> | 2023-05-15 02:37:21 -0600 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2023-05-27 07:17:21 +0700 |
commit | dec68c60a4d7e2877f908afde43b95d073b02fd1 (patch) | |
tree | 0d4f4ff07de01da37750def2afd4638e2076ee20 /network | |
parent | e7d0ecd58a2928e7053b2bc68263e0822baf9c47 (diff) |
network/deis: REQUIRES updated for renamed python deps.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'network')
-rw-r--r-- | network/deis/deis.SlackBuild | 2 | ||||
-rw-r--r-- | network/deis/deis.info | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/network/deis/deis.SlackBuild b/network/deis/deis.SlackBuild index 091bf523e037d..717e1f5260da0 100644 --- a/network/deis/deis.SlackBuild +++ b/network/deis/deis.SlackBuild @@ -26,7 +26,7 @@ cd $(dirname $0) ; CWD=$(pwd) PRGNAM=deis VERSION=${VERSION:-1.6.1} -BUILD=${BUILD:-1} +BUILD=${BUILD:-2} TAG=${TAG:-_SBo} PKGTYPE=${PKGTYPE:-tgz} diff --git a/network/deis/deis.info b/network/deis/deis.info index c5c327ebb778c..f13e817a18c7d 100644 --- a/network/deis/deis.info +++ b/network/deis/deis.info @@ -5,6 +5,6 @@ DOWNLOAD="https://pypi.python.org/packages/source/d/deis/deis-1.6.1.tar.gz" MD5SUM="dda95188c7bb4562c97eeeefc4eed8f9" DOWNLOAD_x86_64="" MD5SUM_x86_64="" -REQUIRES="docopt python2-dateutil termcolor python2-PyYAML python2-tabulate ndg_httpsclient" +REQUIRES="python2-docopt python2-dateutil termcolor python2-PyYAML python2-tabulate ndg_httpsclient" MAINTAINER="Dimitris Zlatanidis" EMAIL="d.zlatanidis@gmail.com" |