diff options
author | Marius Bakke <marius@gnu.org> | 2020-11-20 20:19:50 +0100 |
---|---|---|
committer | Marius Bakke <marius@gnu.org> | 2020-11-21 01:21:31 +0100 |
commit | 8343ae2b9178d71c78d5473d57c32b101704099b (patch) | |
tree | 70d32840523277d6d0808769455a8cb802b5b6d0 /gnu/packages/python-web.scm | |
parent | c68dc3fba73511ed1f47df64c033dd34f03711e2 (diff) |
gnu: awscli, python-botocore: Add comment about compatibility.
* gnu/packages/python-web.scm (awscli): Mention that it must be updated
together with ...
* gnu/packages/python-xyz.scm (python-botocore): ... this package, and add
similar comment about awscli.
Diffstat (limited to 'gnu/packages/python-web.scm')
-rw-r--r-- | gnu/packages/python-web.scm | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/gnu/packages/python-web.scm b/gnu/packages/python-web.scm index 15b53c2be2..6f829530a7 100644 --- a/gnu/packages/python-web.scm +++ b/gnu/packages/python-web.scm @@ -2288,6 +2288,7 @@ supports url redirection and retries, and also gzip and deflate decoding.") (define-public awscli (package + ;; Note: updating awscli typically requires updating botocore as well. (name "awscli") (version "1.18.6") (source |