From patchwork Mon Mar 18 10:13:31 2024 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Paul Elder X-Patchwork-Id: 19734 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 0DFE8BD160 for ; Mon, 18 Mar 2024 10:13:44 +0000 (UTC) Received: from lancelot.ideasonboard.com (localhost [IPv6:::1]) by lancelot.ideasonboard.com (Postfix) with ESMTP id 1F44162CA9; Mon, 18 Mar 2024 11:13:43 +0100 (CET) Authentication-Results: lancelot.ideasonboard.com; dkim=pass (1024-bit key; unprotected) header.d=ideasonboard.com header.i=@ideasonboard.com header.b="uB7pz2Zb"; dkim-atps=neutral Received: from perceval.ideasonboard.com (perceval.ideasonboard.com [213.167.242.64]) by lancelot.ideasonboard.com (Postfix) with ESMTPS id A64D3616EE for ; Mon, 18 Mar 2024 11:13:41 +0100 (CET) Received: from pyrite.hamster-moth.ts.net (h175-177-049-156.catv02.itscom.jp [175.177.49.156]) by perceval.ideasonboard.com (Postfix) with ESMTPSA id 66D602A5; Mon, 18 Mar 2024 11:13:14 +0100 (CET) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=ideasonboard.com; s=mail; t=1710756795; bh=C9FE2dVj6cTI342LJiSJdgNJVxvD+z0GIbCIfBe6ZJk=; h=From:To:Cc:Subject:Date:From; b=uB7pz2Zbsokir5aCFsGo0vJjMMI7azix9MP6eEhply61kLdLrNfaHJHFGHnViAOs6 RM57hNR8AeOBYX002u6UVptqRokulm9Stj/Fb75WDyhwUWynf0FlNyFu6BEMCsF3Ca QOmWHMtFyP8bvEmqMvXgpRwpFzDm2meBySW2f9IA= From: Paul Elder To: libcamera-devel@lists.libcamera.org Cc: Paul Elder Subject: [PATCH] utils: tuning: readme: Improve names of dependency packages Date: Mon, 18 Mar 2024 19:13:31 +0900 Message-Id: <20240318101331.3960778-1-paul.elder@ideasonboard.com> X-Mailer: git-send-email 2.39.2 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" Change the names of python packages in the list of dependencies to the exact names that should be used in the pip install command. Signed-off-by: Paul Elder Reviewed-by: Laurent Pinchart Reviewed-by: Daniel Scally --- utils/tuning/README.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/utils/tuning/README.rst b/utils/tuning/README.rst index ce533b2c..ce3e03fc 100644 --- a/utils/tuning/README.rst +++ b/utils/tuning/README.rst @@ -5,7 +5,7 @@ Dependencies ------------ -- cv2 +- opencv-python - numpy -- pyexiv2 +- py3exiv2 - rawpy