diff options
author | Andrew Clemons <andrew.clemons@gmail.com> | 2021-07-24 11:52:47 +1200 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2021-07-25 16:56:01 +0700 |
commit | 3d230df67ce4d346130c2e1823e09cbc821f08fa (patch) | |
tree | 1a97eca35635d59772ccdd0479df177932dde66b /network | |
parent | 18cf46a05b06412ab074a1b622c9fe0d4cdc3c04 (diff) | |
download | slackbuilds-3d230df67ce4d346130c2e1823e09cbc821f08fa.tar.gz |
network/deis: Fix dependency.
Signed-off-by: Andrew Clemons <andrew.clemons@gmail.com>
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'network')
-rw-r--r-- | network/deis/deis.info | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/network/deis/deis.info b/network/deis/deis.info index 7ac410ee68..3b2fabfca5 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 python-dateutil termcolor PyYAML python2-tabulate ndg_httpsclient" +REQUIRES="docopt python2-dateutil termcolor PyYAML python2-tabulate ndg_httpsclient" MAINTAINER="Dimitris Zlatanidis" EMAIL="d.zlatanidis@gmail.com" |