{"id":22919,"url":"https://patchwork.libcamera.org/api/1.1/patches/22919/?format=json","web_url":"https://patchwork.libcamera.org/patch/22919/","project":{"id":1,"url":"https://patchwork.libcamera.org/api/1.1/projects/1/?format=json","name":"libcamera","link_name":"libcamera","list_id":"libcamera_core","list_email":"libcamera-devel@lists.libcamera.org","web_url":"","scm_url":"","webscm_url":""},"msgid":"<20250304110239.51729-1-jacopo.mondi@ideasonboard.com>","date":"2025-03-04T11:02:36","name":"README.rst: Remove duplicate Python entry","commit_ref":null,"pull_url":null,"state":"new","archived":false,"hash":"84a1c616faa49e89e683e709765d8257f4df7b69","submitter":{"id":143,"url":"https://patchwork.libcamera.org/api/1.1/people/143/?format=json","name":"Jacopo Mondi","email":"jacopo.mondi@ideasonboard.com"},"delegate":null,"mbox":"https://patchwork.libcamera.org/patch/22919/mbox/","series":[{"id":5043,"url":"https://patchwork.libcamera.org/api/1.1/series/5043/?format=json","web_url":"https://patchwork.libcamera.org/project/libcamera/list/?series=5043","date":"2025-03-04T11:02:36","name":"README.rst: Remove duplicate Python entry","version":1,"mbox":"https://patchwork.libcamera.org/series/5043/mbox/"}],"comments":"https://patchwork.libcamera.org/api/patches/22919/comments/","check":"pending","checks":"https://patchwork.libcamera.org/api/patches/22919/checks/","tags":{},"headers":{"Return-Path":"<libcamera-devel-bounces@lists.libcamera.org>","X-Original-To":"parsemail@patchwork.libcamera.org","Delivered-To":"parsemail@patchwork.libcamera.org","Received":["from lancelot.ideasonboard.com (lancelot.ideasonboard.com\n\t[92.243.16.209])\n\tby patchwork.libcamera.org (Postfix) with ESMTPS id 2869AC32DC\n\tfor <parsemail@patchwork.libcamera.org>;\n\tTue,  4 Mar 2025 11:02:53 +0000 (UTC)","from lancelot.ideasonboard.com (localhost [IPv6:::1])\n\tby lancelot.ideasonboard.com (Postfix) with ESMTP id E28F768822;\n\tTue,  4 Mar 2025 12:02:52 +0100 (CET)","from perceval.ideasonboard.com (perceval.ideasonboard.com\n\t[IPv6:2001:4b98:dc2:55:216:3eff:fef7:d647])\n\tby lancelot.ideasonboard.com (Postfix) with ESMTPS id 67C4C68755\n\tfor <libcamera-devel@lists.libcamera.org>;\n\tTue,  4 Mar 2025 12:02:51 +0100 (CET)","from ideasonboard.com (93-61-96-190.ip145.fastwebnet.it\n\t[93.61.96.190])\n\tby perceval.ideasonboard.com (Postfix) with ESMTPSA id 5369AE8A;\n\tTue,  4 Mar 2025 12:01:19 +0100 (CET)"],"Authentication-Results":"lancelot.ideasonboard.com; dkim=pass (1024-bit key;\n\tunprotected) header.d=ideasonboard.com header.i=@ideasonboard.com\n\theader.b=\"ZYKRiFQb\"; dkim-atps=neutral","DKIM-Signature":"v=1; a=rsa-sha256; c=relaxed/simple; d=ideasonboard.com;\n\ts=mail; t=1741086079;\n\tbh=HeSrF8CUY9nS/pk10pec4w7F81tKuP6I8WKSJVp50vM=;\n\th=From:To:Cc:Subject:Date:From;\n\tb=ZYKRiFQb50mUJ0P3Zcz9/jpKHnPGkLl1QcHw27uZ7tdUZ72IOcgfvUQFg53RS4Vag\n\tuqIlcWE+A1LrnAgOb179tmXy6C9I4z9w+fra0VexXnGqLqB0KvyK0T/ZaWE3mkbhJp\n\t6he01jRFYxTWRQcDQOr1xOTtWgVg+5lPLiQ47UeI=","From":"Jacopo Mondi <jacopo.mondi@ideasonboard.com>","To":"libcamera-devel@lists.libcamera.org","Cc":"Jacopo Mondi <jacopo.mondi@ideasonboard.com>","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","Content-Transfer-Encoding":"8bit","X-BeenThere":"libcamera-devel@lists.libcamera.org","X-Mailman-Version":"2.1.29","Precedence":"list","List-Id":"<libcamera-devel.lists.libcamera.org>","List-Unsubscribe":"<https://lists.libcamera.org/options/libcamera-devel>,\n\t<mailto:libcamera-devel-request@lists.libcamera.org?subject=unsubscribe>","List-Archive":"<https://lists.libcamera.org/pipermail/libcamera-devel/>","List-Post":"<mailto:libcamera-devel@lists.libcamera.org>","List-Help":"<mailto:libcamera-devel-request@lists.libcamera.org?subject=help>","List-Subscribe":"<https://lists.libcamera.org/listinfo/libcamera-devel>,\n\t<mailto:libcamera-devel-request@lists.libcamera.org?subject=subscribe>","Errors-To":"libcamera-devel-bounces@lists.libcamera.org","Sender":"\"libcamera-devel\" <libcamera-devel-bounces@lists.libcamera.org>"},"content":"Commit 36753f5cbbcd (\"README.rst: Report py dependencies\")\ndropped the requirement for libpython3-dev but did that by introducing\na duplicated entry for the Python bindings in the dependencies\ndescription.\n\nFix that by removing the outdated entry.\n\nFixes: 36753f5cbbcd (\"README.rst: Report py dependencies\")\nSigned-off-by: Jacopo Mondi <jacopo.mondi@ideasonboard.com>\n---\n README.rst | 3 ---\n 1 file changed, 3 deletions(-)","diff":"diff --git a/README.rst b/README.rst\nindex 4068c6cc83ca..d8b6ec2208fb 100644\n--- a/README.rst\n+++ b/README.rst\n@@ -72,9 +72,6 @@ for documentation: [optional]\n for gstreamer: [optional]\n         libgstreamer1.0-dev libgstreamer-plugins-base1.0-dev\n \n-for Python bindings: [optional]\n-        libpython3-dev pybind11-dev\n-\n for cam: [optional]\n         libevent-dev is required to support cam, however the following\n         optional dependencies bring more functionality to the cam test\n","prefixes":[]}