diff options
author | Maxim Cournoyer <maxim.cournoyer@gmail.com> | 2022-04-29 21:22:40 -0400 |
---|---|---|
committer | Maxim Cournoyer <maxim.cournoyer@gmail.com> | 2022-05-31 14:52:59 -0400 |
commit | 994f5a2843a7b5a4539e28ac71cdedb9a87c087a (patch) | |
tree | bf7b07f5740cd25e79f1b53a2a9dbdcab1fbf781 | |
parent | 08a63ca93e76ed6fde37024ff522effbfdf0766d (diff) |
gnu: Remove python2-botocore.
* gnu/packages/python-xyz.scm (python2-botocore): Delete variable.
-rw-r--r-- | gnu/packages/python-xyz.scm | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm index 821c330670..838c0b1001 100644 --- a/gnu/packages/python-xyz.scm +++ b/gnu/packages/python-xyz.scm @@ -15626,9 +15626,6 @@ This software is unmaintained, and new projects should use @code{boto3} instead. 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") |