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.
This commit is contained in:
Marius Bakke 2020-11-20 20:19:50 +01:00
parent c68dc3fba7
commit 8343ae2b91
No known key found for this signature in database
GPG key ID: A2A06DF2A33A54FA
2 changed files with 3 additions and 0 deletions

View file

@ -10979,6 +10979,8 @@ manipulation library.")
(license license:expat)))
(define-public python-botocore
;; Note: When updating botocore, also make sure that boto3 and awscli
;; are compatible.
(package
(name "python-botocore")
(version "1.15.26")