gnu: Remove python2-botocore.

* gnu/packages/python-xyz.scm (python2-botocore): Delete variable.
This commit is contained in:
Maxim Cournoyer 2022-04-29 21:22:40 -04:00
parent 08a63ca93e
commit 994f5a2843
No known key found for this signature in database
GPG key ID: 1260E46482E63562

View file

@ -15626,9 +15626,6 @@ (define-public python-botocore
interface to the Amazon Web Services (AWS) API.")
(license license:asl2.0)))
(define-public python2-botocore
(package-with-python2 python-botocore))
(define-public python-boto3
(package
(name "python-boto3")