From patchwork Sat Dec 2 23:57:07 2023 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Laurent Pinchart X-Patchwork-Id: 19261 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 98A9CC3226 for ; Sat, 2 Dec 2023 23:57:03 +0000 (UTC) Received: from lancelot.ideasonboard.com (localhost [IPv6:::1]) by lancelot.ideasonboard.com (Postfix) with ESMTP id 0453D629CF; Sun, 3 Dec 2023 00:57:03 +0100 (CET) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=libcamera.org; s=mail; t=1701561423; bh=0rw3p6nSgGT1AnCiMLY6FTDHpxKF5eWTm4Pt7zqqbyM=; h=To:Date:Subject:List-Id:List-Unsubscribe:List-Archive:List-Post: List-Help:List-Subscribe:From:Reply-To:From; b=rYbS2y6oKGu8eV/fxmL2l7lqWMvGV7ZtKOtkaU35OtMhPEjPnVLLxMacgIjn1KpFa 6all+1mK9IfXXK36bIfBkDrdCYEo5pGuAeibwmS7uCcpeirfrc5ZFeKhAIrJl3aeI2 fqnE1kYM5PKKi7SboFgAhABCHPojTWpCHVdMOmBA+HkHJGbMNxy8CAm368a4mPv/FQ LZNMu+tgJFqoJInKhCTI2GwtNtCKrNlPf68U6ljPQSdrnCSFKvyIcPgHwD7XkZpS5t LuNdZnI0y9wtjqLh70OssNHscLNNlbjPBDQCBNNZDStqdKBxt9RKljLM9a8k9ew7yz TfEDPEx7Ysdbg== Received: from perceval.ideasonboard.com (perceval.ideasonboard.com [213.167.242.64]) by lancelot.ideasonboard.com (Postfix) with ESMTPS id 550BC629B6 for ; Sun, 3 Dec 2023 00:57:01 +0100 (CET) Authentication-Results: lancelot.ideasonboard.com; dkim=pass (1024-bit key; unprotected) header.d=ideasonboard.com header.i=@ideasonboard.com header.b="psFBey6s"; dkim-atps=neutral Received: from pendragon.ideasonboard.com (213-243-189-158.bb.dnainternet.fi [213.243.189.158]) by perceval.ideasonboard.com (Postfix) with ESMTPSA id C30BE36C for ; Sun, 3 Dec 2023 00:56:22 +0100 (CET) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=ideasonboard.com; s=mail; t=1701561383; bh=0rw3p6nSgGT1AnCiMLY6FTDHpxKF5eWTm4Pt7zqqbyM=; h=From:To:Subject:Date:From; b=psFBey6sNLSXJxNoeHx5Vvbgal0jTSjvtAYLt2X1+aoCPlrSPuoqc5PjvDMjrL8QG rnLB1itZK01b3xZ+xxD9s7entFYzoKB9CFfNa3vIjloGpnaJleAk61fHm3op1rq1Wf yQG/FfGVcVHojv+b3cLWRXN+v4o15qmTQDM6fDII= To: libcamera-devel@lists.libcamera.org Date: Sun, 3 Dec 2023 01:57:07 +0200 Message-ID: <20231202235707.15433-1-laurent.pinchart@ideasonboard.com> X-Mailer: git-send-email 2.41.0 MIME-Version: 1.0 Subject: [libcamera-devel] [PATCH] README.rst: Document dependencies for the Python bindings 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: Laurent Pinchart via libcamera-devel From: Laurent Pinchart Reply-To: Laurent Pinchart Errors-To: libcamera-devel-bounces@lists.libcamera.org Sender: "libcamera-devel" The Python bindings require the libpython3-dev and pybind11-dev packages. Document it along the other dependencies in README.rst. Signed-off-by: Laurent Pinchart Reviewed-by: Jacopo Mondi Reviewed-by: Kieran Bingham --- README.rst | 3 +++ 1 file changed, 3 insertions(+) base-commit: 8e215127c195b61a7cc787103b129a3af8e5ad2c diff --git a/README.rst b/README.rst index a8b91a26983a..e2938af7731d 100644 --- a/README.rst +++ b/README.rst @@ -75,6 +75,9 @@ 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