From patchwork Fri Jul 21 06:20:56 2023 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Kieran Bingham X-Patchwork-Id: 18856 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 33150BDC71 for ; Fri, 21 Jul 2023 06:21:03 +0000 (UTC) Received: from lancelot.ideasonboard.com (localhost [IPv6:::1]) by lancelot.ideasonboard.com (Postfix) with ESMTP id 41FB361E26; Fri, 21 Jul 2023 08:21:02 +0200 (CEST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=libcamera.org; s=mail; t=1689920462; bh=pjkGNaVVvyVo0cGXIYr3CwnX+khliHjrJqiHOoifBh4=; h=To:Date:Subject:List-Id:List-Unsubscribe:List-Archive:List-Post: List-Help:List-Subscribe:From:Reply-To:From; b=XJx3Z7wnsXsUNNuBbanVfl+kpaQBmxa0CySJf9ZiWgjbuAXx2A27jyht4Xwu30cD4 EelUR6yZ2CitiFcQud+wwnNL6DHAw8CMnU1uNzsA8Ue1VHcDi5z3n37klzgeR2RavJ dtmyyc0VBkngyUZSUR75WBaR6FAD3dwf8auPpsJeVO+rsXDuD+lcIUYjdRhkeC5a9f 6PyByuQ1xAv82OZ6gQxNjLeY5CkvVDazckNvyvWhce0Gx5hpBoIKaXsPS6ltAu3cGj k8G/ZyO+xykKc3frBcDFNhO1J3/aXapHLA5PDlwHv5EVqMbb/xyFNUcfRIOEkSGGp/ swrgG3S9W2TWA== 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 63C89600F7 for ; Fri, 21 Jul 2023 08:21:00 +0200 (CEST) Authentication-Results: lancelot.ideasonboard.com; dkim=pass (1024-bit key; unprotected) header.d=ideasonboard.com header.i=@ideasonboard.com header.b="MjXKZyjO"; dkim-atps=neutral Received: from Monstersaurus.local (aztw-30-b2-v4wan-166917-cust845.vm26.cable.virginm.net [82.37.23.78]) by perceval.ideasonboard.com (Postfix) with ESMTPSA id C838F8CC; Fri, 21 Jul 2023 08:20:04 +0200 (CEST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=ideasonboard.com; s=mail; t=1689920405; bh=pjkGNaVVvyVo0cGXIYr3CwnX+khliHjrJqiHOoifBh4=; h=From:To:Cc:Subject:Date:From; b=MjXKZyjOTfkCKcBd2fNxZPvUBPo/hVFnjPaLxWy6Wwc2gPMAVNLL/ER2xLqu4uKG7 8LtPILl5rceh0qm1IJlH1Uc0NMDiAG0KTEVv2wfnpzHDYl/rA8wEBJ5N2+iM6q0R1U gt03CNkiizpXOPqTdibDfi/X6qquCPqB9FrR752U= To: libcamera devel Date: Fri, 21 Jul 2023 07:20:56 +0100 Message-Id: <20230721062056.2915581-1-kieran.bingham@ideasonboard.com> X-Mailer: git-send-email 2.34.1 MIME-Version: 1.0 Subject: [libcamera-devel] [PATCH] README.rst: Report py dependencies 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: , X-Patchwork-Original-From: Kieran Bingham via libcamera-devel From: Kieran Bingham Reply-To: Kieran Bingham Errors-To: libcamera-devel-bounces@lists.libcamera.org Sender: "libcamera-devel" The python bindings were supported by a subproject when they were first contributed to be able to directly make use of the smart pointers branch. This requirement has now been removed to prefer using released versions of pybind11 directly, however the README.rst was not updated to reference and reflect this. Update the README.rst to report the pybind11 package which needs to be installed to make use of the optional python bindings component. Signed-off-by: Kieran Bingham Reviewed-by: Laurent Pinchart --- README.rst | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.rst b/README.rst index df2818e1f598..18946e4f5ca2 100644 --- a/README.rst +++ b/README.rst @@ -101,6 +101,9 @@ for tracing with lttng: [optional] for android: [optional] libexif-dev libjpeg-dev +for python bindings: [optional] + pybind11-dev + for lc-compliance: [optional] libevent-dev