From patchwork Tue Mar 4 11:02:36 2025 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Jacopo Mondi X-Patchwork-Id: 22919 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 2869AC32DC for ; Tue, 4 Mar 2025 11:02:53 +0000 (UTC) Received: from lancelot.ideasonboard.com (localhost [IPv6:::1]) by lancelot.ideasonboard.com (Postfix) with ESMTP id E28F768822; Tue, 4 Mar 2025 12:02:52 +0100 (CET) Authentication-Results: lancelot.ideasonboard.com; dkim=pass (1024-bit key; unprotected) header.d=ideasonboard.com header.i=@ideasonboard.com header.b="ZYKRiFQb"; dkim-atps=neutral Received: from perceval.ideasonboard.com (perceval.ideasonboard.com [IPv6:2001:4b98:dc2:55:216:3eff:fef7:d647]) by lancelot.ideasonboard.com (Postfix) with ESMTPS id 67C4C68755 for ; Tue, 4 Mar 2025 12:02:51 +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 5369AE8A; Tue, 4 Mar 2025 12:01:19 +0100 (CET) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=ideasonboard.com; s=mail; t=1741086079; bh=HeSrF8CUY9nS/pk10pec4w7F81tKuP6I8WKSJVp50vM=; h=From:To:Cc:Subject:Date:From; b=ZYKRiFQb50mUJ0P3Zcz9/jpKHnPGkLl1QcHw27uZ7tdUZ72IOcgfvUQFg53RS4Vag uqIlcWE+A1LrnAgOb179tmXy6C9I4z9w+fra0VexXnGqLqB0KvyK0T/ZaWE3mkbhJp 6he01jRFYxTWRQcDQOr1xOTtWgVg+5lPLiQ47UeI= From: Jacopo Mondi To: libcamera-devel@lists.libcamera.org Cc: Jacopo Mondi Subject: [PATCH] README.rst: Remove duplicate Python entry Date: Tue, 4 Mar 2025 12:02:36 +0100 Message-ID: <20250304110239.51729-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" Commit 36753f5cbbcd ("README.rst: Report py dependencies") dropped the requirement for libpython3-dev but did that by introducing a duplicated entry for the Python bindings in the dependencies description. Fix that by removing the outdated entry. Fixes: 36753f5cbbcd ("README.rst: Report py dependencies") Signed-off-by: Jacopo Mondi --- README.rst | 3 --- 1 file changed, 3 deletions(-) diff --git a/README.rst b/README.rst index 4068c6cc83ca..d8b6ec2208fb 100644 --- a/README.rst +++ b/README.rst @@ -72,9 +72,6 @@ for documentation: [optional] for gstreamer: [optional] libgstreamer1.0-dev libgstreamer-plugins-base1.0-dev -for Python bindings: [optional] - libpython3-dev pybind11-dev - for cam: [optional] libevent-dev is required to support cam, however the following optional dependencies bring more functionality to the cam test