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.master
parent
c68dc3fba7
commit
8343ae2b91
|
@ -2288,6 +2288,7 @@ supports url redirection and retries, and also gzip and deflate decoding.")
|
||||||
|
|
||||||
(define-public awscli
|
(define-public awscli
|
||||||
(package
|
(package
|
||||||
|
;; Note: updating awscli typically requires updating botocore as well.
|
||||||
(name "awscli")
|
(name "awscli")
|
||||||
(version "1.18.6")
|
(version "1.18.6")
|
||||||
(source
|
(source
|
||||||
|
|
|
@ -10979,6 +10979,8 @@ manipulation library.")
|
||||||
(license license:expat)))
|
(license license:expat)))
|
||||||
|
|
||||||
(define-public python-botocore
|
(define-public python-botocore
|
||||||
|
;; Note: When updating botocore, also make sure that boto3 and awscli
|
||||||
|
;; are compatible.
|
||||||
(package
|
(package
|
||||||
(name "python-botocore")
|
(name "python-botocore")
|
||||||
(version "1.15.26")
|
(version "1.15.26")
|
||||||
|
|
Reference in New Issue