From patchwork Thu Jun 23 12:31:41 2022 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Michael Tremer X-Patchwork-Id: 5699 Return-Path: Received: from mail01.ipfire.org (mail01.haj.ipfire.org [172.28.1.202]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature ECDSA (P-384) client-signature ECDSA (P-384)) (Client CN "mail01.haj.ipfire.org", Issuer "R3" (verified OK)) by web04.haj.ipfire.org (Postfix) with ESMTPS id 4LTKPd5k92z3wcT for ; Thu, 23 Jun 2022 12:31:49 +0000 (UTC) Received: from mail02.haj.ipfire.org (mail02.haj.ipfire.org [172.28.1.201]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature ECDSA (P-384) client-signature ECDSA (P-384)) (Client CN "mail02.haj.ipfire.org", Issuer "R3" (verified OK)) by mail01.ipfire.org (Postfix) with ESMTPS id 4LTKPc34y2zqV; Thu, 23 Jun 2022 12:31:48 +0000 (UTC) Received: from mail02.haj.ipfire.org (localhost [127.0.0.1]) by mail02.haj.ipfire.org (Postfix) with ESMTP id 4LTKPc2Wd5z2y4B; Thu, 23 Jun 2022 12:31:48 +0000 (UTC) Received: from mail01.ipfire.org (mail01.haj.ipfire.org [172.28.1.202]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature ECDSA (P-384) server-digest SHA384 client-signature ECDSA (P-384) client-digest SHA384) (Client CN "mail01.haj.ipfire.org", Issuer "R3" (verified OK)) by mail02.haj.ipfire.org (Postfix) with ESMTPS id 4LTKPZ4tBVz2xKb for ; Thu, 23 Jun 2022 12:31:46 +0000 (UTC) Received: from [127.0.0.1] (localhost [127.0.0.1]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature ECDSA (P-384) server-digest SHA384) (No client certificate requested) by mail01.ipfire.org (Postfix) with ESMTPSA id 4LTKPZ2v7szxP; Thu, 23 Jun 2022 12:31:46 +0000 (UTC) DKIM-Signature: v=1; a=ed25519-sha256; c=relaxed/relaxed; d=ipfire.org; s=202003ed25519; t=1655987506; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version: content-transfer-encoding:content-transfer-encoding: in-reply-to:in-reply-to:references:references; bh=YhZmRkg8cWHoNiCO4go+3ihOrWYK44qI34NVQXPjnLc=; b=5OWeTShhnwCuUabk6y+gU+S/vGh20crxAfvDZb0YBQyQQDq6PN3e0G10f05zCtm80UxWXE oRHZaJquBWd4QACg== DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=ipfire.org; s=202003rsa; t=1655987506; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version: content-transfer-encoding:content-transfer-encoding: in-reply-to:in-reply-to:references:references; bh=YhZmRkg8cWHoNiCO4go+3ihOrWYK44qI34NVQXPjnLc=; b=VlYH2+o/JmxcOrTq8qXziUYQHyAGeF7vGz+T1HZRKSIYogAwfjBeXA9TAT5F4NM8gtZ51D f7bx6zY5VvuXE/VHBz2/JIQsceug7DdQlybCeLYYjqYXMwpswiiE8ofdjKO00ddIVewzN/ mqvdME6dJcaaAMkFla/01HzTl+6bu7/Gd+7UXjzQH0CkJzbeHzU6B6nIrqiMltbRcnzxvA nEij2DKJAetTlrPuoV9rBWLlyVy+QYKhOYCTaZ8SeAZmA1Gb8GjfL+NVq4qvad3YZxg5AF AvRftgr648tplHCltnny54S0wVB8UHVk8i7bNvRJjnG/9RWamFqBGRHpQXCOsQ== 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> References: <20220623123141.2397233-1-michael.tremer@ipfire.org> MIME-Version: 1.0 X-BeenThere: development@lists.ipfire.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: IPFire development talk List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Cc: Michael Tremer Errors-To: development-bounces@lists.ipfire.org Sender: "Development" 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/packages/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