rekahsoft-gnu: python-xyz: Clean up awscli dep awscrt

This commit is contained in:
Collin J. Doering 2021-09-06 05:56:59 -04:00
parent d161d80d1d
commit ed88e68d99
Signed by: rekahsoft
GPG Key ID: 7B4DEB93212B3022
1 changed files with 6 additions and 7 deletions

View File

@ -2287,16 +2287,15 @@ Amazon Web Services (AWS) API.")))
(define-public python-awscrt-0.11-awscliv2
(package
(inherit python-awscrt-0.11)
;; FIXME: there are depedency conflicts that require not propigating the
;; correct version so that awscliv2 can be installed.
;; FIXME: Remove python-s3transfer from propagated inputs because awscliv2
;; requires >=0.4.2,<0.5.0 but boto3 requires <0.4.0
(native-inputs
`(,@(package-native-inputs python-awscrt-0.11)
("python-boto3" ,python-boto3)
("python-s3transfer" ,python-s3transfer)))
("python-s3transfer" ,python-s3transfer)
("python-boto3" ,python-boto3)))
(propagated-inputs
`(,@(fold alist-delete
(package-propagated-inputs python-awscrt-0.11)
'("python-boto3" "python-s3transfer"))))))
`(,@(alist-delete "python-boto3"
(package-propagated-inputs python-awscrt-0.11))))))
(define-public python-distro-1.5
(package