From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail02.haj.ipfire.org (localhost [IPv6:::1]) by mail02.haj.ipfire.org (Postfix) with ESMTP id 4cQJmy47R9z34GC for ; Mon, 15 Sep 2025 08:56:50 +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) (Client CN "mail01.haj.ipfire.org", Issuer "R13" (verified OK)) by mail02.haj.ipfire.org (Postfix) with ESMTPS id 4cQJmv0qJ2z32T1 for ; Mon, 15 Sep 2025 08:56:47 +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 RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by mail01.ipfire.org (Postfix) with ESMTPSA id 4cQJmt5qT4z2hc; Mon, 15 Sep 2025 08:56:46 +0000 (UTC) DKIM-Signature: v=1; a=ed25519-sha256; c=relaxed/relaxed; d=ipfire.org; s=202003ed25519; t=1757926606; 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=M9foc5rKvSfIzb0xfEvvl9clNi4UCijR6rR2gW0klV4=; b=ZhIu9ZAAquezDIergITJP9t3W46uxZflcDpC47qVDqjKeAzT3+zEXlv0WSJt/+EZEdlb8s A1i76pY1V+avrhAA== DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=ipfire.org; s=202003rsa; t=1757926606; 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=M9foc5rKvSfIzb0xfEvvl9clNi4UCijR6rR2gW0klV4=; b=FiytIOoJNWs4X5wfZSqW66WMBIK72iCVeIyvbjRvQFK/3ucwcU3WiIGDaEJZX2NNo+bDXl sC/gQBT13fME/fYyWS1Jt3mFFsBNCUbHG+sdrYcmjv8Sbb1f/djg29ErRHx6NYWfZbFf3E T07WLkOOQxJkhQ3xyTUBJWfaopV3WLMFcNqWvoiIZlF0r6Rki8wSUV2OI93JmhGBj//bVr IwnvARBMZ3rNkkWR+C0V9CFyIWmzNn3yMUbZ5MQN7qsi6dOtf9xBdl0HR+f0mL0YFR/lAT ijJyeFBT7rvsifSuCdUqzgwNLPTkLjiGFsOpvSFc22ZssTbilzjAoU/Zt6E3nQ== From: Adolf Belka To: development@lists.ipfire.org Cc: Adolf Belka Subject: [PATCH 6/8] python3-setuptools-rust: Update of rootfile due to bundled setuptools removal Date: Mon, 15 Sep 2025 10:56:38 +0200 Message-ID: <20250915085640.3157-6-adolf.belka@ipfire.org> In-Reply-To: <20250915085640.3157-1-adolf.belka@ipfire.org> References: <20250915085640.3157-1-adolf.belka@ipfire.org> Precedence: list List-Id: List-Subscribe: , List-Unsubscribe: , List-Post: List-Help: Sender: Mail-Followup-To: MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Signed-off-by: Adolf Belka --- config/rootfiles/common/python3-setuptools-rust | 1 + 1 file changed, 1 insertion(+) diff --git a/config/rootfiles/common/python3-setuptools-rust b/config/rootfiles/common/python3-setuptools-rust index 969725867..0f5ff9b11 100644 --- a/config/rootfiles/common/python3-setuptools-rust +++ b/config/rootfiles/common/python3-setuptools-rust @@ -13,6 +13,7 @@ usr/lib/python3.10/site-packages/setuptools_rust/build.py usr/lib/python3.10/site-packages/setuptools_rust/clean.py usr/lib/python3.10/site-packages/setuptools_rust/command.py usr/lib/python3.10/site-packages/setuptools_rust/extension.py +usr/lib/python3.10/site-packages/setuptools_rust/py.typed usr/lib/python3.10/site-packages/setuptools_rust/rustc_info.py usr/lib/python3.10/site-packages/setuptools_rust/setuptools_ext.py usr/lib/python3.10/site-packages/setuptools_rust/version.py -- 2.51.0