[1/2] python3-botocore: Add httpchecksum module

Message ID 20220623123141.2397233-1-michael.tremer@ipfire.org
State Accepted
Commit 92d1e94069a6b3969855786e985d775108694a33
Headers
Series [1/2] python3-botocore: Add httpchecksum module |

Commit Message

Michael Tremer June 23, 2022, 12:31 p.m. UTC
  It looks like this has been commented out by mistake

Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
---
 config/rootfiles/packages/python3-botocore | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
  

Comments

Michael Tremer June 23, 2022, 12:35 p.m. UTC | #1
@Peter: Please merge both patches into next.

> On 23 Jun 2022, at 13:31, Michael Tremer <michael.tremer@ipfire.org> wrote:
> 
> It looks like this has been commented out by mistake
> 
> Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
> ---
> config/rootfiles/packages/python3-botocore | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/config/rootfiles/packages/python3-botocore b/config/rootfiles/packages/python3-botocore
> index 3696fe528..2ff8da3e1 100644
> --- a/config/rootfiles/packages/python3-botocore
> +++ b/config/rootfiles/packages/python3-botocore
> @@ -1593,7 +1593,7 @@ usr/lib/python3.10/site-packages/botocore/exceptions.py
> usr/lib/python3.10/site-packages/botocore/handlers.py
> usr/lib/python3.10/site-packages/botocore/history.py
> usr/lib/python3.10/site-packages/botocore/hooks.py
> -#usr/lib/python3.10/site-packages/botocore/httpchecksum.py
> +usr/lib/python3.10/site-packages/botocore/httpchecksum.py
> usr/lib/python3.10/site-packages/botocore/httpsession.py
> usr/lib/python3.10/site-packages/botocore/loaders.py
> usr/lib/python3.10/site-packages/botocore/model.py
> -- 
> 2.30.2
>
  

Patch

diff --git a/config/rootfiles/packages/python3-botocore b/config/rootfiles/packages/python3-botocore
index 3696fe528..2ff8da3e1 100644
--- a/config/rootfiles/packages/python3-botocore
+++ b/config/rootfiles/packages/python3-botocore
@@ -1593,7 +1593,7 @@  usr/lib/python3.10/site-packages/botocore/exceptions.py
 usr/lib/python3.10/site-packages/botocore/handlers.py
 usr/lib/python3.10/site-packages/botocore/history.py
 usr/lib/python3.10/site-packages/botocore/hooks.py
-#usr/lib/python3.10/site-packages/botocore/httpchecksum.py
+usr/lib/python3.10/site-packages/botocore/httpchecksum.py
 usr/lib/python3.10/site-packages/botocore/httpsession.py
 usr/lib/python3.10/site-packages/botocore/loaders.py
 usr/lib/python3.10/site-packages/botocore/model.py