From patchwork Tue Mar 4 16:42:12 2025 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Jacopo Mondi X-Patchwork-Id: 22920 Return-Path: X-Original-To: parsemail@patchwork.libcamera.org Delivered-To: parsemail@patchwork.libcamera.org Received: from lancelot.ideasonboard.com (lancelot.ideasonboard.com [92.243.16.209]) by patchwork.libcamera.org (Postfix) with ESMTPS id C8C6DC32DC for ; Tue, 4 Mar 2025 16:42:22 +0000 (UTC) Received: from lancelot.ideasonboard.com (localhost [IPv6:::1]) by lancelot.ideasonboard.com (Postfix) with ESMTP id E5E9E68779; Tue, 4 Mar 2025 17:42:21 +0100 (CET) Authentication-Results: lancelot.ideasonboard.com; dkim=pass (1024-bit key; unprotected) header.d=ideasonboard.com header.i=@ideasonboard.com header.b="FdTFRo/6"; dkim-atps=neutral Received: from perceval.ideasonboard.com (perceval.ideasonboard.com [213.167.242.64]) by lancelot.ideasonboard.com (Postfix) with ESMTPS id 5221768755 for ; Tue, 4 Mar 2025 17:42:20 +0100 (CET) Received: from ideasonboard.com (93-61-96-190.ip145.fastwebnet.it [93.61.96.190]) by perceval.ideasonboard.com (Postfix) with ESMTPSA id D2D107E6; Tue, 4 Mar 2025 17:40:47 +0100 (CET) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=ideasonboard.com; s=mail; t=1741106448; bh=Ghdj2YWIPamFEXyC0dP+2BwKabqiiVzNWNSCZ60EJVU=; h=From:To:Cc:Subject:Date:From; b=FdTFRo/6VLzwteNUr4SjEV76LYVa3isl+ubUCHn06YslXrSstzqwAhte63tCHp27j jZh8PBkb+AFbrpYMSobXRUONyidoODXghNgx2tnKhuh22zpUaFi3NHZl+7R4zTZyJp rarSAaDMjVgZq5dl10wTfHfZ6hldqYHQHCjncaeU= From: Jacopo Mondi To: libcamera-devel@lists.libcamera.org Cc: Jacopo Mondi Subject: [PATCH] Revert "README.rst: Report py dependencies" Date: Tue, 4 Mar 2025 17:42:12 +0100 Message-ID: <20250304164213.98531-1-jacopo.mondi@ideasonboard.com> X-Mailer: git-send-email 2.48.1 MIME-Version: 1.0 X-BeenThere: libcamera-devel@lists.libcamera.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: libcamera-devel-bounces@lists.libcamera.org Sender: "libcamera-devel" This reverts commit 36753f5cbbcd7c9e00fa3657d918cbe298f48c9c. Commit 36753f5cbbcd ("README.rst: Report py dependencies") duplicated the entries for the Python bindings dependencies, and does not list libpython3-dev which is still a requirement. Revert it. Signed-off-by: Jacopo Mondi Reviewed-by: Laurent Pinchart Reviewed-by: Kieran Bingham --- README.rst | 3 --- 1 file changed, 3 deletions(-) diff --git a/README.rst b/README.rst index 4068c6cc83ca..ae5126e25542 100644 --- a/README.rst +++ b/README.rst @@ -93,9 +93,6 @@ for tracing with lttng: [optional] for android: [optional] libexif-dev libjpeg-dev -for Python bindings: [optional] - pybind11-dev - for lc-compliance: [optional] libevent-dev libgtest-dev