From mboxrd@z Thu Jan 1 00:00:00 1970 From: Michael Tremer To: development@lists.ipfire.org Subject: [PATCH 2/2] python3-botocore: Ship interface descriptions Date: Thu, 23 Jun 2022 12:31:41 +0000 Message-ID: <20220623123141.2397233-2-michael.tremer@ipfire.org> In-Reply-To: <20220623123141.2397233-1-michael.tremer@ipfire.org> MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="===============4488788752626788802==" List-Id: --===============4488788752626788802== Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable botocore parses any interface descriptions and exposes them to Python. For that to work, we need to ship them. Signed-off-by: Michael Tremer --- config/rootfiles/packages/python3-botocore | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/rootfiles/packages/python3-botocore b/config/rootfiles/pa= ckages/python3-botocore index 2ff8da3e1..0376fac9d 100644 --- a/config/rootfiles/packages/python3-botocore +++ b/config/rootfiles/packages/python3-botocore @@ -19,7 +19,7 @@ usr/lib/python3.10/site-packages/botocore/credentials.py #usr/lib/python3.10/site-packages/botocore/crt usr/lib/python3.10/site-packages/botocore/crt/__init__.py usr/lib/python3.10/site-packages/botocore/crt/auth.py -#usr/lib/python3.10/site-packages/botocore/data +usr/lib/python3.10/site-packages/botocore/data #usr/lib/python3.10/site-packages/botocore/data/_retry.json #usr/lib/python3.10/site-packages/botocore/data/accessanalyzer #usr/lib/python3.10/site-packages/botocore/data/accessanalyzer/2019-11-01 --=20 2.30.2 --===============4488788752626788802==--