From patchwork Mon Jun 19 13:21:21 2023 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Bartosz Golaszewski X-Patchwork-Id: 25962 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org Received: from aws-us-west-2-korg-lkml-1.web.codeaurora.org (localhost.localdomain [127.0.0.1]) by smtp.lore.kernel.org (Postfix) with ESMTP id 93622EB64DB for ; Mon, 19 Jun 2023 13:22:23 +0000 (UTC) Received: from mail-lf1-f53.google.com (mail-lf1-f53.google.com [209.85.167.53]) by mx.groups.io with SMTP id smtpd.web11.7352.1687180941984097609 for ; Mon, 19 Jun 2023 06:22:22 -0700 Authentication-Results: mx.groups.io; dkim=fail reason="signature has expired" header.i=@bgdev-pl.20221208.gappssmtp.com header.s=20221208 header.b=alELLNhl; spf=none, err=SPF record not found (domain: bgdev.pl, ip: 209.85.167.53, mailfrom: brgl@bgdev.pl) Received: by mail-lf1-f53.google.com with SMTP id 2adb3069b0e04-4f865f0e16cso2433810e87.3 for ; Mon, 19 Jun 2023 06:22:21 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=bgdev-pl.20221208.gappssmtp.com; s=20221208; t=1687180940; x=1689772940; h=content-transfer-encoding:mime-version:references:in-reply-to :message-id:date:subject:cc:to:from:from:to:cc:subject:date :message-id:reply-to; bh=dPkpcUl4OAsDdOGJGBESaNLYtJByHDiZvYZUxfUr6cs=; b=alELLNhlz0Qucq8Y21vRin4m8GfLsKZa5QDf4JG84Rb014BKGwSja4zibw1IfrJvvD iPQ/RhAa5jLVKEaDnTF4mR6z+O4fW8Iyuz+e7byNtrxWgSgmdEjFp3yy9e+V/pPiXcOL kYIanpmraQMj/Q5PynTvUdHKBLAdRikwwfJwvMQ4syb0bJtU5uEy+cPBAnUNjxf4JeKJ RYx3l74IfnQZAVfv23YUd/U38xcdWamNlNM4pfHmGKs+KkVaD6Pshz1nl0G+5unxhpGj sGZW9d3bD4LZvqlIugLwiwWauglAApRZEPVFLGdDnFePeuuCFe2uV7EDM9nkVcfB/B6u L64A== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20221208; t=1687180940; x=1689772940; h=content-transfer-encoding:mime-version:references:in-reply-to :message-id:date:subject:cc:to:from:x-gm-message-state:from:to:cc :subject:date:message-id:reply-to; bh=dPkpcUl4OAsDdOGJGBESaNLYtJByHDiZvYZUxfUr6cs=; b=bnE1wvaqWSX9+m2glbdidONTKrazK8mG7ghldLLjiYFCw8Ouqm4ngHRoZU1UfZHfXc uMLa9EBwdoVhKkJ7ttdyaSkNTMLdNqKr6uXKLoaMZUlCzqgu4PgwkEQw9NiHuWBzkpLq /DrGAXOLEsdV+FawL114seL2M+NaL0Upl2RfH805ASLSXopjJXdPIm8T23dCLDBGXAu9 ENFTdrXXZD0mMas3prLLmafQN380wZQT2toKEVnoeUY4QirgJKGroXV+Nu1/DSrJO4hm GZVXt+154uO4fbrLrpbeF7tnPwndNW2zdF6uWirtLLKZUmhMj7rjPqq6AzQ3dFL3pxLy OLqg== X-Gm-Message-State: AC+VfDyimqPwP25Sf2CuxPhJujZPnkj16PCfQMuS5K9fGM5UZoUWkmV+ PYUu3B7Uf9rmtM8oyk8cKkvIpA== X-Google-Smtp-Source: ACHHUZ5BPrNHLWn638SZwTBc/oYP0WwAIiBq4NPiG7apDELDhkVkrIz2LNmNYD26fIT6RYjbrJsMVQ== X-Received: by 2002:a19:f24a:0:b0:4f7:940f:913 with SMTP id d10-20020a19f24a000000b004f7940f0913mr4938243lfk.50.1687180939878; Mon, 19 Jun 2023 06:22:19 -0700 (PDT) Received: from brgl-uxlite.home ([2a01:cb1d:334:ac00:d9e8:ddbf:7391:a0b0]) by smtp.gmail.com with ESMTPSA id t11-20020adfdc0b000000b0030ae3a6be5bsm31667139wri.78.2023.06.19.06.22.19 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Mon, 19 Jun 2023 06:22:19 -0700 (PDT) From: Bartosz Golaszewski To: Khem Raj , Bruce Ashfield , openembedded-devel@lists.openembedded.org Cc: Bartosz Golaszewski Subject: [meta-python][RESEND PATCH 01/54] python3-pywbem: drop unneeded class from RDEPENDS Date: Mon, 19 Jun 2023 15:21:21 +0200 Message-Id: <20230619132214.213417-2-brgl@bgdev.pl> X-Mailer: git-send-email 2.39.2 In-Reply-To: <20230619132214.213417-1-brgl@bgdev.pl> References: <20230619132214.213417-1-brgl@bgdev.pl> MIME-Version: 1.0 List-Id: X-Webhook-Received: from li982-79.members.linode.com [45.33.32.79] by aws-us-west-2-korg-lkml-1.web.codeaurora.org with HTTPS for ; Mon, 19 Jun 2023 13:22:23 -0000 X-Groupsio-URL: https://lists.openembedded.org/g/openembedded-devel/message/103386 From: Bartosz Golaszewski The native package has the same dependencies. Even if normally they are satisfied by python3-native, we should still use a global RDEPENDS. Signed-off-by: Bartosz Golaszewski --- meta-python/recipes-extended/pywbem/python3-pywbem_1.6.1.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meta-python/recipes-extended/pywbem/python3-pywbem_1.6.1.bb b/meta-python/recipes-extended/pywbem/python3-pywbem_1.6.1.bb index 71af06881..8b0383cf6 100644 --- a/meta-python/recipes-extended/pywbem/python3-pywbem_1.6.1.bb +++ b/meta-python/recipes-extended/pywbem/python3-pywbem_1.6.1.bb @@ -27,7 +27,7 @@ DEPENDS += " \ ${PYTHON_PN}-wheel-native \ " -RDEPENDS:${PN}:class-target += "\ +RDEPENDS:${PN} += "\ ${PYTHON_PN}-datetime \ ${PYTHON_PN}-io \ ${PYTHON_PN}-netclient \ From patchwork Mon Jun 19 13:21:22 2023 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Bartosz Golaszewski X-Patchwork-Id: 25963 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org Received: from aws-us-west-2-korg-lkml-1.web.codeaurora.org (localhost.localdomain [127.0.0.1]) by smtp.lore.kernel.org (Postfix) with ESMTP id 92263EB64DA for ; Mon, 19 Jun 2023 13:22:23 +0000 (UTC) Received: from mail-wr1-f53.google.com (mail-wr1-f53.google.com [209.85.221.53]) by mx.groups.io with SMTP id smtpd.web10.7391.1687180942445035604 for ; Mon, 19 Jun 2023 06:22:22 -0700 Authentication-Results: mx.groups.io; dkim=fail reason="signature has expired" header.i=@bgdev-pl.20221208.gappssmtp.com header.s=20221208 header.b=EyHXuqLL; spf=none, err=SPF record not found (domain: bgdev.pl, ip: 209.85.221.53, mailfrom: brgl@bgdev.pl) Received: by mail-wr1-f53.google.com with SMTP id ffacd0b85a97d-30fcde6a73cso2867276f8f.2 for ; Mon, 19 Jun 2023 06:22:22 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=bgdev-pl.20221208.gappssmtp.com; s=20221208; t=1687180941; x=1689772941; h=content-transfer-encoding:mime-version:references:in-reply-to :message-id:date:subject:cc:to:from:from:to:cc:subject:date :message-id:reply-to; bh=GGaYEXmq7ygUBXIyGHbRAM250L5wrkFluS93Yw2Nuwk=; b=EyHXuqLLI1WadBujx2wvUMSsDxPHhfKG0xh1ninA6+R0FCUEhFtUXX2kNSQJqX9J2V CTWKTxmGUQ12NDf6MqvSonvoQvglsWWodwm6/pelE4iHGyYc63/mvyCXIWoqxkR7QeR6 FmpUmabIoq7TuqVAj3ddEm3B1Mi1FLUiBnVDbm7A/58BoI5CdZTPIP3fdXr7nssj0CtD jvSWdHd5pMg6BUis1I/cRIYTtWdjaSrB48HJcUyXU+CZFJsSuk6nq6JUuhOnVZCEDLbM QR8EcTAeGk4S+P8AQz/orcW/AExDLSWLCw8ymZrSz76ijNWG91Vjvx5DdjKjkIE+ejLY UVKA== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20221208; t=1687180941; x=1689772941; h=content-transfer-encoding:mime-version:references:in-reply-to :message-id:date:subject:cc:to:from:x-gm-message-state:from:to:cc :subject:date:message-id:reply-to; bh=GGaYEXmq7ygUBXIyGHbRAM250L5wrkFluS93Yw2Nuwk=; b=ULxF00XJgMg3Eh2/Px0CgZc+m61IC1k3hqvY/MOYXR4hGir+J8QNC2zhdVeR9kdBcP AIKOmzAB9+Hwp8r7jv4Mt7Yvgl6v7ddILAmGDposj+UySstyVtjbrQ0RNzCrmpdBc9d9 sOc2O/n6k0EgdomsU4ZjCjkS0RCPQAKBLtaqXfUDp56OfyVXxGeIh73k7HdaXR1hZRL4 h5kQ607WbRbQHn22337cWnn3VTIScM5/rDAr6KOtGq87RJZDwBQ6T3w16QbKfInVH7ur kSIXtUBgMygTe41SK2e+fye+DqXAUEYBtvWAukSDfOdhuaNzh+jhc2YU9J7TOceBCCKQ ESXg== X-Gm-Message-State: AC+VfDwCcktxvF7SOI6pf2/7Y8MILeNCEAM+hRET8lYZ4uuDaxHqa5KP ghqrGELQVZz+ZBbkY4qw4EO+Ww== X-Google-Smtp-Source: ACHHUZ69SisPVcD7f/LrzQGHCbAmhs4rCsU13V2MrYc4tmQxnGOa+xLNfk4Jm9b6DwD723ySXCJ3ow== X-Received: by 2002:adf:cc92:0:b0:309:4988:7f83 with SMTP id p18-20020adfcc92000000b0030949887f83mr6346706wrj.20.1687180940971; Mon, 19 Jun 2023 06:22:20 -0700 (PDT) Received: from brgl-uxlite.home ([2a01:cb1d:334:ac00:d9e8:ddbf:7391:a0b0]) by smtp.gmail.com with ESMTPSA id t11-20020adfdc0b000000b0030ae3a6be5bsm31667139wri.78.2023.06.19.06.22.20 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Mon, 19 Jun 2023 06:22:20 -0700 (PDT) From: Bartosz Golaszewski To: Khem Raj , Bruce Ashfield , openembedded-devel@lists.openembedded.org Cc: Bartosz Golaszewski Subject: [meta-python][RESEND PATCH 02/54] python3-pywbem: don't use PYTHON_PN Date: Mon, 19 Jun 2023 15:21:22 +0200 Message-Id: <20230619132214.213417-3-brgl@bgdev.pl> X-Mailer: git-send-email 2.39.2 In-Reply-To: <20230619132214.213417-1-brgl@bgdev.pl> References: <20230619132214.213417-1-brgl@bgdev.pl> MIME-Version: 1.0 List-Id: X-Webhook-Received: from li982-79.members.linode.com [45.33.32.79] by aws-us-west-2-korg-lkml-1.web.codeaurora.org with HTTPS for ; Mon, 19 Jun 2023 13:22:23 -0000 X-Groupsio-URL: https://lists.openembedded.org/g/openembedded-devel/message/103385 From: Bartosz Golaszewski We no longer support python2. Drop PYTHON_PN and use python3 explicitly. Signed-off-by: Bartosz Golaszewski --- .../pywbem/python3-pywbem_1.6.1.bb | 34 +++++++++---------- 1 file changed, 17 insertions(+), 17 deletions(-) diff --git a/meta-python/recipes-extended/pywbem/python3-pywbem_1.6.1.bb b/meta-python/recipes-extended/pywbem/python3-pywbem_1.6.1.bb index 8b0383cf6..c84576382 100644 --- a/meta-python/recipes-extended/pywbem/python3-pywbem_1.6.1.bb +++ b/meta-python/recipes-extended/pywbem/python3-pywbem_1.6.1.bb @@ -21,26 +21,26 @@ SRC_URI[sha256sum] = "abdbd6ce08b6c597cdd6c7730e6b49a842d913f2f6b3cc62b585c58ec3 inherit pypi setuptools3 update-alternatives DEPENDS += " \ - ${PYTHON_PN}-ply-native \ - ${PYTHON_PN}-pyyaml-native \ - ${PYTHON_PN}-six-native \ - ${PYTHON_PN}-wheel-native \ + python3-ply-native \ + python3-pyyaml-native \ + python3-six-native \ + python3-wheel-native \ " RDEPENDS:${PN} += "\ - ${PYTHON_PN}-datetime \ - ${PYTHON_PN}-io \ - ${PYTHON_PN}-netclient \ - ${PYTHON_PN}-ply \ - ${PYTHON_PN}-pyyaml \ - ${PYTHON_PN}-six \ - ${PYTHON_PN}-stringold \ - ${PYTHON_PN}-threading \ - ${PYTHON_PN}-unixadmin \ - ${PYTHON_PN}-xml \ - ${PYTHON_PN}-nocasedict \ - ${PYTHON_PN}-nocaselist \ - ${PYTHON_PN}-yamlloader \ + python3-datetime \ + python3-io \ + python3-netclient \ + python3-ply \ + python3-pyyaml \ + python3-six \ + python3-stringold \ + python3-threading \ + python3-unixadmin \ + python3-xml \ + python3-nocasedict \ + python3-nocaselist \ + python3-yamlloader \ " ALTERNATIVE:${PN} = "mof_compiler" From patchwork Mon Jun 19 13:21:23 2023 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Bartosz Golaszewski X-Patchwork-Id: 25966 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org Received: from aws-us-west-2-korg-lkml-1.web.codeaurora.org (localhost.localdomain [127.0.0.1]) by smtp.lore.kernel.org (Postfix) with ESMTP id 89F52EB64DA for ; Mon, 19 Jun 2023 13:22:33 +0000 (UTC) Received: from mail-wr1-f42.google.com (mail-wr1-f42.google.com [209.85.221.42]) by mx.groups.io with SMTP id smtpd.web11.7353.1687180943469816530 for ; Mon, 19 Jun 2023 06:22:23 -0700 Authentication-Results: mx.groups.io; dkim=fail reason="signature has expired" header.i=@bgdev-pl.20221208.gappssmtp.com header.s=20221208 header.b=RSoTAjLQ; spf=none, err=SPF record not found (domain: bgdev.pl, ip: 209.85.221.42, mailfrom: brgl@bgdev.pl) Received: by mail-wr1-f42.google.com with SMTP id ffacd0b85a97d-31122c346f4so3856581f8f.3 for ; Mon, 19 Jun 2023 06:22:23 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=bgdev-pl.20221208.gappssmtp.com; s=20221208; t=1687180942; x=1689772942; h=content-transfer-encoding:mime-version:references:in-reply-to :message-id:date:subject:cc:to:from:from:to:cc:subject:date :message-id:reply-to; bh=LOqzopYaD/5zZzqEgYwF2Ne0JuLo+KpUFi8ezhpd8s0=; b=RSoTAjLQKb9yScGEyFYry4bu/T2xglqgzbzseylnJTtQxm3Yvkekc+sfywX58OaHwl UUC4gbhc3ei/u4+CCS8TUGMCnfGfLjKNMv3q/Q6S+U91On82kyGrYMQsV9a6zymEd/Gv U50xQUghqhycmQBHa16d0AiU+sEscSoT2Tb/1KZxEtE8XEOlHENJ35+gP5izjswc4bDv F4Ss5rIh3bAFlJZrYtCv3M0U67V+Jr77D3TPKy/VYpjlfa7GxLuaE8Y8cMqlJVDbAwlZ BbvRXh2y6M+za3hHS9GlLPdqD8ayEjXHML/sbQ2YUkwEQ4BWHxXHIAaroayoDEiw9UlS /2bA== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20221208; t=1687180942; x=1689772942; h=content-transfer-encoding:mime-version:references:in-reply-to :message-id:date:subject:cc:to:from:x-gm-message-state:from:to:cc :subject:date:message-id:reply-to; bh=LOqzopYaD/5zZzqEgYwF2Ne0JuLo+KpUFi8ezhpd8s0=; b=Ly40JHA2/KjjHo/KC9oj3O8jF5nAQuR0qXQ0C1QnOhn2DRJ05JDmaHiBP7ioWJ4cny FoHp79EEcvihmNmwRWaKzUjE7UgBZbyAj4SVhjhIPk7Hh5C4VNl1Phl6Ic0mR80xmX5x 44TdVpLksR7ieEd1NaT2xrz4MH1Hl4AYXHIiCZqUrKQ5eqJxh9djSQiylx/a8CBRdkgC iLMz9y2Z8SB5lUlrrUmTrxs4q/Cgx4qEHhMI1kjbQFZwOEENKUhJta0sLgfwUWKUcgHN W9lduM0auCHQK0+LYahglj5bdI1aax0AFpJlycW28DZq4Ap1kbg70ZpVfd+7BjAaJ0GJ LotQ== X-Gm-Message-State: AC+VfDy4T5zLxtYkraHaoVYStJew3p9nVXq9UxjdKES0/rT1mKqIc8KT /VYI9a/t+ivSsde1mv5qvJXru8pt7sG3mtOOUvo= X-Google-Smtp-Source: ACHHUZ7TIFyDtMnOVp0kRBYukrK4MvO3GTYaTZdv9+Qf8FrOvE8ZS9IUJ3rMtrr3nmzZmC3ob3A8wA== X-Received: by 2002:adf:ea90:0:b0:311:1568:1a27 with SMTP id s16-20020adfea90000000b0031115681a27mr8504481wrm.58.1687180942014; Mon, 19 Jun 2023 06:22:22 -0700 (PDT) Received: from brgl-uxlite.home ([2a01:cb1d:334:ac00:d9e8:ddbf:7391:a0b0]) by smtp.gmail.com with ESMTPSA id t11-20020adfdc0b000000b0030ae3a6be5bsm31667139wri.78.2023.06.19.06.22.21 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Mon, 19 Jun 2023 06:22:21 -0700 (PDT) From: Bartosz Golaszewski To: Khem Raj , Bruce Ashfield , openembedded-devel@lists.openembedded.org Cc: Bartosz Golaszewski Subject: [meta-python][RESEND PATCH 03/54] python3-pywbem: order RDEPENDS alphabetically Date: Mon, 19 Jun 2023 15:21:23 +0200 Message-Id: <20230619132214.213417-4-brgl@bgdev.pl> X-Mailer: git-send-email 2.39.2 In-Reply-To: <20230619132214.213417-1-brgl@bgdev.pl> References: <20230619132214.213417-1-brgl@bgdev.pl> MIME-Version: 1.0 List-Id: X-Webhook-Received: from li982-79.members.linode.com [45.33.32.79] by aws-us-west-2-korg-lkml-1.web.codeaurora.org with HTTPS for ; Mon, 19 Jun 2023 13:22:33 -0000 X-Groupsio-URL: https://lists.openembedded.org/g/openembedded-devel/message/103387 From: Bartosz Golaszewski Order run-time dependencies for clarity. Signed-off-by: Bartosz Golaszewski --- meta-python/recipes-extended/pywbem/python3-pywbem_1.6.1.bb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/meta-python/recipes-extended/pywbem/python3-pywbem_1.6.1.bb b/meta-python/recipes-extended/pywbem/python3-pywbem_1.6.1.bb index c84576382..6bff9844d 100644 --- a/meta-python/recipes-extended/pywbem/python3-pywbem_1.6.1.bb +++ b/meta-python/recipes-extended/pywbem/python3-pywbem_1.6.1.bb @@ -31,6 +31,8 @@ RDEPENDS:${PN} += "\ python3-datetime \ python3-io \ python3-netclient \ + python3-nocasedict \ + python3-nocaselist \ python3-ply \ python3-pyyaml \ python3-six \ @@ -38,8 +40,6 @@ RDEPENDS:${PN} += "\ python3-threading \ python3-unixadmin \ python3-xml \ - python3-nocasedict \ - python3-nocaselist \ python3-yamlloader \ " From patchwork Mon Jun 19 13:21:24 2023 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Bartosz Golaszewski X-Patchwork-Id: 25973 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org Received: from aws-us-west-2-korg-lkml-1.web.codeaurora.org (localhost.localdomain [127.0.0.1]) by smtp.lore.kernel.org (Postfix) with ESMTP id B7B7FC001E0 for ; Mon, 19 Jun 2023 13:22:33 +0000 (UTC) Received: from mail-lf1-f54.google.com (mail-lf1-f54.google.com [209.85.167.54]) by mx.groups.io with SMTP id smtpd.web10.7392.1687180944828544360 for ; Mon, 19 Jun 2023 06:22:25 -0700 Authentication-Results: mx.groups.io; dkim=fail reason="signature has expired" header.i=@bgdev-pl.20221208.gappssmtp.com header.s=20221208 header.b=m5HdcBuD; spf=none, err=SPF record not found (domain: bgdev.pl, ip: 209.85.167.54, mailfrom: brgl@bgdev.pl) Received: by mail-lf1-f54.google.com with SMTP id 2adb3069b0e04-4f769c37d26so4384086e87.1 for ; Mon, 19 Jun 2023 06:22:24 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=bgdev-pl.20221208.gappssmtp.com; s=20221208; t=1687180943; x=1689772943; h=content-transfer-encoding:mime-version:references:in-reply-to :message-id:date:subject:cc:to:from:from:to:cc:subject:date :message-id:reply-to; bh=Nz3ncQrYlGpyNpA93bR5ob1F8dMtd4+NZvln6N5AYag=; b=m5HdcBuDy8GwjYmR0WteMTPcNtFXfHMXyLW+xLgs32WIZlkNWbtUeWV1tcAgB4jyoT 7gIlSl4P1HFNYsaZZEZVqWlVDEwsBZmuk89dMtdyo3lAntR2/1MqOK2xdWbzYkYz/JA2 UCMoG5FY2dW/Le+mB7Il0cI0Csz33Ky2kyxlsoaIwxiB/YfHB4zf/5Fycmx6qqP/eJu+ Tz63BAL9GcIpt5H97lIMAJ3bFjt9ojUrxwo0HYpizbsHKa9FqeBaqtbC7VSPXgc+yVGb nrQyS7Ln7hHAkqJww9JAHEwteeHVBWDlx0Uz/ZRebVUhWBG6kpVQB5zcjvO4dTmcdMtx 6sRg== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20221208; t=1687180943; x=1689772943; h=content-transfer-encoding:mime-version:references:in-reply-to :message-id:date:subject:cc:to:from:x-gm-message-state:from:to:cc :subject:date:message-id:reply-to; bh=Nz3ncQrYlGpyNpA93bR5ob1F8dMtd4+NZvln6N5AYag=; b=VUq20uXkXj/JRNZEXT6b4YIpaqcVbaPgbLVpa0hj6YyfFnFF441LdWHLS3KVoTumPc 1kEHh5B3646yottmB2BkJxwEk4vEUuHLeL9ZJ/mZCNJZpluhTx+eFZRhXTlxSnPJdWkY w2cTufZnSA/jv0Y4Ll9WpSgIBfzGLbyKvCwWfWY5Ta01fBIknOkVL27iDVvp6WGYIMj4 SOvR+CBmf7yn2rC8BtmpN2uyJE6wgBomqAMXkaCI5XtaOhIUqDNXt+vZrlypV9wbdLDu cflZx+TfuevFeH+pSKpaPKVRuvQ/x833idUlwRhEnORA/K/tgGhUoEUgganBt1kDKLgg UtWw== X-Gm-Message-State: AC+VfDzN9fUIPySfH+cZMDrdB45XS3QfCWGWkMMYjl1db2qrDHbMtJAK wHynLdUKoKJj2AM0GK9tCAbwSH1RgpWHAw2JbXY= X-Google-Smtp-Source: ACHHUZ6pNE0LXOIXvl7thWPGryE7UaPkf/IYiCvxX9EEbFcsqq2+xmY0IUKhg2ANtcetimJ/fzzHLw== X-Received: by 2002:a19:d619:0:b0:4eb:1294:983d with SMTP id n25-20020a19d619000000b004eb1294983dmr4799311lfg.7.1687180942948; Mon, 19 Jun 2023 06:22:22 -0700 (PDT) Received: from brgl-uxlite.home ([2a01:cb1d:334:ac00:d9e8:ddbf:7391:a0b0]) by smtp.gmail.com with ESMTPSA id t11-20020adfdc0b000000b0030ae3a6be5bsm31667139wri.78.2023.06.19.06.22.22 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Mon, 19 Jun 2023 06:22:22 -0700 (PDT) From: Bartosz Golaszewski To: Khem Raj , Bruce Ashfield , openembedded-devel@lists.openembedded.org Cc: Bartosz Golaszewski Subject: [meta-python][RESEND PATCH 04/54] python3-pywbem: add missing run-time dependencies Date: Mon, 19 Jun 2023 15:21:24 +0200 Message-Id: <20230619132214.213417-5-brgl@bgdev.pl> X-Mailer: git-send-email 2.39.2 In-Reply-To: <20230619132214.213417-1-brgl@bgdev.pl> References: <20230619132214.213417-1-brgl@bgdev.pl> MIME-Version: 1.0 List-Id: X-Webhook-Received: from li982-79.members.linode.com [45.33.32.79] by aws-us-west-2-korg-lkml-1.web.codeaurora.org with HTTPS for ; Mon, 19 Jun 2023 13:22:33 -0000 X-Groupsio-URL: https://lists.openembedded.org/g/openembedded-devel/message/103388 From: Bartosz Golaszewski Add missing RDEPENDS for this package. Signed-off-by: Bartosz Golaszewski --- meta-python/recipes-extended/pywbem/python3-pywbem_1.6.1.bb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/meta-python/recipes-extended/pywbem/python3-pywbem_1.6.1.bb b/meta-python/recipes-extended/pywbem/python3-pywbem_1.6.1.bb index 6bff9844d..1ab1bde44 100644 --- a/meta-python/recipes-extended/pywbem/python3-pywbem_1.6.1.bb +++ b/meta-python/recipes-extended/pywbem/python3-pywbem_1.6.1.bb @@ -30,11 +30,13 @@ DEPENDS += " \ RDEPENDS:${PN} += "\ python3-datetime \ python3-io \ + python3-logging \ python3-netclient \ python3-nocasedict \ python3-nocaselist \ python3-ply \ python3-pyyaml \ + python3-requests \ python3-six \ python3-stringold \ python3-threading \ From patchwork Mon Jun 19 13:21:25 2023 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Bartosz Golaszewski X-Patchwork-Id: 25972 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org Received: from aws-us-west-2-korg-lkml-1.web.codeaurora.org (localhost.localdomain [127.0.0.1]) by smtp.lore.kernel.org (Postfix) with ESMTP id AF7EFC001DE for ; Mon, 19 Jun 2023 13:22:33 +0000 (UTC) Received: from mail-wr1-f43.google.com (mail-wr1-f43.google.com [209.85.221.43]) by mx.groups.io with SMTP id smtpd.web10.7393.1687180945454921923 for ; Mon, 19 Jun 2023 06:22:25 -0700 Authentication-Results: mx.groups.io; dkim=fail reason="signature has expired" header.i=@bgdev-pl.20221208.gappssmtp.com header.s=20221208 header.b=EwdeUsiU; spf=none, err=SPF record not found (domain: bgdev.pl, ip: 209.85.221.43, mailfrom: brgl@bgdev.pl) Received: by mail-wr1-f43.google.com with SMTP id ffacd0b85a97d-311275efaf8so2122545f8f.3 for ; Mon, 19 Jun 2023 06:22:25 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=bgdev-pl.20221208.gappssmtp.com; s=20221208; t=1687180944; x=1689772944; h=content-transfer-encoding:mime-version:references:in-reply-to :message-id:date:subject:cc:to:from:from:to:cc:subject:date :message-id:reply-to; bh=O6YOPUgYGF0B4qY3Fb2DPlWZeGZXtzHEnAbcvz7tWE0=; b=EwdeUsiUoXFKibsZ0LmEOatVbhCTWFIV3nDOszGVeRNf2BFso7UJBI0opUZrYB37sS Pn7i4h9RloVLk3fKXNK9a6xysEDjHjPyMRdx2M4N4ZSYZfCXpcbP2ui0Ho0FOY3fPkzL ++Pk04QgHUEzv1WlFLFJNdz4bpiOa+pIL4oiOVLiBuNg4m9W2wbXRKSsbi+PBMNnf4zy BFqA1dQWBeE1UXNA6JV4/n/wsZvN06KfclWcBGzq6WS3H3k5td/W8uzzRUeOM4UoelSc tMC2E3bOX4EzjpS66ApKWN/XiV5kJKNZhXslAqdWIb8tptKeoE85gnBz42H/d2J2PFeC IU6Q== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20221208; t=1687180944; x=1689772944; h=content-transfer-encoding:mime-version:references:in-reply-to :message-id:date:subject:cc:to:from:x-gm-message-state:from:to:cc :subject:date:message-id:reply-to; bh=O6YOPUgYGF0B4qY3Fb2DPlWZeGZXtzHEnAbcvz7tWE0=; b=PzZapupVxeAWDHbgSLh4TSyC7oaVutKynoa5YCH5TKZcgncqwAUzn3zSjLJNTBu5ZJ oUJXVUyAXZk32Z7pYmmusFQKnpsE6O6yjJUYQ+qKCg+WcupyRXhCCHmEEG8V6YLGlHa4 NpzMMRyGs2yGn7a+hDwzG4B7B2PholJDCLnW65PA7LpLr2UfsYOCvPRs208NuXrju5U1 hKxAYh4P90PwYeI5dqjoep8gqVR8WA9GKnHxhbeTnQ2Gpz2MKlIL7XrFib3jf0ZV6Qle hbB34WBHISO6dlT1F+W6aqP87DK4ku8UfrthvHsqRAtLyAZJ1IxUaFBqUVKfSPbwVzUN tvdA== X-Gm-Message-State: AC+VfDwaQm8t1Ia98ariDdOwIn09UKS3qhcuH9q2JsULvu7pVIRXZQ5M JpmFNs6r7jN8laJf2yzZosYOP7HopA5JZkwEj1k= X-Google-Smtp-Source: ACHHUZ5APOcsCbtrC3Vy9OrJPHZ0yzXeg52CjhijO1dSpVPCSMvn0fmJRv3yNkvrXY6KuBeVBfu8wQ== X-Received: by 2002:adf:f2c2:0:b0:30f:bbf1:d195 with SMTP id d2-20020adff2c2000000b0030fbbf1d195mr5355832wrp.36.1687180943855; Mon, 19 Jun 2023 06:22:23 -0700 (PDT) Received: from brgl-uxlite.home ([2a01:cb1d:334:ac00:d9e8:ddbf:7391:a0b0]) by smtp.gmail.com with ESMTPSA id t11-20020adfdc0b000000b0030ae3a6be5bsm31667139wri.78.2023.06.19.06.22.23 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Mon, 19 Jun 2023 06:22:23 -0700 (PDT) From: Bartosz Golaszewski To: Khem Raj , Bruce Ashfield , openembedded-devel@lists.openembedded.org Cc: Bartosz Golaszewski Subject: [meta-python][RESEND PATCH 05/54] python3-padatious: add missing run-time dependencies Date: Mon, 19 Jun 2023 15:21:25 +0200 Message-Id: <20230619132214.213417-6-brgl@bgdev.pl> X-Mailer: git-send-email 2.39.2 In-Reply-To: <20230619132214.213417-1-brgl@bgdev.pl> References: <20230619132214.213417-1-brgl@bgdev.pl> MIME-Version: 1.0 List-Id: X-Webhook-Received: from li982-79.members.linode.com [45.33.32.79] by aws-us-west-2-korg-lkml-1.web.codeaurora.org with HTTPS for ; Mon, 19 Jun 2023 13:22:33 -0000 X-Groupsio-URL: https://lists.openembedded.org/g/openembedded-devel/message/103389 From: Bartosz Golaszewski Add missing RDEPENDS for this package. Signed-off-by: Bartosz Golaszewski --- .../recipes-devtools/python/python3-padatious_0.4.8.bb | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/meta-python/recipes-devtools/python/python3-padatious_0.4.8.bb b/meta-python/recipes-devtools/python/python3-padatious_0.4.8.bb index 404a0170d..fef6376ef 100644 --- a/meta-python/recipes-devtools/python/python3-padatious_0.4.8.bb +++ b/meta-python/recipes-devtools/python/python3-padatious_0.4.8.bb @@ -7,3 +7,11 @@ SRC_URI[md5sum] = "7dd2f1830737dc142aa199f77dacf32e" SRC_URI[sha256sum] = "e471f251b94e8cadf6e4214f0f3b7b36678848aaa8c51cd5638ab23ecb716f75" inherit pypi setuptools3 + +RDEPENDS:${PN} += " \ + python3-fann2 \ + python3-json \ + python3-multiprocessing \ + python3-padaos \ + python3-xxhash \ +" From patchwork Mon Jun 19 13:21:26 2023 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Bartosz Golaszewski X-Patchwork-Id: 25971 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org Received: from aws-us-west-2-korg-lkml-1.web.codeaurora.org (localhost.localdomain [127.0.0.1]) by smtp.lore.kernel.org (Postfix) with ESMTP id A93C0C001DD for ; Mon, 19 Jun 2023 13:22:33 +0000 (UTC) Received: from mail-wm1-f47.google.com (mail-wm1-f47.google.com [209.85.128.47]) by mx.groups.io with SMTP id smtpd.web11.7355.1687180946352937579 for ; Mon, 19 Jun 2023 06:22:26 -0700 Authentication-Results: mx.groups.io; dkim=fail reason="signature has expired" header.i=@bgdev-pl.20221208.gappssmtp.com header.s=20221208 header.b=GzjxQDlX; spf=none, err=SPF record not found (domain: bgdev.pl, ip: 209.85.128.47, mailfrom: brgl@bgdev.pl) Received: by mail-wm1-f47.google.com with SMTP id 5b1f17b1804b1-3f901f87195so16331405e9.1 for ; Mon, 19 Jun 2023 06:22:26 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=bgdev-pl.20221208.gappssmtp.com; s=20221208; t=1687180945; x=1689772945; h=content-transfer-encoding:mime-version:references:in-reply-to :message-id:date:subject:cc:to:from:from:to:cc:subject:date :message-id:reply-to; bh=dpDIEpn4e6QtGpaMYQ7riihpGcFSgI7YLHxqeZ3lbyI=; b=GzjxQDlXpkKP9FEl7ynY5Ve+dFugLD7OmeDu/Agzi24s8eH+0np+ZdxqFj9uY286zw MLqiQQzFSz8OOuIzftc2QFYrFWieaqoTpuPSAlAjuPC8ySVd6z5AUIizYud6w99dOZyz R1trC6A8l4HOy/0A6xllPV2op/TsW8OSmGbUnIQm6qmuOxoDA6h2pSNmuJBx9TD7lrug 61Ycto7dMWCW/u/f12JWsqw8Ncceh57bzicUICg2rNWgUp/Hne7T9ETWCuw6tM32shDP um3IkJJDvP0b2cj91QfiXU3tzuXeXMtuN2n1CDSTyh0/E0dyxL4KS/vBb7Le6eCQVXw0 nHvw== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20221208; t=1687180945; x=1689772945; h=content-transfer-encoding:mime-version:references:in-reply-to :message-id:date:subject:cc:to:from:x-gm-message-state:from:to:cc :subject:date:message-id:reply-to; bh=dpDIEpn4e6QtGpaMYQ7riihpGcFSgI7YLHxqeZ3lbyI=; b=dgbJzkJDHpDw8o7co1N6G5rMSAHrxu4ZJwZ7UknBCJtu7vFk9+gEvvfNyxMrCgJHxn yxM3ul1na0OTzcl5WqElgh9QYxN8271jTS+470jV8QKYKFJulrL7sUYOT0WMFhmUf3Jj yg72M8QZdHAHnkK4BZUklpQDiKcodshOX4LxBv02RadW8WIqKT6S3avtXdPgyG84biQw NxLCO5yp6dV7R4POEdNwa9OpsJLZNd3whkgE7qpRX/8PZ+SZkmi/dvBLRwLgdAZCUy0r MKDkelHeXErhwCZVpVQuVEk0H0NpRobYhLTfytqwVBNsq1b2NIdvQei9qbbvh88gfy3m aoqQ== X-Gm-Message-State: AC+VfDz+0YYer3ROja+iXAwCqa4j+OUR1KZLL0mwr1llJ+fxVyV1s79h lu+rAm/vRbxL1hRBbMAjTsiNlw== X-Google-Smtp-Source: ACHHUZ4EcrNfUMJd5Cj3gmBNNboejTGMI6gB12SsTXWUVSI0e4llg6TCJIkxQngQZmheBC2zh5u7KA== X-Received: by 2002:a05:600c:22d4:b0:3f7:3634:e21b with SMTP id 20-20020a05600c22d400b003f73634e21bmr8246225wmg.2.1687180944832; Mon, 19 Jun 2023 06:22:24 -0700 (PDT) Received: from brgl-uxlite.home ([2a01:cb1d:334:ac00:d9e8:ddbf:7391:a0b0]) by smtp.gmail.com with ESMTPSA id t11-20020adfdc0b000000b0030ae3a6be5bsm31667139wri.78.2023.06.19.06.22.24 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Mon, 19 Jun 2023 06:22:24 -0700 (PDT) From: Bartosz Golaszewski To: Khem Raj , Bruce Ashfield , openembedded-devel@lists.openembedded.org Cc: Bartosz Golaszewski Subject: [meta-python][RESEND PATCH 06/54] python3-pako: add missing run-time dependencies Date: Mon, 19 Jun 2023 15:21:26 +0200 Message-Id: <20230619132214.213417-7-brgl@bgdev.pl> X-Mailer: git-send-email 2.39.2 In-Reply-To: <20230619132214.213417-1-brgl@bgdev.pl> References: <20230619132214.213417-1-brgl@bgdev.pl> MIME-Version: 1.0 List-Id: X-Webhook-Received: from li982-79.members.linode.com [45.33.32.79] by aws-us-west-2-korg-lkml-1.web.codeaurora.org with HTTPS for ; Mon, 19 Jun 2023 13:22:33 -0000 X-Groupsio-URL: https://lists.openembedded.org/g/openembedded-devel/message/103390 From: Bartosz Golaszewski Add missing RDEPENDS for this package. Signed-off-by: Bartosz Golaszewski --- meta-python/recipes-devtools/python/python3-pako_0.3.1.bb | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/meta-python/recipes-devtools/python/python3-pako_0.3.1.bb b/meta-python/recipes-devtools/python/python3-pako_0.3.1.bb index 34cd096c9..046e6571e 100644 --- a/meta-python/recipes-devtools/python/python3-pako_0.3.1.bb +++ b/meta-python/recipes-devtools/python/python3-pako_0.3.1.bb @@ -11,3 +11,10 @@ do_install:append() { rm -rf ${D}${prefix}/pako/LICENSE rm -rf ${D}${prefix}/pako } + +RDEPENDS:${PN} += " \ + python3-appdirs \ + python3-io \ + python3-json \ + python3-logging \ +" From patchwork Mon Jun 19 13:21:27 2023 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Bartosz Golaszewski X-Patchwork-Id: 25970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org Received: from aws-us-west-2-korg-lkml-1.web.codeaurora.org (localhost.localdomain [127.0.0.1]) by smtp.lore.kernel.org (Postfix) with ESMTP id A983CC001DF for ; Mon, 19 Jun 2023 13:22:33 +0000 (UTC) Received: from mail-wr1-f44.google.com (mail-wr1-f44.google.com [209.85.221.44]) by mx.groups.io with SMTP id smtpd.web11.7358.1687180947378063416 for ; Mon, 19 Jun 2023 06:22:27 -0700 Authentication-Results: mx.groups.io; dkim=fail reason="signature has expired" header.i=@bgdev-pl.20221208.gappssmtp.com header.s=20221208 header.b=ScMLzSaa; spf=none, err=SPF record not found (domain: bgdev.pl, ip: 209.85.221.44, mailfrom: brgl@bgdev.pl) Received: by mail-wr1-f44.google.com with SMTP id ffacd0b85a97d-31126037f41so3107091f8f.2 for ; Mon, 19 Jun 2023 06:22:27 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=bgdev-pl.20221208.gappssmtp.com; s=20221208; t=1687180946; x=1689772946; h=content-transfer-encoding:mime-version:references:in-reply-to :message-id:date:subject:cc:to:from:from:to:cc:subject:date :message-id:reply-to; bh=9ZXQ1wUTZSMpjFvhqfTN84qCP2nVXOhiBXKw41582Uk=; b=ScMLzSaa7sGUHNBbIdxEzJeOKxZ353nOEkVfp7dVjExEDwuxhIhgApz+Ki9W+3hxn2 vOMKLiRb8Xzkn5n+CvuFvLh2sOAZWBFzFkM7yMPX8jrd8I47S1Y8JeXyjARdhZAbRrkZ Gs7TP2xJR1tyBqcut8k7S8ozg8tCZzLbTcLLF8DspkI9MDk151dZcV69S2bLLJ9iV/OM wfamnjocar6S0637JdMEOFqXm74ZSSEb85MDg/kgZKGVzuPRwVjPY0sat4HS1WJ+Hd+A 7aKGu6USGlcq6OnBGSbocsMzPdEKfCHRnPxXg/UOa332xHVwYqzVqS/YcPah6GeEj492 cn2w== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20221208; t=1687180946; x=1689772946; h=content-transfer-encoding:mime-version:references:in-reply-to :message-id:date:subject:cc:to:from:x-gm-message-state:from:to:cc :subject:date:message-id:reply-to; bh=9ZXQ1wUTZSMpjFvhqfTN84qCP2nVXOhiBXKw41582Uk=; b=Lvly0EdloYX9k8WNYZ81PdxNZbQJsFRZSQH5Bz40mVnaQroDL4hZThn2bbHtRDaCBI D5Zd0YsSbjs1FFD+qBg0AI0oNHw5R5RgczO9eDwEcFQUzKN+DB6+9xd7TY9kxR+bTDkA JgXmjTdJQRA8hJ5R+1HsvK1D7qS6M7WXgjb3ZcCciYupZzcs5wBaZnUo1tscmQSoAHHM 84IBm0hx5I9ZJ9CFnnOmvkd36tsDH0jTDuIK4WkQbK8KAN4M9IosFkjKspqMhwLrM1dF zXbJC+PctJK468quGE9IWHUv4Hm+HtGqBUto57gV2/X9mTz2nOQyZ/dlby2X5GOvFn0Y m+6g== X-Gm-Message-State: AC+VfDwwuCZ8Taa7evtz6FH008Sf09DvX5H349xoKwcn8SqwXl/ZrsFf yhMttRm2fthfYCOodbM5L91fXdmD2BKatvxJ648= X-Google-Smtp-Source: ACHHUZ6jbgommZoLdrV2RSrvSPm/OK3U0VXrCdWvct9u5tgXPU4TUy21UnKEjJCqE87Ho+LS97aCEg== X-Received: by 2002:a5d:63c5:0:b0:30f:c21c:b9b5 with SMTP id c5-20020a5d63c5000000b0030fc21cb9b5mr7559594wrw.50.1687180945787; Mon, 19 Jun 2023 06:22:25 -0700 (PDT) Received: from brgl-uxlite.home ([2a01:cb1d:334:ac00:d9e8:ddbf:7391:a0b0]) by smtp.gmail.com with ESMTPSA id t11-20020adfdc0b000000b0030ae3a6be5bsm31667139wri.78.2023.06.19.06.22.24 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Mon, 19 Jun 2023 06:22:25 -0700 (PDT) From: Bartosz Golaszewski To: Khem Raj , Bruce Ashfield , openembedded-devel@lists.openembedded.org Cc: Bartosz Golaszewski Subject: [meta-python][RESEND PATCH 07/54] python3-paramiko: stop using PYTHON_PN Date: Mon, 19 Jun 2023 15:21:27 +0200 Message-Id: <20230619132214.213417-8-brgl@bgdev.pl> X-Mailer: git-send-email 2.39.2 In-Reply-To: <20230619132214.213417-1-brgl@bgdev.pl> References: <20230619132214.213417-1-brgl@bgdev.pl> MIME-Version: 1.0 List-Id: X-Webhook-Received: from li982-79.members.linode.com [45.33.32.79] by aws-us-west-2-korg-lkml-1.web.codeaurora.org with HTTPS for ; Mon, 19 Jun 2023 13:22:33 -0000 X-Groupsio-URL: https://lists.openembedded.org/g/openembedded-devel/message/103391 From: Bartosz Golaszewski We no longer support python2 so stop using PYTHON_PN and use python3 explicitly. Signed-off-by: Bartosz Golaszewski --- .../recipes-devtools/python/python3-paramiko_3.2.0.bb | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/meta-python/recipes-devtools/python/python3-paramiko_3.2.0.bb b/meta-python/recipes-devtools/python/python3-paramiko_3.2.0.bb index f2d8bfe44..2f3cf6eb7 100644 --- a/meta-python/recipes-devtools/python/python3-paramiko_3.2.0.bb +++ b/meta-python/recipes-devtools/python/python3-paramiko_3.2.0.bb @@ -11,9 +11,9 @@ inherit pypi setuptools3 CLEANBROKEN = "1" -RDEPENDS:${PN} += "\ - ${PYTHON_PN}-bcrypt \ - ${PYTHON_PN}-cryptography \ - ${PYTHON_PN}-pynacl \ - ${PYTHON_PN}-unixadmin \ +RDEPENDS:${PN} += " \ + python3-bcrypt \ + python3-cryptography \ + python3-pynacl \ + python3-unixadmin \ " From patchwork Mon Jun 19 13:21:28 2023 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Bartosz Golaszewski X-Patchwork-Id: 25967 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org Received: from aws-us-west-2-korg-lkml-1.web.codeaurora.org (localhost.localdomain [127.0.0.1]) by smtp.lore.kernel.org (Postfix) with ESMTP id 9D81AC001B3 for ; Mon, 19 Jun 2023 13:22:33 +0000 (UTC) Received: from mail-wr1-f51.google.com (mail-wr1-f51.google.com [209.85.221.51]) by mx.groups.io with SMTP id smtpd.web10.7394.1687180948433186323 for ; Mon, 19 Jun 2023 06:22:28 -0700 Authentication-Results: mx.groups.io; dkim=fail reason="signature has expired" header.i=@bgdev-pl.20221208.gappssmtp.com header.s=20221208 header.b=ylz20qAF; spf=none, err=SPF record not found (domain: bgdev.pl, ip: 209.85.221.51, mailfrom: brgl@bgdev.pl) Received: by mail-wr1-f51.google.com with SMTP id ffacd0b85a97d-30fcde6a73cso2867376f8f.2 for ; Mon, 19 Jun 2023 06:22:28 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=bgdev-pl.20221208.gappssmtp.com; s=20221208; t=1687180947; x=1689772947; h=content-transfer-encoding:mime-version:references:in-reply-to :message-id:date:subject:cc:to:from:from:to:cc:subject:date :message-id:reply-to; bh=DnMK9d/HGvPq9qreyc3lS8PxBtpM/0QmbcJcMLvEf7k=; b=ylz20qAFvyaor0XNYj9tcDQGXXu98OoTEmjCF1NlftIrD6n9df9Qh9S3w0HiC4jBa8 Xr4AiKjX2fHNY8n48c+FMb2q7cKF8Gh/ruWOQ1hzCXEhE5M2M6zKnPz/SuffdFoYPz4L yGsXbNmCoqCsgjqmuMXWQH6h2gmed5TqO2kqX1SL/x5QLuZTTQOKr84lVLCjLOdvbxav XiNnQSLomV7auHjOMSIrWK8zPbj9kwCpt98sGdpcokFjZXxbuL30YVzxysiCI0SjAidk +PyjoZ851g5nG7OLV7x2+uUhM4e4owzLwCUlKMQzdEKReXfDyNVP5pNBfpV/7qct22iY s17g== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20221208; t=1687180947; x=1689772947; h=content-transfer-encoding:mime-version:references:in-reply-to :message-id:date:subject:cc:to:from:x-gm-message-state:from:to:cc :subject:date:message-id:reply-to; bh=DnMK9d/HGvPq9qreyc3lS8PxBtpM/0QmbcJcMLvEf7k=; b=HUDQ3WIgc3bH5EDll833aePNKKrLl6EzKp9o7JETSaULrz/DfODuDgzekt1NP9KpOM FbAYQJq3zJsl5nxnmo4znukAz94y6pKwTz/XB0r8Md9fpv9wWsUd+xAsxaa3TQeXLsJN xjpi9PgX/Ck9n0eo9IAev0YV9BOibY9yk/T22qVKYWaSVIYGNRcmyO/Qxd+ZbyRGUNmT pH51DnTKwn7CuyJha8iaKU5fXCgZoGKFkaEj6sAU8g5OSJXYUkUphVDtcHNO4zz7fvuB HLQGldb4QGvs+s73ORKkt3cfoTDqkDyMpjGDr2/D9FUa0k9Pyk7YurUHt71HhldTtEZB ETWA== X-Gm-Message-State: AC+VfDxUzCa++/rOpqqyCkiE813fh5uWh3mKWRKWe8EjlJUg+JmWjxwx YjnH0mNqRNOOg2vrIK5eTa9umQ== X-Google-Smtp-Source: ACHHUZ4m6lAn/GJi4DEAk7xM/pvDn9TZDGqKV7YAlLysnf6Duqxpglh34mceRTxXB3+erfDgS6tzBw== X-Received: by 2002:adf:e88b:0:b0:309:507a:3f5b with SMTP id d11-20020adfe88b000000b00309507a3f5bmr6866314wrm.8.1687180946958; Mon, 19 Jun 2023 06:22:26 -0700 (PDT) Received: from brgl-uxlite.home ([2a01:cb1d:334:ac00:d9e8:ddbf:7391:a0b0]) by smtp.gmail.com with ESMTPSA id t11-20020adfdc0b000000b0030ae3a6be5bsm31667139wri.78.2023.06.19.06.22.25 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Mon, 19 Jun 2023 06:22:26 -0700 (PDT) From: Bartosz Golaszewski To: Khem Raj , Bruce Ashfield , openembedded-devel@lists.openembedded.org Cc: Bartosz Golaszewski Subject: [meta-python][RESEND PATCH 08/54] python3-paramiko: add missing run-time dependencies Date: Mon, 19 Jun 2023 15:21:28 +0200 Message-Id: <20230619132214.213417-9-brgl@bgdev.pl> X-Mailer: git-send-email 2.39.2 In-Reply-To: <20230619132214.213417-1-brgl@bgdev.pl> References: <20230619132214.213417-1-brgl@bgdev.pl> MIME-Version: 1.0 List-Id: X-Webhook-Received: from li982-79.members.linode.com [45.33.32.79] by aws-us-west-2-korg-lkml-1.web.codeaurora.org with HTTPS for ; Mon, 19 Jun 2023 13:22:33 -0000 X-Groupsio-URL: https://lists.openembedded.org/g/openembedded-devel/message/103392 From: Bartosz Golaszewski Add missing RDEPENDS for this package. Signed-off-by: Bartosz Golaszewski --- meta-python/recipes-devtools/python/python3-paramiko_3.2.0.bb | 1 + 1 file changed, 1 insertion(+) diff --git a/meta-python/recipes-devtools/python/python3-paramiko_3.2.0.bb b/meta-python/recipes-devtools/python/python3-paramiko_3.2.0.bb index 2f3cf6eb7..5420a9edc 100644 --- a/meta-python/recipes-devtools/python/python3-paramiko_3.2.0.bb +++ b/meta-python/recipes-devtools/python/python3-paramiko_3.2.0.bb @@ -14,6 +14,7 @@ CLEANBROKEN = "1" RDEPENDS:${PN} += " \ python3-bcrypt \ python3-cryptography \ + python3-logging \ python3-pynacl \ python3-unixadmin \ " From patchwork Mon Jun 19 13:21:29 2023 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Bartosz Golaszewski X-Patchwork-Id: 25969 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org Received: from aws-us-west-2-korg-lkml-1.web.codeaurora.org (localhost.localdomain [127.0.0.1]) by smtp.lore.kernel.org (Postfix) with ESMTP id 9691AC001DB for ; Mon, 19 Jun 2023 13:22:33 +0000 (UTC) Received: from mail-wr1-f48.google.com (mail-wr1-f48.google.com [209.85.221.48]) by mx.groups.io with SMTP id smtpd.web11.7362.1687180949602160712 for ; Mon, 19 Jun 2023 06:22:29 -0700 Authentication-Results: mx.groups.io; dkim=fail reason="signature has expired" header.i=@bgdev-pl.20221208.gappssmtp.com header.s=20221208 header.b=aLER4U6I; spf=none, err=SPF record not found (domain: bgdev.pl, ip: 209.85.221.48, mailfrom: brgl@bgdev.pl) Received: by mail-wr1-f48.google.com with SMTP id ffacd0b85a97d-3112c11fdc9so1632652f8f.3 for ; Mon, 19 Jun 2023 06:22:29 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=bgdev-pl.20221208.gappssmtp.com; s=20221208; t=1687180948; x=1689772948; h=content-transfer-encoding:mime-version:references:in-reply-to :message-id:date:subject:cc:to:from:from:to:cc:subject:date :message-id:reply-to; bh=/zVwbBmRe3wqNRGrTnqdCpzPcbwgOCpznIpz7u2vYic=; b=aLER4U6IqhqrS4Sm5iQcB/jEZ+f3qmwXO4xx0VuBz3IrCZieJlV5m1PQBr27mxMK89 nC83TOz2r0j4lJuH2lkHbuaKET4jwnZ9oteY/Kyb6XyK6emkqf4SfTT1WkYgfLasuO3Y 6P6/QL3eUnkgJKYJQH9wYpAmOHw5X7WTVAtLwSvPR8oiVqrTQLDjZ26cNqUsewz6W/r1 74m56P7+4ytdrjXEpOIl/Pxd5zNDRR/W0n2du8/qGynmeNy45zPbFVa3WeAUGEOlvtVT maYnoyPCYluxZcU8ZN2doBD9j0TlRsejLbs8bjXofngFbxoGtfTslwQvHhjmiHPEFSid ksww== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20221208; t=1687180948; x=1689772948; h=content-transfer-encoding:mime-version:references:in-reply-to :message-id:date:subject:cc:to:from:x-gm-message-state:from:to:cc :subject:date:message-id:reply-to; bh=/zVwbBmRe3wqNRGrTnqdCpzPcbwgOCpznIpz7u2vYic=; b=iLYkkvrhQUE7NtB2PgH6wT0ZZo7dHEQRBQURCObXZ1nop2BUbJEwnqcnGNWJJbho8a i5x3wmjLdU9IDnxW9B/QInmOeRngv2y0gi7k8ngB3tu0GZtWfOZSfUoqihHbgXEHmNWR RMk5mSEPky/R715NuSKpOxssZ4LAG86TTrthhFQvDkQh1964q79f6wgRr0Y2xDPHPCvK /UXiTS75/9VzqgY7eAiYb7rl64IHLo2yNSKFhXY+HvUe6M9OAPYI/bjFSTayUqY0cNk4 7482Wmip/A4kMVNOBQQ0JuOdIL0r9AKFAK0yGaveW/wa4mvDTFPoVF53BSvbdy3B+Zz8 bD8A== X-Gm-Message-State: AC+VfDzZ874e2SbqW8WMAiT+swtFx56uX45Jv3FkIBZl5KKdO4QFYteY 0kOLu8RkE62e/2bcbgrbZhNBLQ== X-Google-Smtp-Source: ACHHUZ7GftLQkaNmAKyaC7GqxXihuCz0Y+iVBj+GGagfVHYv9O/+hffHBerDgl+9t9aEsVsGwOV0uw== X-Received: by 2002:adf:f30f:0:b0:309:3a1e:fc54 with SMTP id i15-20020adff30f000000b003093a1efc54mr5918000wro.7.1687180948141; Mon, 19 Jun 2023 06:22:28 -0700 (PDT) Received: from brgl-uxlite.home ([2a01:cb1d:334:ac00:d9e8:ddbf:7391:a0b0]) by smtp.gmail.com with ESMTPSA id t11-20020adfdc0b000000b0030ae3a6be5bsm31667139wri.78.2023.06.19.06.22.27 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Mon, 19 Jun 2023 06:22:27 -0700 (PDT) From: Bartosz Golaszewski To: Khem Raj , Bruce Ashfield , openembedded-devel@lists.openembedded.org Cc: Bartosz Golaszewski Subject: [meta-python][RESEND PATCH 09/54] python3-path: fix coding style Date: Mon, 19 Jun 2023 15:21:29 +0200 Message-Id: <20230619132214.213417-10-brgl@bgdev.pl> X-Mailer: git-send-email 2.39.2 In-Reply-To: <20230619132214.213417-1-brgl@bgdev.pl> References: <20230619132214.213417-1-brgl@bgdev.pl> MIME-Version: 1.0 List-Id: X-Webhook-Received: from li982-79.members.linode.com [45.33.32.79] by aws-us-west-2-korg-lkml-1.web.codeaurora.org with HTTPS for ; Mon, 19 Jun 2023 13:22:33 -0000 X-Groupsio-URL: https://lists.openembedded.org/g/openembedded-devel/message/103393 From: Bartosz Golaszewski Stop using PYTHON_PN and make indentation consistent. Signed-off-by: Bartosz Golaszewski --- .../recipes-devtools/python/python3-path_16.6.0.bb | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/meta-python/recipes-devtools/python/python3-path_16.6.0.bb b/meta-python/recipes-devtools/python/python3-path_16.6.0.bb index 479177ed7..51b6574e0 100644 --- a/meta-python/recipes-devtools/python/python3-path_16.6.0.bb +++ b/meta-python/recipes-devtools/python/python3-path_16.6.0.bb @@ -5,7 +5,7 @@ LIC_FILES_CHKSUM = "file://LICENSE;md5=7a7126e068206290f3fe9f8d6c713ea6" SRC_URI[sha256sum] = "bea3816e1d54f4e33aac78d2031a0b0ed2f95e69db85b45d51f17df97071da69" SRC_URI += "\ - file://run-ptest \ + file://run-ptest \ " inherit pypi python_setuptools_build_meta ptest @@ -13,11 +13,11 @@ inherit pypi python_setuptools_build_meta ptest DEPENDS += "python3-setuptools-scm-native" RDEPENDS:${PN} += " \ - ${PYTHON_PN}-appdirs \ + python3-appdirs \ " RDEPENDS:${PN}-ptest += " \ - ${PYTHON_PN}-pytest \ - ${PYTHON_PN}-unittest-automake-output \ + python3-pytest \ + python3-unittest-automake-output \ " BBCLASSEXTEND = "nativesdk native" From patchwork Mon Jun 19 13:21:30 2023 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Bartosz Golaszewski X-Patchwork-Id: 25964 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org Received: from aws-us-west-2-korg-lkml-1.web.codeaurora.org (localhost.localdomain [127.0.0.1]) by smtp.lore.kernel.org (Postfix) with ESMTP id 8761EEB64DC for ; Mon, 19 Jun 2023 13:22:33 +0000 (UTC) Received: from mail-wr1-f47.google.com (mail-wr1-f47.google.com [209.85.221.47]) by mx.groups.io with SMTP id smtpd.web10.7397.1687180950538054449 for ; Mon, 19 Jun 2023 06:22:30 -0700 Authentication-Results: mx.groups.io; dkim=fail reason="signature has expired" header.i=@bgdev-pl.20221208.gappssmtp.com header.s=20221208 header.b=iJ1GJbNI; spf=none, err=SPF record not found (domain: bgdev.pl, ip: 209.85.221.47, mailfrom: brgl@bgdev.pl) Received: by mail-wr1-f47.google.com with SMTP id ffacd0b85a97d-3110ab7110aso3423749f8f.3 for ; Mon, 19 Jun 2023 06:22:30 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=bgdev-pl.20221208.gappssmtp.com; s=20221208; t=1687180949; x=1689772949; h=content-transfer-encoding:mime-version:references:in-reply-to :message-id:date:subject:cc:to:from:from:to:cc:subject:date :message-id:reply-to; bh=cvG98+OLHuC8tOs8R6M50JcrJXIZNT1gN6fIdDu9DKg=; b=iJ1GJbNIJcon11CaJp4jfaBEVZIxMstTAoNeabat6751Swhv9aVJDhRhv2t+G/lCS4 2Uw+YYDtevLU+i9EE4X9Z98X8jnVEiyZSBdQxi8Of5J+IKpsqLn3qj8VedtTyoIojqf5 P+Im1ZPDdhlJuI69voleCcofZXHEKAKQYtJz8PXgapN+nqTV3tFINhPLTOiXoRzrc6fQ 4L0E5CbN2pcBUU4caL0rnli/lxkhQKxNjRKzqz++GYfZK07TFQ+oughCQg9RMZO5ye5L t6eWhqFptJVmiy7YOw6pygWOdouyF30kj4+2P+COV8FeTFrR/GJbeytQFcz08h5SFM7F Oe/g== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20221208; t=1687180949; x=1689772949; h=content-transfer-encoding:mime-version:references:in-reply-to :message-id:date:subject:cc:to:from:x-gm-message-state:from:to:cc :subject:date:message-id:reply-to; bh=cvG98+OLHuC8tOs8R6M50JcrJXIZNT1gN6fIdDu9DKg=; b=Xrab2tbW6E01XMY6zrhpavFYRXLujKjBFMKP8IX/jxpfVHf/3htl0SKyTy+KrWRBH4 bqyo7YjbVJBKHrBhX8SaBBEny7dclx9m6ZNMn6GZrK0/SXz9HRXC8wlPGRlgMg4X81Qu /09P3Xek8gw7sAQ4nmLsM+OXSIcQBvkD5qsUODiKaBVs2N5DmpIa87SPqVjZRLdbKmjs c5ru16PUDxUg/QCsBGPf+CG5QB3ZgGULpQfNckEFN42xUjmpbSfQulmNWB3a1DAq5Vym IggL+n61C+5ZpZJRXIgcQHx0/kxhlNSJeUpz5pu9aMkwMDNBTBZb6DHRxtkOS6LpQWDS Es1g== X-Gm-Message-State: AC+VfDwOVDlhAarH3fY3L6EDBlGUsT7FG64jLMQzDwUepDwdRJUP9u9P cQ896Hoyt7tramK8Zrg7VRnMkQ== X-Google-Smtp-Source: ACHHUZ6KOpA7fzkDOQwdE0eaWjq+aSb5pe5tXkNyxkIJxmCLEgji0aG8TKpPMDLgx1WbQ8BgC02A/Q== X-Received: by 2002:a5d:4b07:0:b0:30a:eda0:71c5 with SMTP id v7-20020a5d4b07000000b0030aeda071c5mr6704816wrq.16.1687180949056; Mon, 19 Jun 2023 06:22:29 -0700 (PDT) Received: from brgl-uxlite.home ([2a01:cb1d:334:ac00:d9e8:ddbf:7391:a0b0]) by smtp.gmail.com with ESMTPSA id t11-20020adfdc0b000000b0030ae3a6be5bsm31667139wri.78.2023.06.19.06.22.28 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Mon, 19 Jun 2023 06:22:28 -0700 (PDT) From: Bartosz Golaszewski To: Khem Raj , Bruce Ashfield , openembedded-devel@lists.openembedded.org Cc: Bartosz Golaszewski Subject: [meta-python][RESEND PATCH 10/54] python3-path: add missing run-time dependencies Date: Mon, 19 Jun 2023 15:21:30 +0200 Message-Id: <20230619132214.213417-11-brgl@bgdev.pl> X-Mailer: git-send-email 2.39.2 In-Reply-To: <20230619132214.213417-1-brgl@bgdev.pl> References: <20230619132214.213417-1-brgl@bgdev.pl> MIME-Version: 1.0 List-Id: X-Webhook-Received: from li982-79.members.linode.com [45.33.32.79] by aws-us-west-2-korg-lkml-1.web.codeaurora.org with HTTPS for ; Mon, 19 Jun 2023 13:22:33 -0000 X-Groupsio-URL: https://lists.openembedded.org/g/openembedded-devel/message/103394 From: Bartosz Golaszewski Add missing RDEPENDS for this package. Signed-off-by: Bartosz Golaszewski --- meta-python/recipes-devtools/python/python3-path_16.6.0.bb | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/meta-python/recipes-devtools/python/python3-path_16.6.0.bb b/meta-python/recipes-devtools/python/python3-path_16.6.0.bb index 51b6574e0..095f906f0 100644 --- a/meta-python/recipes-devtools/python/python3-path_16.6.0.bb +++ b/meta-python/recipes-devtools/python/python3-path_16.6.0.bb @@ -14,6 +14,10 @@ DEPENDS += "python3-setuptools-scm-native" RDEPENDS:${PN} += " \ python3-appdirs \ + python3-crypt \ + python3-io \ + python3-numbers \ + python3-shell \ " RDEPENDS:${PN}-ptest += " \ python3-pytest \ From patchwork Mon Jun 19 13:21:31 2023 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Bartosz Golaszewski X-Patchwork-Id: 25965 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org Received: from aws-us-west-2-korg-lkml-1.web.codeaurora.org (localhost.localdomain [127.0.0.1]) by smtp.lore.kernel.org (Postfix) with ESMTP id 7604FEB64D9 for ; Mon, 19 Jun 2023 13:22:33 +0000 (UTC) Received: from mail-wr1-f47.google.com (mail-wr1-f47.google.com [209.85.221.47]) by mx.groups.io with SMTP id smtpd.web10.7398.1687180951959678190 for ; Mon, 19 Jun 2023 06:22:32 -0700 Authentication-Results: mx.groups.io; dkim=fail reason="signature has expired" header.i=@bgdev-pl.20221208.gappssmtp.com header.s=20221208 header.b=2VSogMD9; spf=none, err=SPF record not found (domain: bgdev.pl, ip: 209.85.221.47, mailfrom: brgl@bgdev.pl) Received: by mail-wr1-f47.google.com with SMTP id ffacd0b85a97d-31126037f41so3107197f8f.2 for ; Mon, 19 Jun 2023 06:22:31 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=bgdev-pl.20221208.gappssmtp.com; s=20221208; t=1687180950; x=1689772950; h=content-transfer-encoding:mime-version:references:in-reply-to :message-id:date:subject:cc:to:from:from:to:cc:subject:date :message-id:reply-to; bh=162WeV0wQcPL/z3Qwqm9WVHEK5P2KX3fbhEzaOofEYs=; b=2VSogMD9EmmYdWBIXfdEmpeut4kuPwOQdaT5w+h7BupcfQGHbiiK0jBrblFWRlMiTG 3U+pru4SCA9iEejtFMkTkDZDaA71lA59lRj+jpIiyaiZejVK6OgEkUwQnun8eQEZ36pB hAVxH28xriVMspf4Uci5znTE9a7UO/GbBkY99PlFqyQJ05vTt4Ok8Ot/S/tfwPO95yWA WZ0hb5EKwbj1bpOqLxCPkKZdMrypB+YNG/Em7V3d8rFC4gp/ONONAQLdK0psDBDuFmbr yE/tf6r4peALLC8cKhQXKuDt7/46tFSf6YnESvUxsYGeY5pemgjvuJUbZGKk7x04sPAe xHqA== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20221208; t=1687180950; x=1689772950; h=content-transfer-encoding:mime-version:references:in-reply-to :message-id:date:subject:cc:to:from:x-gm-message-state:from:to:cc :subject:date:message-id:reply-to; bh=162WeV0wQcPL/z3Qwqm9WVHEK5P2KX3fbhEzaOofEYs=; b=kvLrgKtx2fj4hlEpQx79gyPf26g2ZKmwdLkKIojVlrgBbSPMNIggSRKeEEalEAKA3b LwcZaYkFrJRW9hhkfQjyWbJ9f1KU12AvtB5RsiqLqol15FwUPsVGQnu+g35dNQM5kqt4 E9R9oVHP8g9ykwUc0pSt1Zs6tZnIYhA1hdbri3IT9Dy5tHE1BQtBldea070YkbJtdzm8 4A8ifQ9m3vn1WwQGOHAiZsPbHxql/wv7om3EQszMoL852lh7+4ndRB8FhnjSP/RVV35m aEW5JkjJKxuc0O5MqK4ydGrvjNrm7h3KxD9aFh9e4t5eTP3iaC9ZCKDyA1yZptJC5qI1 oeUA== X-Gm-Message-State: AC+VfDxdyDYh/Gt25prEXp7pLIh10+WIBz1t40sAOpe12tY8H2XZa9aU 0qHgvb2JYCC8SGwH57DJeq/pOg== X-Google-Smtp-Source: ACHHUZ60NfCdcqPhdQfh3Gtx6R1jN+OcIU2WIl8QWk7ObRiu1jjocf0W2s/SzRUG0Gk2ZvAIXgOvzQ== X-Received: by 2002:a05:6000:1251:b0:30f:d32c:ed8e with SMTP id j17-20020a056000125100b0030fd32ced8emr7052390wrx.45.1687180950492; Mon, 19 Jun 2023 06:22:30 -0700 (PDT) Received: from brgl-uxlite.home ([2a01:cb1d:334:ac00:d9e8:ddbf:7391:a0b0]) by smtp.gmail.com with ESMTPSA id t11-20020adfdc0b000000b0030ae3a6be5bsm31667139wri.78.2023.06.19.06.22.29 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Mon, 19 Jun 2023 06:22:30 -0700 (PDT) From: Bartosz Golaszewski To: Khem Raj , Bruce Ashfield , openembedded-devel@lists.openembedded.org Cc: Bartosz Golaszewski Subject: [meta-python][RESEND PATCH 11/54] python3-ecdsa: don't install tests Date: Mon, 19 Jun 2023 15:21:31 +0200 Message-Id: <20230619132214.213417-12-brgl@bgdev.pl> X-Mailer: git-send-email 2.39.2 In-Reply-To: <20230619132214.213417-1-brgl@bgdev.pl> References: <20230619132214.213417-1-brgl@bgdev.pl> MIME-Version: 1.0 List-Id: X-Webhook-Received: from li982-79.members.linode.com [45.33.32.79] by aws-us-west-2-korg-lkml-1.web.codeaurora.org with HTTPS for ; Mon, 19 Jun 2023 13:22:33 -0000 X-Groupsio-URL: https://lists.openembedded.org/g/openembedded-devel/message/103395 From: Bartosz Golaszewski If we don't want to pull python3-unittest at run-time then we must not install test packages. This recipe doesn't provide ptest anyway. Signed-off-by: Bartosz Golaszewski --- meta-python/recipes-devtools/python/python3-ecdsa_0.18.0.bb | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/meta-python/recipes-devtools/python/python3-ecdsa_0.18.0.bb b/meta-python/recipes-devtools/python/python3-ecdsa_0.18.0.bb index 6a399a96f..d1022891b 100644 --- a/meta-python/recipes-devtools/python/python3-ecdsa_0.18.0.bb +++ b/meta-python/recipes-devtools/python/python3-ecdsa_0.18.0.bb @@ -13,3 +13,7 @@ inherit pypi setuptools3 python3native RDEPENDS:${PN} += "python3-six python3-gmpy2 python3-pbr" BBCLASSEXTEND = "native nativesdk" + +do_install:append() { + rm ${D}${PYTHON_SITEPACKAGES_DIR}/ecdsa/test_*.py +} From patchwork Mon Jun 19 13:21:32 2023 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Bartosz Golaszewski X-Patchwork-Id: 25968 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org Received: from aws-us-west-2-korg-lkml-1.web.codeaurora.org (localhost.localdomain [127.0.0.1]) by smtp.lore.kernel.org (Postfix) with ESMTP id 87550EB64DB for ; Mon, 19 Jun 2023 13:22:33 +0000 (UTC) Received: from mail-wr1-f45.google.com (mail-wr1-f45.google.com [209.85.221.45]) by mx.groups.io with SMTP id smtpd.web11.7364.1687180952873223770 for ; Mon, 19 Jun 2023 06:22:33 -0700 Authentication-Results: mx.groups.io; dkim=fail reason="signature has expired" header.i=@bgdev-pl.20221208.gappssmtp.com header.s=20221208 header.b=jMmsrjlU; spf=none, err=SPF record not found (domain: bgdev.pl, ip: 209.85.221.45, mailfrom: brgl@bgdev.pl) Received: by mail-wr1-f45.google.com with SMTP id ffacd0b85a97d-3112d202363so1879359f8f.3 for ; Mon, 19 Jun 2023 06:22:32 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=bgdev-pl.20221208.gappssmtp.com; s=20221208; t=1687180951; x=1689772951; h=content-transfer-encoding:mime-version:references:in-reply-to :message-id:date:subject:cc:to:from:from:to:cc:subject:date :message-id:reply-to; bh=tzXfM15YYjj2+bISNUR81lPKe1Mmm1a4ElkQf0ByiNg=; b=jMmsrjlUmY2ZB4sD57fJ8hBOmv8OkKBgbbD+BT/LsY4eGqQPP9D5X3bxDd2GYhjsst wAG+s7Xuqrzg7nX0Z4CsOUvA4dP6vcY4vVJich0YtgiyGf3zkCowvSbeqQGZqYIcOUuV LDiU8h/KPmC//Qhzn/ZSEvvbCbU3jsqTwImC58pcxCVYE+f/S9QU+5DccbcOO8oYdsDY U9P9YxIiyyoVcON95DrjkTeAO8z7kA8S0zh4g4nWmyqnjOF8lUmZiBnTrCrgLTWXrIyY /JjXV5GINcHbcce21X9RkvCPqenf5LVKmcNo1jRy3SjTTiMVMp1W6Ips5lwINNUXTvIk lc6Q== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20221208; t=1687180951; x=1689772951; h=content-transfer-encoding:mime-version:references:in-reply-to :message-id:date:subject:cc:to:from:x-gm-message-state:from:to:cc :subject:date:message-id:reply-to; bh=tzXfM15YYjj2+bISNUR81lPKe1Mmm1a4ElkQf0ByiNg=; b=RlTmzhFUhVKWvv3cn9rd219yN5AlRW5RBa96yGlXLQQtnLg43NU4U9lSi/lsR45JHp 4sNMbGAHOlMT+YZ8xmt2Zov58yhlAOew5QwZNDBIetcnYHwlK39niH1lrVn8938WUK98 AbmmmG5Hf2Azp1uVozuyCHQGPBN5OuCjd75J/ZK+guj90QZ2zYUvP93xILQJxHZsWdld G5T0D5PEQnPdy7w5EmEMJrggSVUF1wgsoUddMYbUPxFppSa3wz9sRtfheK/HnzKNXysp fzyf9qWzWemVkwEnKhD4+E/5NGX+KjxwKDGlYZAU5uLd0FDph3eCyAgknUQwdgvqE5e4 NvIQ== X-Gm-Message-State: AC+VfDwvm7e29w5v/2UCyOUcxKi3nFhc6nCJxbUjvDWZMZRHKH+QZgxx /O07qF8MBqBB1v2aX3jXPL7N1Q== X-Google-Smtp-Source: ACHHUZ4D84e2586RhERWN573h9IuYcc193p1tVNdofruN4GBRCFX9j2sM23rete1qyx7KJ1KjSOHkQ== X-Received: by 2002:a5d:6884:0:b0:30f:b1e8:8896 with SMTP id h4-20020a5d6884000000b0030fb1e88896mr6259229wru.67.1687180951425; Mon, 19 Jun 2023 06:22:31 -0700 (PDT) Received: from brgl-uxlite.home ([2a01:cb1d:334:ac00:d9e8:ddbf:7391:a0b0]) by smtp.gmail.com with ESMTPSA id t11-20020adfdc0b000000b0030ae3a6be5bsm31667139wri.78.2023.06.19.06.22.30 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Mon, 19 Jun 2023 06:22:31 -0700 (PDT) From: Bartosz Golaszewski To: Khem Raj , Bruce Ashfield , openembedded-devel@lists.openembedded.org Cc: Bartosz Golaszewski Subject: [meta-python][RESEND PATCH 12/54] python3-et-xmlfile: fix coding style Date: Mon, 19 Jun 2023 15:21:32 +0200 Message-Id: <20230619132214.213417-13-brgl@bgdev.pl> X-Mailer: git-send-email 2.39.2 In-Reply-To: <20230619132214.213417-1-brgl@bgdev.pl> References: <20230619132214.213417-1-brgl@bgdev.pl> MIME-Version: 1.0 List-Id: X-Webhook-Received: from li982-79.members.linode.com [45.33.32.79] by aws-us-west-2-korg-lkml-1.web.codeaurora.org with HTTPS for ; Mon, 19 Jun 2023 13:22:33 -0000 X-Groupsio-URL: https://lists.openembedded.org/g/openembedded-devel/message/103396 From: Bartosz Golaszewski Don't use PYTHON_PN and split RDEPENDS into multiple lines. Signed-off-by: Bartosz Golaszewski --- .../recipes-devtools/python/python3-et-xmlfile_1.1.0.bb | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/meta-python/recipes-devtools/python/python3-et-xmlfile_1.1.0.bb b/meta-python/recipes-devtools/python/python3-et-xmlfile_1.1.0.bb index 7c66342ec..fbebf4869 100644 --- a/meta-python/recipes-devtools/python/python3-et-xmlfile_1.1.0.bb +++ b/meta-python/recipes-devtools/python/python3-et-xmlfile_1.1.0.bb @@ -10,7 +10,12 @@ LIC_FILES_CHKSUM = "file://PKG-INFO;beginline=8;endline=8;md5=8227180126797a0148 SRC_URI[sha256sum] = "8eb9e2bc2f8c97e37a2dc85a09ecdcdec9d8a396530a6d5a33b30b9a92da0c5c" -RDEPENDS:${PN} += "${PYTHON_PN}-compression ${PYTHON_PN}-io ${PYTHON_PN}-pprint ${PYTHON_PN}-shell" +RDEPENDS:${PN} += " \ + python3-compression \ + python3-io \ + python3-pprint \ + python3-shell \ +" inherit setuptools3 pypi From patchwork Mon Jun 19 13:21:33 2023 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Bartosz Golaszewski X-Patchwork-Id: 25977 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org Received: from aws-us-west-2-korg-lkml-1.web.codeaurora.org (localhost.localdomain [127.0.0.1]) by smtp.lore.kernel.org (Postfix) with ESMTP id AA21EEB64DA for ; Mon, 19 Jun 2023 13:22:43 +0000 (UTC) Received: from mail-wm1-f54.google.com (mail-wm1-f54.google.com [209.85.128.54]) by mx.groups.io with SMTP id smtpd.web11.7365.1687180954188780575 for ; Mon, 19 Jun 2023 06:22:34 -0700 Authentication-Results: mx.groups.io; dkim=fail reason="signature has expired" header.i=@bgdev-pl.20221208.gappssmtp.com header.s=20221208 header.b=EJVKqnHq; spf=none, err=SPF record not found (domain: bgdev.pl, ip: 209.85.128.54, mailfrom: brgl@bgdev.pl) Received: by mail-wm1-f54.google.com with SMTP id 5b1f17b1804b1-3f904dcc1e2so23479975e9.3 for ; Mon, 19 Jun 2023 06:22:33 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=bgdev-pl.20221208.gappssmtp.com; s=20221208; t=1687180952; x=1689772952; h=content-transfer-encoding:mime-version:references:in-reply-to :message-id:date:subject:cc:to:from:from:to:cc:subject:date :message-id:reply-to; bh=/V26U/lHLhWFUDOkghOAK5Xorar0mpwdaNP+/i+d7ps=; b=EJVKqnHqBMhVBv+yWl1e5Q/vr62nGZhyef4l1c304xynCSbZJXhV2gbgraDDEzx+KL jBkU1NkWFDOt8Bz5yOlFHD0pGS0eub4qriYnGUeq0LqWN7RIXjBdPjMywaZ/AsOBHEnc THYgx9vy0Sc4WgSMozpmdqYb58uS0807QPg70uQF53jOmSz52KtexJODUM41eMRdn+Qm 4066P5XkDHk6TqN+YQeW1nEo+gYuG4T/7Qf8pPrjapfA+IX9ckimrM5oqEFlolnrHVCM AUS4BDY9zayD2gsdSCOu0tyfabSjK0ELdYpQboVouzc+sr2wbq9IpYScavMg9ZrzO9Z8 TRXQ== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20221208; t=1687180952; x=1689772952; h=content-transfer-encoding:mime-version:references:in-reply-to :message-id:date:subject:cc:to:from:x-gm-message-state:from:to:cc :subject:date:message-id:reply-to; bh=/V26U/lHLhWFUDOkghOAK5Xorar0mpwdaNP+/i+d7ps=; b=MlARxSAXf7KxFDEqDO5rGl+7J82TOjZSAQIY7B2ebPyJlgB8lfHhDT5JPVZ2PN3qQz WpfQcUMiTdXTp92ne/n0sqqrQOXGFKKyV6oZsE60c/RV4+ADZZ337Ux+600A/pXxAp1o SQ1U/xUlzExUXThhtkAvZ26R+v/aAqKmmD6B2a0n0Nhn0CFjGB2zYy8erTuqtFJL6KeL wjNe0AaXjtA4Nrb1C4T9Gx+AJvrtnDJrrr9F0x/L8nmj8i3YvhwAKWxgW1dPLKTxf86o Rm3Kj/yZXHuIWtkQgJRhdlj5VFaXsm1P3HL+KLP7aFG5x1hVAeVe29D3KITyEJtr/eMO 8vZA== X-Gm-Message-State: AC+VfDzVsDNOFRyDVslI2k0oG7AJ/mCef5b1Ib7k3YlpVL5PuQRgxgSS PKbXbzb+vqBQPO2FV0EYU40kig== X-Google-Smtp-Source: ACHHUZ5UcgnFlG+bHkiYrqKaNTCzH942PXC/b6ShW3nkqR0AjktPtF/N74BZcH5UoCbuZy26jstz2g== X-Received: by 2002:a5d:6a4b:0:b0:311:1b27:74a6 with SMTP id t11-20020a5d6a4b000000b003111b2774a6mr6833840wrw.28.1687180952768; Mon, 19 Jun 2023 06:22:32 -0700 (PDT) Received: from brgl-uxlite.home ([2a01:cb1d:334:ac00:d9e8:ddbf:7391:a0b0]) by smtp.gmail.com with ESMTPSA id t11-20020adfdc0b000000b0030ae3a6be5bsm31667139wri.78.2023.06.19.06.22.31 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Mon, 19 Jun 2023 06:22:32 -0700 (PDT) From: Bartosz Golaszewski To: Khem Raj , Bruce Ashfield , openembedded-devel@lists.openembedded.org Cc: Bartosz Golaszewski Subject: [meta-python][RESEND PATCH 13/54] python3-et-xmlfile: add missing run-time dependencies Date: Mon, 19 Jun 2023 15:21:33 +0200 Message-Id: <20230619132214.213417-14-brgl@bgdev.pl> X-Mailer: git-send-email 2.39.2 In-Reply-To: <20230619132214.213417-1-brgl@bgdev.pl> References: <20230619132214.213417-1-brgl@bgdev.pl> MIME-Version: 1.0 List-Id: X-Webhook-Received: from li982-79.members.linode.com [45.33.32.79] by aws-us-west-2-korg-lkml-1.web.codeaurora.org with HTTPS for ; Mon, 19 Jun 2023 13:22:43 -0000 X-Groupsio-URL: https://lists.openembedded.org/g/openembedded-devel/message/103397 From: Bartosz Golaszewski Add missing RDEPENDS for this package. Signed-off-by: Bartosz Golaszewski --- meta-python/recipes-devtools/python/python3-et-xmlfile_1.1.0.bb | 1 + 1 file changed, 1 insertion(+) diff --git a/meta-python/recipes-devtools/python/python3-et-xmlfile_1.1.0.bb b/meta-python/recipes-devtools/python/python3-et-xmlfile_1.1.0.bb index fbebf4869..50ae7fa5e 100644 --- a/meta-python/recipes-devtools/python/python3-et-xmlfile_1.1.0.bb +++ b/meta-python/recipes-devtools/python/python3-et-xmlfile_1.1.0.bb @@ -15,6 +15,7 @@ RDEPENDS:${PN} += " \ python3-io \ python3-pprint \ python3-shell \ + python3-xml \ " inherit setuptools3 pypi From patchwork Mon Jun 19 13:21:34 2023 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Bartosz Golaszewski X-Patchwork-Id: 25981 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org Received: from aws-us-west-2-korg-lkml-1.web.codeaurora.org (localhost.localdomain [127.0.0.1]) by smtp.lore.kernel.org (Postfix) with ESMTP id D488EC001B3 for ; Mon, 19 Jun 2023 13:22:43 +0000 (UTC) Received: from mail-wr1-f42.google.com (mail-wr1-f42.google.com [209.85.221.42]) by mx.groups.io with SMTP id smtpd.web11.7367.1687180955311367965 for ; Mon, 19 Jun 2023 06:22:35 -0700 Authentication-Results: mx.groups.io; dkim=fail reason="signature has expired" header.i=@bgdev-pl.20221208.gappssmtp.com header.s=20221208 header.b=uyuwblBF; spf=none, err=SPF record not found (domain: bgdev.pl, ip: 209.85.221.42, mailfrom: brgl@bgdev.pl) Received: by mail-wr1-f42.google.com with SMTP id ffacd0b85a97d-3113da5260dso967326f8f.2 for ; Mon, 19 Jun 2023 06:22:35 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=bgdev-pl.20221208.gappssmtp.com; s=20221208; t=1687180954; x=1689772954; h=content-transfer-encoding:mime-version:references:in-reply-to :message-id:date:subject:cc:to:from:from:to:cc:subject:date :message-id:reply-to; bh=2RWkscWwcJiGiZqsv/oZvn88jVfdVXZStS6T1N435zQ=; b=uyuwblBFI6g1z3wtOfSYOUqBvB2EsUCjqfzulrlr+vdaEEdCkdgIA4gJBshVRhU7Xd khjquWPH+v/20SPCNZ2RkSArrOgnkIte4ibyXa0Haqz8N0dMvTOP/SXZ2TY+8FYobml6 wJu4iFTAvaONofRPdwRz8K9AkGxJCR4AJFpgfxHfnY9SW0LbWmxb91Tj9mqwSGsTDVdQ KKbibT//kTLumwG0cImC/5O1Ku6+9gJHcsyNrwwn17zoccGaPhHw0P6v+EnaNn6vjwE4 KNxYommbDp79FTSr2qY6KbYDHBCNMBpaA5Er4Rh0vC9YRyBduIZf7l2+ZQ0qz0Ejo1i0 uCzg== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20221208; t=1687180954; x=1689772954; h=content-transfer-encoding:mime-version:references:in-reply-to :message-id:date:subject:cc:to:from:x-gm-message-state:from:to:cc :subject:date:message-id:reply-to; bh=2RWkscWwcJiGiZqsv/oZvn88jVfdVXZStS6T1N435zQ=; b=Hr3d/0vs2Tb2My++X/PmYFhAd/PZeT7zCsxVnqwDk7uBKJ1HKtd0cEeDHbIrSI5ei3 Mk3LbkjfK+lDkB1uW+M0oo7MYBJ+DVk0sE/8J6LN+sgsdGW6cgHbnMXMmgAyrOmM2GT5 sZITDSAJKmGPIiza9PMf2NZvqtlbfF7WhTFoZ5k06tgZNJLCheFvXEnJiVwqPcJ1YcJQ siHPre6jxj5QfGrtioN3U3KyzuIB23vwY78Mr6fOfXV7YrXz7NH3W1gu+OLZZOlAwqiH ZAjweJ6+IkAjd94/8V9vUvw0zbLjDuQm0DXf3AUJj6vm9z14TnswqZRFvl+2RzEsUHis tqUw== X-Gm-Message-State: AC+VfDwbk0C6248g8j0GAORjzqlD1TyP9rdU3Zpbhj2sMfwSLFbbZ0uv vBwPYSN8gs71xqDzyUoa06UicQ== X-Google-Smtp-Source: ACHHUZ5uoWHg1KMiJIU+GLU8bcOwSkNnlvjaJCdAcY81VIYKWZTboED/cjKWqY3+cZXmZ7tPbp1Pzg== X-Received: by 2002:adf:df89:0:b0:30f:cdbd:f990 with SMTP id z9-20020adfdf89000000b0030fcdbdf990mr6354049wrl.53.1687180953840; Mon, 19 Jun 2023 06:22:33 -0700 (PDT) Received: from brgl-uxlite.home ([2a01:cb1d:334:ac00:d9e8:ddbf:7391:a0b0]) by smtp.gmail.com with ESMTPSA id t11-20020adfdc0b000000b0030ae3a6be5bsm31667139wri.78.2023.06.19.06.22.32 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Mon, 19 Jun 2023 06:22:33 -0700 (PDT) From: Bartosz Golaszewski To: Khem Raj , Bruce Ashfield , openembedded-devel@lists.openembedded.org Cc: Bartosz Golaszewski Subject: [meta-python][RESEND PATCH 14/54] python3-flask-user: fix coding style Date: Mon, 19 Jun 2023 15:21:34 +0200 Message-Id: <20230619132214.213417-15-brgl@bgdev.pl> X-Mailer: git-send-email 2.39.2 In-Reply-To: <20230619132214.213417-1-brgl@bgdev.pl> References: <20230619132214.213417-1-brgl@bgdev.pl> MIME-Version: 1.0 List-Id: X-Webhook-Received: from li982-79.members.linode.com [45.33.32.79] by aws-us-west-2-korg-lkml-1.web.codeaurora.org with HTTPS for ; Mon, 19 Jun 2023 13:22:43 -0000 X-Groupsio-URL: https://lists.openembedded.org/g/openembedded-devel/message/103398 From: Bartosz Golaszewski Stop using PYTHON_PN, make indentation and line breaks consistent and order dependencies alphabetically. Signed-off-by: Bartosz Golaszewski --- .../python/python3-flask-user_0.6.19.bb | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) diff --git a/meta-python/recipes-devtools/python/python3-flask-user_0.6.19.bb b/meta-python/recipes-devtools/python/python3-flask-user_0.6.19.bb index fbacf2e99..a1b15c99c 100644 --- a/meta-python/recipes-devtools/python/python3-flask-user_0.6.19.bb +++ b/meta-python/recipes-devtools/python/python3-flask-user_0.6.19.bb @@ -13,7 +13,9 @@ PYPI_PACKAGE = "Flask-User" inherit pypi setuptools3 -RDEPENDS:${PN} = "${PYTHON_PN}-flask \ - ${PYTHON_PN}-flask-login \ - ${PYTHON_PN}-flask-mail \ - ${PYTHON_PN}-babel" +RDEPENDS:${PN} = " \ + python3-babel \ + python3-flask \ + python3-flask-login \ + python3-flask-mail \ +" From patchwork Mon Jun 19 13:21:35 2023 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Bartosz Golaszewski X-Patchwork-Id: 25980 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org Received: from aws-us-west-2-korg-lkml-1.web.codeaurora.org (localhost.localdomain [127.0.0.1]) by smtp.lore.kernel.org (Postfix) with ESMTP id C64C4C001DB for ; Mon, 19 Jun 2023 13:22:43 +0000 (UTC) Received: from mail-wr1-f48.google.com (mail-wr1-f48.google.com [209.85.221.48]) by mx.groups.io with SMTP id smtpd.web11.7368.1687180956413605551 for ; Mon, 19 Jun 2023 06:22:36 -0700 Authentication-Results: mx.groups.io; dkim=fail reason="signature has expired" header.i=@bgdev-pl.20221208.gappssmtp.com header.s=20221208 header.b=HqDQhWZC; spf=none, err=SPF record not found (domain: bgdev.pl, ip: 209.85.221.48, mailfrom: brgl@bgdev.pl) Received: by mail-wr1-f48.google.com with SMTP id ffacd0b85a97d-3112f5ab0b1so1501989f8f.0 for ; Mon, 19 Jun 2023 06:22:36 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=bgdev-pl.20221208.gappssmtp.com; s=20221208; t=1687180955; x=1689772955; h=content-transfer-encoding:mime-version:references:in-reply-to :message-id:date:subject:cc:to:from:from:to:cc:subject:date :message-id:reply-to; bh=IV9pk5OAWxyTyiznoOwMi/gLRZ63ZDvh63LPA3wYuZE=; b=HqDQhWZCVx5zqxB86UK20NRIW6wJxfDQppBD7KOWMQIyF3wmO3JQ+31boL/a5Ukgbh ps4wkS3cHOkblVGyuuBzCBrbZ4HiJidVdJ24z2UM5HeGlEWCorYuY0Jy3e4vpsCXx5oC 3ymGWuPN4UOOXeVbsaJh7vBbGF+WbjiUQ49qz97NIWt7f7iDErxqLvzJBe2eM5RxdhXX L6UZLeIcdoye/rFR5BRn9xHcOxztakuP4L0jHmW/HdRrBTY1DT51gi2VWabT8TO0cjqG XWdsqec2F0tXJrI17FgvTp4tu/s7iNSjTy0EajNA2+IOySUC6S7Ncremrr/OYp/5BeYI Lkjw== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20221208; t=1687180955; x=1689772955; h=content-transfer-encoding:mime-version:references:in-reply-to :message-id:date:subject:cc:to:from:x-gm-message-state:from:to:cc :subject:date:message-id:reply-to; bh=IV9pk5OAWxyTyiznoOwMi/gLRZ63ZDvh63LPA3wYuZE=; b=aZKNEU0cEXxjkpBRyLA2jRhna8ev/inF8IXpXBi6GvgLgtyvGwQM8QtiW1d2K+F5Vz nG/gv9nRpQzieyupClSYsmG3/mArONMSs6OlUs3PgPodShhYnS8rjfEc0SR+Oc350gIO B9Y6lw6UEZFyqyvzNj7YK2OixSfA253ft3iTbxxWiMj+7ldv4wMV7UJtOwC5wRoMUMfs 6GlQwx1r6SH74OVVPjpmILnyOvPLgL1s8tA+leJywcmEjhuBSTzyXZyIpzOmzZBOpxZ0 gWlpO/rBUuN25TjtnVekp9rdFmibctqnT6Eo7V0Mzy2nzCSONYpbYspQeq6s++vxc8IB /wiw== X-Gm-Message-State: AC+VfDyNJW99CzCaWEXjZ/CfezUJebKYmJO1KzFJKFvvsWH1isChTxHq Oj25xvDWsWAkdG9MYu4d+dJnUA== X-Google-Smtp-Source: ACHHUZ5pBn4iIhBfX1pGLyxkxlBJmAezxeKERfeyPX5e4s4kHjPVABmGTeJCFxREHx8YTDssarZQYA== X-Received: by 2002:adf:de89:0:b0:30d:7c09:b60a with SMTP id w9-20020adfde89000000b0030d7c09b60amr6168568wrl.7.1687180955004; Mon, 19 Jun 2023 06:22:35 -0700 (PDT) Received: from brgl-uxlite.home ([2a01:cb1d:334:ac00:d9e8:ddbf:7391:a0b0]) by smtp.gmail.com with ESMTPSA id t11-20020adfdc0b000000b0030ae3a6be5bsm31667139wri.78.2023.06.19.06.22.33 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Mon, 19 Jun 2023 06:22:34 -0700 (PDT) From: Bartosz Golaszewski To: Khem Raj , Bruce Ashfield , openembedded-devel@lists.openembedded.org Cc: Bartosz Golaszewski Subject: [meta-python][RESEND PATCH 15/54] python3-flask-user: add missing run-time dependencies Date: Mon, 19 Jun 2023 15:21:35 +0200 Message-Id: <20230619132214.213417-16-brgl@bgdev.pl> X-Mailer: git-send-email 2.39.2 In-Reply-To: <20230619132214.213417-1-brgl@bgdev.pl> References: <20230619132214.213417-1-brgl@bgdev.pl> MIME-Version: 1.0 List-Id: X-Webhook-Received: from li982-79.members.linode.com [45.33.32.79] by aws-us-west-2-korg-lkml-1.web.codeaurora.org with HTTPS for ; Mon, 19 Jun 2023 13:22:43 -0000 X-Groupsio-URL: https://lists.openembedded.org/g/openembedded-devel/message/103399 From: Bartosz Golaszewski Add missing RDEPENDS for this package. Signed-off-by: Bartosz Golaszewski --- .../recipes-devtools/python/python3-flask-user_0.6.19.bb | 3 +++ 1 file changed, 3 insertions(+) diff --git a/meta-python/recipes-devtools/python/python3-flask-user_0.6.19.bb b/meta-python/recipes-devtools/python/python3-flask-user_0.6.19.bb index a1b15c99c..ac449361a 100644 --- a/meta-python/recipes-devtools/python/python3-flask-user_0.6.19.bb +++ b/meta-python/recipes-devtools/python/python3-flask-user_0.6.19.bb @@ -15,7 +15,10 @@ inherit pypi setuptools3 RDEPENDS:${PN} = " \ python3-babel \ + python3-blinker \ python3-flask \ python3-flask-login \ python3-flask-mail \ + python3-flask-wtf \ + python3-passlib \ " From patchwork Mon Jun 19 13:21:36 2023 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Bartosz Golaszewski X-Patchwork-Id: 25982 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org Received: from aws-us-west-2-korg-lkml-1.web.codeaurora.org (localhost.localdomain [127.0.0.1]) by smtp.lore.kernel.org (Postfix) with ESMTP id C6508C001DD for ; Mon, 19 Jun 2023 13:22:43 +0000 (UTC) Received: from mail-wr1-f44.google.com (mail-wr1-f44.google.com [209.85.221.44]) by mx.groups.io with SMTP id smtpd.web10.7404.1687180957589521286 for ; Mon, 19 Jun 2023 06:22:37 -0700 Authentication-Results: mx.groups.io; dkim=fail reason="signature has expired" header.i=@bgdev-pl.20221208.gappssmtp.com header.s=20221208 header.b=5DMRxyeR; spf=none, err=SPF record not found (domain: bgdev.pl, ip: 209.85.221.44, mailfrom: brgl@bgdev.pl) Received: by mail-wr1-f44.google.com with SMTP id ffacd0b85a97d-3112f256941so1562319f8f.1 for ; Mon, 19 Jun 2023 06:22:37 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=bgdev-pl.20221208.gappssmtp.com; s=20221208; t=1687180956; x=1689772956; h=content-transfer-encoding:mime-version:references:in-reply-to :message-id:date:subject:cc:to:from:from:to:cc:subject:date :message-id:reply-to; bh=fOeewYQh5Eg1m4wZ3qsgO7KaJ3ldnjD8g3md6N579ro=; b=5DMRxyeRQfpiJx1eXxl+gz0q49RgKTjAh1SLV2AQljsSwJAm05ewzgqQ58z0Afvb13 hhHodXHyBJfXBmIhJGbVUX68XrMZwCcDe+eK41dYvZ5n6cZf9xv7PWW6NtCNt9IvpuDJ XjUG7wWlQaAQWtU3yI2O+fB9VdeVui27U/vNfey08rw4j2REAn8QhKfxv0tPy0gytv46 lRThHKGRcwDsXJLuYO0ooq3Oo1Y1JiDSdk0d5U5njKl5kZ3ThoJzVCF1MP0YYFGP7bze h7vVTa8dlgV0cbXbjY3UHA7GsDdhFSYEasweZWJqXI/BxbHofQRbS3P3pjHW2j2ggoRW ik2Q== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20221208; t=1687180956; x=1689772956; h=content-transfer-encoding:mime-version:references:in-reply-to :message-id:date:subject:cc:to:from:x-gm-message-state:from:to:cc :subject:date:message-id:reply-to; bh=fOeewYQh5Eg1m4wZ3qsgO7KaJ3ldnjD8g3md6N579ro=; b=Qf2fhEHXyjyT5Xx9w5nxZ5yei4H5EDy4pstacM7neonPci5cOkKuByT/+FmHNAWEEH NmiFHVb90+vsG7N7bqQ+h6vOVoAqpsTxLW3iuQ5XUard59YlmuXtL07PY19Qzle6JG8u UJ3xCd9fH1kqKFdtq4m3xipifziv/kQSqlguUULLNFdGgeLnHEjyHDrIQKZnDRlFMqxt YtUd3przrdAPEy1iKmA7/1wiwX5VkjoyOmeqdW5w9YhHzR+WOMV//YIj0ycML4clh820 /ulm2cXElDkOZPnweKamaOQP+5bTB68+EQdo8EKcnQSbJZMJJCVmWXWd5VPNJhjAqQ+T xftw== X-Gm-Message-State: AC+VfDySQNngi2tRpddwin9prw0/+OprnXpPdndPA8bvnLYq4ZHfkJTv VXJFyT7z6JZuptbFOcvhSpDLYw== X-Google-Smtp-Source: ACHHUZ4FLL+e3rIlxnJnpI1J/RSIvwnAZpd3RAm4d1QiphirCEy2HgBZloxBwSdR+vS8e/52E5S6Yg== X-Received: by 2002:a5d:4bc1:0:b0:30a:ae5b:9e93 with SMTP id l1-20020a5d4bc1000000b0030aae5b9e93mr5859976wrt.11.1687180956180; Mon, 19 Jun 2023 06:22:36 -0700 (PDT) Received: from brgl-uxlite.home ([2a01:cb1d:334:ac00:d9e8:ddbf:7391:a0b0]) by smtp.gmail.com with ESMTPSA id t11-20020adfdc0b000000b0030ae3a6be5bsm31667139wri.78.2023.06.19.06.22.35 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Mon, 19 Jun 2023 06:22:35 -0700 (PDT) From: Bartosz Golaszewski To: Khem Raj , Bruce Ashfield , openembedded-devel@lists.openembedded.org Cc: Bartosz Golaszewski Subject: [meta-python][RESEND PATCH 16/54] python3-isort: fix coding style Date: Mon, 19 Jun 2023 15:21:36 +0200 Message-Id: <20230619132214.213417-17-brgl@bgdev.pl> X-Mailer: git-send-email 2.39.2 In-Reply-To: <20230619132214.213417-1-brgl@bgdev.pl> References: <20230619132214.213417-1-brgl@bgdev.pl> MIME-Version: 1.0 List-Id: X-Webhook-Received: from li982-79.members.linode.com [45.33.32.79] by aws-us-west-2-korg-lkml-1.web.codeaurora.org with HTTPS for ; Mon, 19 Jun 2023 13:22:43 -0000 X-Groupsio-URL: https://lists.openembedded.org/g/openembedded-devel/message/103400 From: Bartosz Golaszewski Stop using PYTHON_PN and fix white spaces. Signed-off-by: Bartosz Golaszewski --- .../python/python3-isort_5.12.0.bb | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/meta-python/recipes-devtools/python/python3-isort_5.12.0.bb b/meta-python/recipes-devtools/python/python3-isort_5.12.0.bb index 6d7b20f3a..03d7a529c 100644 --- a/meta-python/recipes-devtools/python/python3-isort_5.12.0.bb +++ b/meta-python/recipes-devtools/python/python3-isort_5.12.0.bb @@ -8,13 +8,13 @@ SRC_URI[sha256sum] = "8bef7dde241278824a6d83f44a544709b065191b95b6e50894bdc722fc inherit pypi python_poetry_core -RDEPENDS:${PN} += "\ - ${PYTHON_PN}-datetime \ - ${PYTHON_PN}-shell \ - ${PYTHON_PN}-profile \ - ${PYTHON_PN}-numbers \ - ${PYTHON_PN}-pprint \ - ${PYTHON_PN}-difflib \ +RDEPENDS:${PN} += " \ + python3-datetime \ + python3-difflib \ + python3-numbers \ + python3-pprint \ + python3-profile \ + python3-shell \ " BBCLASSEXTEND = "native nativesdk" From patchwork Mon Jun 19 13:21:37 2023 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Bartosz Golaszewski X-Patchwork-Id: 25979 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org Received: from aws-us-west-2-korg-lkml-1.web.codeaurora.org (localhost.localdomain [127.0.0.1]) by smtp.lore.kernel.org (Postfix) with ESMTP id B7105EB64DB for ; Mon, 19 Jun 2023 13:22:43 +0000 (UTC) Received: from mail-wr1-f44.google.com (mail-wr1-f44.google.com [209.85.221.44]) by mx.groups.io with SMTP id smtpd.web11.7369.1687180959121939346 for ; Mon, 19 Jun 2023 06:22:39 -0700 Authentication-Results: mx.groups.io; dkim=fail reason="signature has expired" header.i=@bgdev-pl.20221208.gappssmtp.com header.s=20221208 header.b=zn0IsGAD; spf=none, err=SPF record not found (domain: bgdev.pl, ip: 209.85.221.44, mailfrom: brgl@bgdev.pl) Received: by mail-wr1-f44.google.com with SMTP id ffacd0b85a97d-311183ef595so3168068f8f.0 for ; Mon, 19 Jun 2023 06:22:38 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=bgdev-pl.20221208.gappssmtp.com; s=20221208; t=1687180957; x=1689772957; h=content-transfer-encoding:mime-version:references:in-reply-to :message-id:date:subject:cc:to:from:from:to:cc:subject:date :message-id:reply-to; bh=boAn4x11Bv91LZld2uutA6ZomADCjCpZ2huAyCKutx4=; b=zn0IsGADVjhGebPvRAN4b6KQOqLQREqyJOZyTc5Zaj3tfEbTUtjyh9W0YHDGw32Ekd 5yj/b5rVmK4a2KceHpPVVazl/3z9MLs5jIH9nb4KMNd+b5dcfUyFhxdciF7xCST4j6Ls SJd3umgzb6tU2kz2QWnpTOzdvMPViPPQWhmYsRUFnLdtFaXC+HgG5M2dH6Hc2blFWXLl Nc4Pmv86c76D4KP1vbB/Df20QIF4dgkUSpbWKJn+ZoliwCW40jVVZIlTShQIlIQ6Cesf xlRp9HTvzpgBA65NpiK0LSWzeASnAvSmo8U5VA0C5sFm7oUU+oDb568O9xKTaaYYTZ++ 8Efw== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20221208; t=1687180957; x=1689772957; h=content-transfer-encoding:mime-version:references:in-reply-to :message-id:date:subject:cc:to:from:x-gm-message-state:from:to:cc :subject:date:message-id:reply-to; bh=boAn4x11Bv91LZld2uutA6ZomADCjCpZ2huAyCKutx4=; b=LQkWYFxuKdYPaaoTLNzmeTwGInmq9z7nNl2T4H/hIDDdDkFrv/nlbeZHwJbnFXmoEh PuUW1HJK/5tJpEi/yEAToeZl4EVX+7POvp2SZzgEEd0ors+osUbQrEnjL5xhV/jIg5Rd PiWjW20VmNegsjujB/nhXqknEVzVj1TqoSihwQYReA0dcArHOJgjcp2RpST/slhzxMY8 1+cFwBwk14EI9UEBKee8MTfw50u9V9tnA+V07rBjY6VHHletkI2fWSiwsBGnqiPlNMUN PIMmIBH4hY/miQkgKhgW4eorkIDuqpA/lmZpHziNtr7/38mY1bak6LRLoGe097uegNWb ak7w== X-Gm-Message-State: AC+VfDyQ1UB88HAH+OvN0Q0nrL9nZ/su9eIrLLsSw543LnAmiSRiZCCx f3qKY1ZPWKnmP0NfMnV+jShYu6ByOX174Uxdvjs= X-Google-Smtp-Source: ACHHUZ5EnKdB6ttE22m1xk7049WPL/BTVnPRlGzrXLkIJVPyKnNhwuWz75+pvAaFLJG5O9e8Vc1uSw== X-Received: by 2002:a5d:4fc9:0:b0:30f:bcfd:ff9e with SMTP id h9-20020a5d4fc9000000b0030fbcfdff9emr7054710wrw.12.1687180957663; Mon, 19 Jun 2023 06:22:37 -0700 (PDT) Received: from brgl-uxlite.home ([2a01:cb1d:334:ac00:d9e8:ddbf:7391:a0b0]) by smtp.gmail.com with ESMTPSA id t11-20020adfdc0b000000b0030ae3a6be5bsm31667139wri.78.2023.06.19.06.22.36 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Mon, 19 Jun 2023 06:22:37 -0700 (PDT) From: Bartosz Golaszewski To: Khem Raj , Bruce Ashfield , openembedded-devel@lists.openembedded.org Cc: Bartosz Golaszewski Subject: [meta-python][RESEND PATCH 17/54] python3-isort: add missing run-time dependencies Date: Mon, 19 Jun 2023 15:21:37 +0200 Message-Id: <20230619132214.213417-18-brgl@bgdev.pl> X-Mailer: git-send-email 2.39.2 In-Reply-To: <20230619132214.213417-1-brgl@bgdev.pl> References: <20230619132214.213417-1-brgl@bgdev.pl> MIME-Version: 1.0 List-Id: X-Webhook-Received: from li982-79.members.linode.com [45.33.32.79] by aws-us-west-2-korg-lkml-1.web.codeaurora.org with HTTPS for ; Mon, 19 Jun 2023 13:22:43 -0000 X-Groupsio-URL: https://lists.openembedded.org/g/openembedded-devel/message/103401 From: Bartosz Golaszewski Add missing RDEPENDS for this package. Signed-off-by: Bartosz Golaszewski --- meta-python/recipes-devtools/python/python3-isort_5.12.0.bb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/meta-python/recipes-devtools/python/python3-isort_5.12.0.bb b/meta-python/recipes-devtools/python/python3-isort_5.12.0.bb index 03d7a529c..d111393ea 100644 --- a/meta-python/recipes-devtools/python/python3-isort_5.12.0.bb +++ b/meta-python/recipes-devtools/python/python3-isort_5.12.0.bb @@ -9,8 +9,10 @@ SRC_URI[sha256sum] = "8bef7dde241278824a6d83f44a544709b065191b95b6e50894bdc722fc inherit pypi python_poetry_core RDEPENDS:${PN} += " \ + python3-compression \ python3-datetime \ python3-difflib \ + python3-email \ python3-numbers \ python3-pprint \ python3-profile \ From patchwork Mon Jun 19 13:21:38 2023 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Bartosz Golaszewski X-Patchwork-Id: 25976 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org Received: from aws-us-west-2-korg-lkml-1.web.codeaurora.org (localhost.localdomain [127.0.0.1]) by smtp.lore.kernel.org (Postfix) with ESMTP id B48B7C0015E for ; Mon, 19 Jun 2023 13:22:43 +0000 (UTC) Received: from mail-wr1-f47.google.com (mail-wr1-f47.google.com [209.85.221.47]) by mx.groups.io with SMTP id smtpd.web10.7405.1687180960026656322 for ; Mon, 19 Jun 2023 06:22:40 -0700 Authentication-Results: mx.groups.io; dkim=fail reason="signature has expired" header.i=@bgdev-pl.20221208.gappssmtp.com header.s=20221208 header.b=d4UPCoE1; spf=none, err=SPF record not found (domain: bgdev.pl, ip: 209.85.221.47, mailfrom: brgl@bgdev.pl) Received: by mail-wr1-f47.google.com with SMTP id ffacd0b85a97d-3110ab7110aso3423959f8f.3 for ; Mon, 19 Jun 2023 06:22:39 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=bgdev-pl.20221208.gappssmtp.com; s=20221208; t=1687180958; x=1689772958; h=content-transfer-encoding:mime-version:references:in-reply-to :message-id:date:subject:cc:to:from:from:to:cc:subject:date :message-id:reply-to; bh=ytIQ581RNTNTFHKmiOB6/MI45UzpvSdpkK/8kX+tFvU=; b=d4UPCoE1JQNTXl+wAoNdn8mx+Xws6Py1PT/oiEYVdaD80zcCyBF7FEGJRfhqLb+jQT e3fefLRtsA3b5DoK/Zw7HnvlmtIOaOWnys14OlFaJNWuT/eQHqlDaZ+wcHAIjT+PsPjN oziF5qfuGYxGe9Y8FBfIh1FqNwBGljJWAbXctz/QMcrS5OJJDXG1xa5qrfW/zfUFGpRT SNV5+uVAdKeW4s4+SB194var4QxNQAk6X4HfKIxihciTkU2Eh5hWEvjZeeIfBZZQrYlE r+JQQCCOfToYkgS9oy4IsJfdyqw/x00OD/WkGge1FzGDF5+b8HbfH/krnctKfg8Nklr1 7Pjg== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20221208; t=1687180958; x=1689772958; h=content-transfer-encoding:mime-version:references:in-reply-to :message-id:date:subject:cc:to:from:x-gm-message-state:from:to:cc :subject:date:message-id:reply-to; bh=ytIQ581RNTNTFHKmiOB6/MI45UzpvSdpkK/8kX+tFvU=; b=hz6wQ4Ls0Tl30IMDPOC3SjWc9OBbLJnlZR1xDV26gGrvGug0Z5HpA47rxEBCrJzI7v gVsRb08ARv7kF6VbC7g1PYqW4On2GwmwNGZT0b3GWZsnJ2BfPOdRpEDLOzV7NsDuVCDi OwORiae+uhMaaibxwK46K1K1HlwU3QlhsHX4bQwoPsKw7SgClAXp8OzkkHtRJJp9i0DF uBzbN6jpxQWkO17vDP98niLU9DWmMLbmBslTYILn0xpfvHswCiJDW3DKeRFZfSPUbVWp f3JxhI7wS0lWXAsPgcg7il8KnIu5+pr+78FRtwavVgj1MlNVQvmgjXWaQWU/UmMWhRQ9 /urA== X-Gm-Message-State: AC+VfDyb2+EKO2ysz72k55b6pt73NiY1ZhFggNE2NOvXQd329aB3lp9d FDduw7AekJH4yVu9+eijQLxYRQ== X-Google-Smtp-Source: ACHHUZ6ss3PLLURb1fHQD7W3AT8bjCsbza589heqnYBQaw+viKpQRtWtKpwqMBmnu1AR19cdjvyaLQ== X-Received: by 2002:adf:dfca:0:b0:30e:432b:c54 with SMTP id q10-20020adfdfca000000b0030e432b0c54mr7658610wrn.18.1687180958567; Mon, 19 Jun 2023 06:22:38 -0700 (PDT) Received: from brgl-uxlite.home ([2a01:cb1d:334:ac00:d9e8:ddbf:7391:a0b0]) by smtp.gmail.com with ESMTPSA id t11-20020adfdc0b000000b0030ae3a6be5bsm31667139wri.78.2023.06.19.06.22.37 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Mon, 19 Jun 2023 06:22:38 -0700 (PDT) From: Bartosz Golaszewski To: Khem Raj , Bruce Ashfield , openembedded-devel@lists.openembedded.org Cc: Bartosz Golaszewski Subject: [meta-python][RESEND PATCH 18/54] python3-isodate: stop using PYTHON_PN Date: Mon, 19 Jun 2023 15:21:38 +0200 Message-Id: <20230619132214.213417-19-brgl@bgdev.pl> X-Mailer: git-send-email 2.39.2 In-Reply-To: <20230619132214.213417-1-brgl@bgdev.pl> References: <20230619132214.213417-1-brgl@bgdev.pl> MIME-Version: 1.0 List-Id: X-Webhook-Received: from li982-79.members.linode.com [45.33.32.79] by aws-us-west-2-korg-lkml-1.web.codeaurora.org with HTTPS for ; Mon, 19 Jun 2023 13:22:43 -0000 X-Groupsio-URL: https://lists.openembedded.org/g/openembedded-devel/message/103402 From: Bartosz Golaszewski We no longer support python2 so use python3 explicitly. Signed-off-by: Bartosz Golaszewski --- meta-python/recipes-devtools/python/python3-isodate_0.6.1.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meta-python/recipes-devtools/python/python3-isodate_0.6.1.bb b/meta-python/recipes-devtools/python/python3-isodate_0.6.1.bb index 2a5dcfca3..722ea3af3 100644 --- a/meta-python/recipes-devtools/python/python3-isodate_0.6.1.bb +++ b/meta-python/recipes-devtools/python/python3-isodate_0.6.1.bb @@ -7,7 +7,7 @@ SRC_URI[sha256sum] = "48c5881de7e8b0a0d648cb024c8062dc84e7b840ed81e864c7614fd3c1 inherit pypi setuptools3 RDEPENDS:${PN} += " \ - ${PYTHON_PN}-six \ + python3-six \ " BBCLASSEXTEND = "native nativesdk" From patchwork Mon Jun 19 13:21:39 2023 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Bartosz Golaszewski X-Patchwork-Id: 25978 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org Received: from aws-us-west-2-korg-lkml-1.web.codeaurora.org (localhost.localdomain [127.0.0.1]) by smtp.lore.kernel.org (Postfix) with ESMTP id B47A4EB64DC for ; Mon, 19 Jun 2023 13:22:43 +0000 (UTC) Received: from mail-wr1-f46.google.com (mail-wr1-f46.google.com [209.85.221.46]) by mx.groups.io with SMTP id smtpd.web10.7407.1687180961016941873 for ; Mon, 19 Jun 2023 06:22:41 -0700 Authentication-Results: mx.groups.io; dkim=fail reason="signature has expired" header.i=@bgdev-pl.20221208.gappssmtp.com header.s=20221208 header.b=NRoRNNmA; spf=none, err=SPF record not found (domain: bgdev.pl, ip: 209.85.221.46, mailfrom: brgl@bgdev.pl) Received: by mail-wr1-f46.google.com with SMTP id ffacd0b85a97d-30e3caa6aa7so3435153f8f.1 for ; Mon, 19 Jun 2023 06:22:40 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=bgdev-pl.20221208.gappssmtp.com; s=20221208; t=1687180959; x=1689772959; h=content-transfer-encoding:mime-version:references:in-reply-to :message-id:date:subject:cc:to:from:from:to:cc:subject:date :message-id:reply-to; bh=bdYZvjBUxegsyTO1z6GYz7vIppXNQ+kLlroY60zAvDg=; b=NRoRNNmAYH2xOd1HhXxfr8hJrnjdhfniXwUYiot8WW+30ZuRraB86znOjLnyxQsl16 Mzy8Yl0ggecMUWn2b7Hid0FzRUqMuYrFKbqAJDb8aB/7we0A/w9Itl9ReuIOP/XXft2p pmGYlOspaFlB1q8ls13QxxPonjxZWAYwb1Ck8LNN51ZEIxLfkGh0pZ8D4Nj5B/TUpBzA 7fSDqjnECKuePb72b52sQQcqPDijDBJgKHAfEPBJtrJOx70Agbbh6mxMTSlVeNybozLz vX/HUViMW8iv6YSZU8kYXsrDuYRCJmFaHIFEi/gV728DBQhdAVm6vkTiD/hIy3Ee23/X zDEQ== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20221208; t=1687180959; x=1689772959; h=content-transfer-encoding:mime-version:references:in-reply-to :message-id:date:subject:cc:to:from:x-gm-message-state:from:to:cc :subject:date:message-id:reply-to; bh=bdYZvjBUxegsyTO1z6GYz7vIppXNQ+kLlroY60zAvDg=; b=E9bwNze+z5I/iVb1PnDG47eRXMH0vAauDL2X+LtHQ7poTNjbLTPXnZJ6/i0PW0+JQA pAkQz8T5zeIzGFq3wofJv/1732lhWUj7MGzYfEx9wdBjRfB+bB5xa6ic+FJt3+v8KkOn R4JUdA5tmHBNI1EJYIjNDPt3zzQvAxCHAxUPWe40NLHMWoqpnvvVtfhrdGteKr2K2sq+ NRddh+pump4r/grGX+ioxQQRE4HdoO8olFN5ZD8IPkg0DUVIQSirPHQePaV89slxK6zt BngJzctE1e3MhOHbYzA55pY/AeZqrNjPtEYmIbvj76ydeRlt4HN8UhxG4tFWEPkYMrDG 9wuQ== X-Gm-Message-State: AC+VfDz7MkK1SZQgTeWxifNqut5RjhQiLHnQS7xRAgS3PihxKpKEI4qu 2k4/2cdJ7s/AqUaFho7aSWzzPQ== X-Google-Smtp-Source: ACHHUZ7HASr1dAwIRTP1wDKluwbkKwakmNIL0v1YdQ3UlgMn1O7i4mgJrVuaKMpBjRzpvR2Ko8OLAw== X-Received: by 2002:a5d:468d:0:b0:30a:f2a0:64fa with SMTP id u13-20020a5d468d000000b0030af2a064famr8654763wrq.10.1687180959483; Mon, 19 Jun 2023 06:22:39 -0700 (PDT) Received: from brgl-uxlite.home ([2a01:cb1d:334:ac00:d9e8:ddbf:7391:a0b0]) by smtp.gmail.com with ESMTPSA id t11-20020adfdc0b000000b0030ae3a6be5bsm31667139wri.78.2023.06.19.06.22.38 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Mon, 19 Jun 2023 06:22:39 -0700 (PDT) From: Bartosz Golaszewski To: Khem Raj , Bruce Ashfield , openembedded-devel@lists.openembedded.org Cc: Bartosz Golaszewski Subject: [meta-python][RESEND PATCH 19/54] python3-isodate: add missing run-time dependencies Date: Mon, 19 Jun 2023 15:21:39 +0200 Message-Id: <20230619132214.213417-20-brgl@bgdev.pl> X-Mailer: git-send-email 2.39.2 In-Reply-To: <20230619132214.213417-1-brgl@bgdev.pl> References: <20230619132214.213417-1-brgl@bgdev.pl> MIME-Version: 1.0 List-Id: X-Webhook-Received: from li982-79.members.linode.com [45.33.32.79] by aws-us-west-2-korg-lkml-1.web.codeaurora.org with HTTPS for ; Mon, 19 Jun 2023 13:22:43 -0000 X-Groupsio-URL: https://lists.openembedded.org/g/openembedded-devel/message/103403 From: Bartosz Golaszewski Add missing RDEPENDS for this package. Signed-off-by: Bartosz Golaszewski --- meta-python/recipes-devtools/python/python3-isodate_0.6.1.bb | 1 + 1 file changed, 1 insertion(+) diff --git a/meta-python/recipes-devtools/python/python3-isodate_0.6.1.bb b/meta-python/recipes-devtools/python/python3-isodate_0.6.1.bb index 722ea3af3..c65083b77 100644 --- a/meta-python/recipes-devtools/python/python3-isodate_0.6.1.bb +++ b/meta-python/recipes-devtools/python/python3-isodate_0.6.1.bb @@ -7,6 +7,7 @@ SRC_URI[sha256sum] = "48c5881de7e8b0a0d648cb024c8062dc84e7b840ed81e864c7614fd3c1 inherit pypi setuptools3 RDEPENDS:${PN} += " \ + python3-numbers \ python3-six \ " From patchwork Mon Jun 19 13:21:40 2023 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Bartosz Golaszewski X-Patchwork-Id: 25974 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org Received: from aws-us-west-2-korg-lkml-1.web.codeaurora.org (localhost.localdomain [127.0.0.1]) by smtp.lore.kernel.org (Postfix) with ESMTP id A712CEB64D9 for ; Mon, 19 Jun 2023 13:22:43 +0000 (UTC) Received: from mail-wm1-f42.google.com (mail-wm1-f42.google.com [209.85.128.42]) by mx.groups.io with SMTP id smtpd.web10.7408.1687180962150965352 for ; Mon, 19 Jun 2023 06:22:42 -0700 Authentication-Results: mx.groups.io; dkim=fail reason="signature has expired" header.i=@bgdev-pl.20221208.gappssmtp.com header.s=20221208 header.b=NdVrV8v1; spf=none, err=SPF record not found (domain: bgdev.pl, ip: 209.85.128.42, mailfrom: brgl@bgdev.pl) Received: by mail-wm1-f42.google.com with SMTP id 5b1f17b1804b1-3f904dcc1e2so23481665e9.3 for ; Mon, 19 Jun 2023 06:22:41 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=bgdev-pl.20221208.gappssmtp.com; s=20221208; t=1687180960; x=1689772960; h=content-transfer-encoding:mime-version:references:in-reply-to :message-id:date:subject:cc:to:from:from:to:cc:subject:date :message-id:reply-to; bh=XNTc1XeJP4nB7NNgqPFp+J2URTz5gzK5D/kywteCEY0=; b=NdVrV8v1/YIttfRgk6b08kLygnuHzkVNem6qLdYRGnlH8ke3JNJWXz82KX53d0nCie FPGKh601aWNvtB1l9Xz2KRZfts5R17BlAow/qgC+GPWgDO2xMFZrsIwTxmr4jMbhUSvS rwj4VTVvbi0L/Bf4lwpTfHaGPoCq+8hzMqdRhuBJ3MVkUWDyZRLBcBGM/SzbhB8sRph4 ojovVIh9bUkiZ3sur2YOG297BC4JjJhdEmKuZ8j5j8vwUz2W01vBfSQ8L0Q/tDvqbY7T zFHSWdbcZs8GymdpmeWYMSBN08TnACm+4bVSDOEdQgu651MEk/lhYuf+X9mF/RcDXEHN 7ZQg== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20221208; t=1687180960; x=1689772960; h=content-transfer-encoding:mime-version:references:in-reply-to :message-id:date:subject:cc:to:from:x-gm-message-state:from:to:cc :subject:date:message-id:reply-to; bh=XNTc1XeJP4nB7NNgqPFp+J2URTz5gzK5D/kywteCEY0=; b=ML2A0/SyDXvybS20x7/3h4gSjBCWEzd6hsTzLgFihDBAB0KSaQ+uzyPMayal34Jzl7 1fE0T0AzTK2XqdNdD6CBsU1/QipuECRjIVlD6LggbwxoAeAwI2NEKQYmNCXOOi+B3Eyc kO2KZpqTfGPgE2L9TK8e0E2uzkeKNwDnpK7b1OkN5n+hYjTURXV4qzXUcwQsgLV8vAWt CkSjOCJw1G08f90k7Xysh/0ILxYcH7A3Ktjx4Hk2Nql+tqfIRzsFlBTqvHzAEU8soBrl /YqJr6HzoasBVJEL8M70uxHcFQ3QXmlMhM5mz4NQK5jG0Z10lZBOX1tanrNRX2nzduq1 8mIg== X-Gm-Message-State: AC+VfDwKywwcFmW6fkCgccoQVpJX51my4RFaqejkjcjjBNcVfED1ANKx aSbhJDud+zHop6HGo95lcHlk3Q== X-Google-Smtp-Source: ACHHUZ4s5Zhphbexwm5/OQ7NJhHK59tj57nIlvKczb4sHl1ENJpxMlSgmsX7YRIWHtMgo/iv9q49UQ== X-Received: by 2002:a5d:6a84:0:b0:311:b44:2d70 with SMTP id s4-20020a5d6a84000000b003110b442d70mr7153722wru.3.1687180960725; Mon, 19 Jun 2023 06:22:40 -0700 (PDT) Received: from brgl-uxlite.home ([2a01:cb1d:334:ac00:d9e8:ddbf:7391:a0b0]) by smtp.gmail.com with ESMTPSA id t11-20020adfdc0b000000b0030ae3a6be5bsm31667139wri.78.2023.06.19.06.22.39 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Mon, 19 Jun 2023 06:22:40 -0700 (PDT) From: Bartosz Golaszewski To: Khem Raj , Bruce Ashfield , openembedded-devel@lists.openembedded.org Cc: Bartosz Golaszewski Subject: [meta-python][RESEND PATCH 20/54] python-idna-ssl: add missing run-time dependencies Date: Mon, 19 Jun 2023 15:21:40 +0200 Message-Id: <20230619132214.213417-21-brgl@bgdev.pl> X-Mailer: git-send-email 2.39.2 In-Reply-To: <20230619132214.213417-1-brgl@bgdev.pl> References: <20230619132214.213417-1-brgl@bgdev.pl> MIME-Version: 1.0 List-Id: X-Webhook-Received: from li982-79.members.linode.com [45.33.32.79] by aws-us-west-2-korg-lkml-1.web.codeaurora.org with HTTPS for ; Mon, 19 Jun 2023 13:22:43 -0000 X-Groupsio-URL: https://lists.openembedded.org/g/openembedded-devel/message/103404 From: Bartosz Golaszewski Add missing RDEPENDS for this package. Signed-off-by: Bartosz Golaszewski --- meta-python/recipes-devtools/python/python-idna-ssl.inc | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/meta-python/recipes-devtools/python/python-idna-ssl.inc b/meta-python/recipes-devtools/python/python-idna-ssl.inc index e74bbd7c6..356a3873e 100644 --- a/meta-python/recipes-devtools/python/python-idna-ssl.inc +++ b/meta-python/recipes-devtools/python/python-idna-ssl.inc @@ -8,3 +8,8 @@ SRC_URI[sha256sum] = "a933e3bb13da54383f9e8f35dc4f9cb9eb9b3b78c6b36f311254d6d0d9 PYPI_PACKAGE = "idna-ssl" inherit pypi + +RDEPENDS:${PN} += " \ + python3-idna \ + python3-io \ +" From patchwork Mon Jun 19 13:21:41 2023 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Bartosz Golaszewski X-Patchwork-Id: 25975 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org Received: from aws-us-west-2-korg-lkml-1.web.codeaurora.org (localhost.localdomain [127.0.0.1]) by smtp.lore.kernel.org (Postfix) with ESMTP id AAB2BC3DA40 for ; Mon, 19 Jun 2023 13:22:43 +0000 (UTC) Received: from mail-wr1-f44.google.com (mail-wr1-f44.google.com [209.85.221.44]) by mx.groups.io with SMTP id smtpd.web10.7409.1687180963137600004 for ; Mon, 19 Jun 2023 06:22:43 -0700 Authentication-Results: mx.groups.io; dkim=fail reason="signature has expired" header.i=@bgdev-pl.20221208.gappssmtp.com header.s=20221208 header.b=nJFyOGYk; spf=none, err=SPF record not found (domain: bgdev.pl, ip: 209.85.221.44, mailfrom: brgl@bgdev.pl) Received: by mail-wr1-f44.google.com with SMTP id ffacd0b85a97d-307d58b3efbso2570125f8f.0 for ; Mon, 19 Jun 2023 06:22:42 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=bgdev-pl.20221208.gappssmtp.com; s=20221208; t=1687180961; x=1689772961; h=content-transfer-encoding:mime-version:references:in-reply-to :message-id:date:subject:cc:to:from:from:to:cc:subject:date :message-id:reply-to; bh=mBJQwLw41lnnf4j9n85tizdA5x7KTwMGFRs2qPVLS6M=; b=nJFyOGYkNOz9IZVZtFlJEW8/1bqPIwoPRCVsx/L62T1e6iQcr/i6xr0yxCJVsoM3Su jY1mcYLOJFUrwx5M2WgP7dL/9bjnnrBRCOrHID+PIzCRTHBkoj1+Mkm+BpSc1Xw8kLOY Hd7D1aDfpGySjySmLObnNCjH0BuigasHOG+gJimQuC99iL9bTSuL9jxikZSEmPRso//W PRhJE2a6zJXN0Zb+VQAJE7uWvCd5q2EDw4sDAO722OIEGHyVNx0X4h/ywQaPfQGtigZj bGM1gP+Tdq7uYprX+j2kvW665prCVgQAEv1T1IRcbV1j8taC1sDzEuJPY1oOrDolrHo7 Lbfw== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20221208; t=1687180961; x=1689772961; h=content-transfer-encoding:mime-version:references:in-reply-to :message-id:date:subject:cc:to:from:x-gm-message-state:from:to:cc :subject:date:message-id:reply-to; bh=mBJQwLw41lnnf4j9n85tizdA5x7KTwMGFRs2qPVLS6M=; b=hEhWr8ooDX4dTmhHpZRc/TPKLvpoHqFc/WgEkgG4+9lix51ySZh79LbNvr2wJUDr2n PkU7RmCEMW89ym45nD07ZhKQa1tOAGbrB86s/Ia5YX43y6oFEwtyzpvYVpQ6jqVZQTkD hTMLiUuNWi70w0Zxyt0lMTB5E2tILVNAYPaNWCNEc8Qxn1wC0EyIKny313vlzDrUuH2l 6bbmUAqqmlfqmUJlW73A89lJUn+lwGbIEPL714stOb3g6vc8rUQzB+9ikZ767lUSv9iN z56ViuJhMFTvw+cpCJ7Y7kzThzEx8rGXfuwRBtAIWnjj+UHRErk3pVD+Fez0j6BnX+fJ JSnw== X-Gm-Message-State: AC+VfDyjPJgRF4Y8I6ZTT827sCZchRCLrjhPuRE2UiPWRfkNpdIt+bgl +258/O3KcF21MKXBqf44EMGfgg== X-Google-Smtp-Source: ACHHUZ6jiRWm7zEOYQ6DHOvsimdKiJUliAMquskxxVROgk8fIM0s7QOGO4kfsBZqlj67u3VUjapxmw== X-Received: by 2002:a5d:58c7:0:b0:30e:45ac:810e with SMTP id o7-20020a5d58c7000000b0030e45ac810emr6396718wrf.36.1687180961697; Mon, 19 Jun 2023 06:22:41 -0700 (PDT) Received: from brgl-uxlite.home ([2a01:cb1d:334:ac00:d9e8:ddbf:7391:a0b0]) by smtp.gmail.com with ESMTPSA id t11-20020adfdc0b000000b0030ae3a6be5bsm31667139wri.78.2023.06.19.06.22.40 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Mon, 19 Jun 2023 06:22:41 -0700 (PDT) From: Bartosz Golaszewski To: Khem Raj , Bruce Ashfield , openembedded-devel@lists.openembedded.org Cc: Bartosz Golaszewski Subject: [meta-python][RESEND PATCH 21/54] python3-hpack: add missing run-time dependencies Date: Mon, 19 Jun 2023 15:21:41 +0200 Message-Id: <20230619132214.213417-22-brgl@bgdev.pl> X-Mailer: git-send-email 2.39.2 In-Reply-To: <20230619132214.213417-1-brgl@bgdev.pl> References: <20230619132214.213417-1-brgl@bgdev.pl> MIME-Version: 1.0 List-Id: X-Webhook-Received: from li982-79.members.linode.com [45.33.32.79] by aws-us-west-2-korg-lkml-1.web.codeaurora.org with HTTPS for ; Mon, 19 Jun 2023 13:22:43 -0000 X-Groupsio-URL: https://lists.openembedded.org/g/openembedded-devel/message/103405 From: Bartosz Golaszewski Add missing RDEPENDS for this package. Signed-off-by: Bartosz Golaszewski --- .../recipes-connectivity/python-hpack/python3-hpack_4.0.0.bb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/meta-python/recipes-connectivity/python-hpack/python3-hpack_4.0.0.bb b/meta-python/recipes-connectivity/python-hpack/python3-hpack_4.0.0.bb index afba98e4b..0297cb8c2 100644 --- a/meta-python/recipes-connectivity/python-hpack/python3-hpack_4.0.0.bb +++ b/meta-python/recipes-connectivity/python-hpack/python3-hpack_4.0.0.bb @@ -8,3 +8,5 @@ SRC_URI[md5sum] = "27e01514ef06dc9fa0798d3dcb7de47c" SRC_URI[sha256sum] = "fc41de0c63e687ebffde81187a948221294896f6bdc0ae2312708df339430095" inherit pypi setuptools3 + +RDEPENDS:${PN} += "python3-logging" From patchwork Mon Jun 19 13:21:42 2023 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Bartosz Golaszewski X-Patchwork-Id: 25986 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org Received: from aws-us-west-2-korg-lkml-1.web.codeaurora.org (localhost.localdomain [127.0.0.1]) by smtp.lore.kernel.org (Postfix) with ESMTP id BD9D8EB64DB for ; Mon, 19 Jun 2023 13:22:53 +0000 (UTC) Received: from mail-wr1-f41.google.com (mail-wr1-f41.google.com [209.85.221.41]) by mx.groups.io with SMTP id smtpd.web11.7372.1687180964959870757 for ; Mon, 19 Jun 2023 06:22:45 -0700 Authentication-Results: mx.groups.io; dkim=fail reason="signature has expired" header.i=@bgdev-pl.20221208.gappssmtp.com header.s=20221208 header.b=yRsAaDX7; spf=none, err=SPF record not found (domain: bgdev.pl, ip: 209.85.221.41, mailfrom: brgl@bgdev.pl) Received: by mail-wr1-f41.google.com with SMTP id ffacd0b85a97d-3094910b150so3437127f8f.0 for ; Mon, 19 Jun 2023 06:22:44 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=bgdev-pl.20221208.gappssmtp.com; s=20221208; t=1687180963; x=1689772963; h=content-transfer-encoding:mime-version:references:in-reply-to :message-id:date:subject:cc:to:from:from:to:cc:subject:date :message-id:reply-to; bh=SCN6+S2prOKgWJGgHO9vq378aSshuaWaBUWV06XCIfg=; b=yRsAaDX7OBwCowTcEXWZU86TUwmt9eTpJa1wMxlN6IzU/2yPsYI34y7LOQlmICoLx5 wbVfJIdhqNVqIIi1qOzkIYWoP05q6YuwIje8c2kXg4fDowS2Xt8ErfucmW1VmRvLHoFb 8TIMtBVP2qHcMxb1Uf+QH0EgfBsF78zOQ0Yr9wkiyhlv4iHqS47xOwwJsC/W6OEEJC/e GfyOT7gJ1LGt5tS6v2mbfabcG/x+MDlzE7814k7xKH5f1WgQVMkjgCPM+iGOkvlSFVPB tuK2mErAyu399XEVN5Rz08e/rkHCwgld9t4B6SATtKeC5Er0MCA9K8C5EcpIH2xvfCMG unuA== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20221208; t=1687180963; x=1689772963; h=content-transfer-encoding:mime-version:references:in-reply-to :message-id:date:subject:cc:to:from:x-gm-message-state:from:to:cc :subject:date:message-id:reply-to; bh=SCN6+S2prOKgWJGgHO9vq378aSshuaWaBUWV06XCIfg=; b=CyrGeBCPwTeq7y/ZLM+StH7J9CMzyKa0zZE5IIgwVuxCZJz5Ku3jCr0sGU52ZmEn+7 ajJ5Vd3aCQbKPc/ArRvfC2k3e6z4Qud9nc++pEXIBuTmnJ1gCSBDipYz6emJI7rsGETx hUvNyLlsFuq/PNKvFbACPc069vdjbFXT6PkcZmvQ6GRtognAFcrzumj20kH0VYclpIV1 EL1RmfJfo6kTvU63JWq50oxjs/nBiuV71UWbvqWxq5zrkphBvJk2qZSBOmkUh0TtaOLI ZMvqwHSWiUm1c+GKbGJVdWm8hnj7mPltw43owm7RFZU2NnMTs2CQJD2YIG6TqNsDRE4Q n4VA== X-Gm-Message-State: AC+VfDyIJ9nqcQLzhca0gn96OxFkjLOD3rjMrNPjonuPeQ4N929D8az7 yRPSpUU58bsJ6SJypZUoM5suVw== X-Google-Smtp-Source: ACHHUZ6zZcRzWSZsP2ChQN05j4vZ+hc6eu5amXI59Dmigcn6YetiTBlXmZlVrNfHNHYKLvYauhI8ow== X-Received: by 2002:adf:f611:0:b0:30a:e369:5acb with SMTP id t17-20020adff611000000b0030ae3695acbmr8413217wrp.68.1687180962771; Mon, 19 Jun 2023 06:22:42 -0700 (PDT) Received: from brgl-uxlite.home ([2a01:cb1d:334:ac00:d9e8:ddbf:7391:a0b0]) by smtp.gmail.com with ESMTPSA id t11-20020adfdc0b000000b0030ae3a6be5bsm31667139wri.78.2023.06.19.06.22.41 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Mon, 19 Jun 2023 06:22:42 -0700 (PDT) From: Bartosz Golaszewski To: Khem Raj , Bruce Ashfield , openembedded-devel@lists.openembedded.org Cc: Bartosz Golaszewski Subject: [meta-python][RESEND PATCH 22/54] python3-h11: add missing run-time dependencies Date: Mon, 19 Jun 2023 15:21:42 +0200 Message-Id: <20230619132214.213417-23-brgl@bgdev.pl> X-Mailer: git-send-email 2.39.2 In-Reply-To: <20230619132214.213417-1-brgl@bgdev.pl> References: <20230619132214.213417-1-brgl@bgdev.pl> MIME-Version: 1.0 List-Id: X-Webhook-Received: from li982-79.members.linode.com [45.33.32.79] by aws-us-west-2-korg-lkml-1.web.codeaurora.org with HTTPS for ; Mon, 19 Jun 2023 13:22:53 -0000 X-Groupsio-URL: https://lists.openembedded.org/g/openembedded-devel/message/103406 From: Bartosz Golaszewski Add missing RDEPENDS for this package. Signed-off-by: Bartosz Golaszewski --- meta-python/recipes-devtools/python/python3-h11_0.14.0.bb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/meta-python/recipes-devtools/python/python3-h11_0.14.0.bb b/meta-python/recipes-devtools/python/python3-h11_0.14.0.bb index 7bda0eae1..2bddefa3f 100644 --- a/meta-python/recipes-devtools/python/python3-h11_0.14.0.bb +++ b/meta-python/recipes-devtools/python/python3-h11_0.14.0.bb @@ -6,3 +6,5 @@ LIC_FILES_CHKSUM = "file://LICENSE.txt;md5=f5501d19c3116f4aaeef89369f458693" inherit pypi setuptools3 SRC_URI[sha256sum] = "8f19fbbe99e72420ff35c00b27a34cb9937e902a8b810e2c88300c6f0a3b699d" + +RDEPENDS:${PN} += "python3-profile" From patchwork Mon Jun 19 13:21:43 2023 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Bartosz Golaszewski X-Patchwork-Id: 25990 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org Received: from aws-us-west-2-korg-lkml-1.web.codeaurora.org (localhost.localdomain [127.0.0.1]) by smtp.lore.kernel.org (Postfix) with ESMTP id D9247C001DD for ; Mon, 19 Jun 2023 13:22:53 +0000 (UTC) Received: from mail-wr1-f42.google.com (mail-wr1-f42.google.com [209.85.221.42]) by mx.groups.io with SMTP id smtpd.web10.7413.1687180965875330187 for ; Mon, 19 Jun 2023 06:22:46 -0700 Authentication-Results: mx.groups.io; dkim=fail reason="signature has expired" header.i=@bgdev-pl.20221208.gappssmtp.com header.s=20221208 header.b=3UYRpw9X; spf=none, err=SPF record not found (domain: bgdev.pl, ip: 209.85.221.42, mailfrom: brgl@bgdev.pl) Received: by mail-wr1-f42.google.com with SMTP id ffacd0b85a97d-3113306a595so2166047f8f.1 for ; Mon, 19 Jun 2023 06:22:45 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=bgdev-pl.20221208.gappssmtp.com; s=20221208; t=1687180964; x=1689772964; h=content-transfer-encoding:mime-version:references:in-reply-to :message-id:date:subject:cc:to:from:from:to:cc:subject:date :message-id:reply-to; bh=+cQdYCiuafvhHNhsYwUkLJy+N7hMP5FE0216On5hyXQ=; b=3UYRpw9Xa0wx2uKGIDgseUHVIdLkPkDXbiDzm6IdzM5xReeuORpcsiz1tQOiWIIxgr 5VXRXWe2MCIeF+25jGhJF9jcxs9B8OzfK3xch0DMoBhk5drK2UbP3LazbqPCRQt3a3s3 mlcPDRvk1uDhsczgZH3K5ypIww8FywY0lzSwgS/ZK5qata7CL3tsSbkyjYRuf9SVPi1i Uyre0V7on9DMfTzd10tO1JptKndJHoCQ5VQk3aD4stYV0B0Ik1o9VwQvLUl5PqtyJcQd Vq4FXHw5X2bHVHhd71lldznu52ddsgMOmnnJUBGIpG7dfZM/sH7oIeyJRpNSFX/UR1mY /Itg== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20221208; t=1687180964; x=1689772964; h=content-transfer-encoding:mime-version:references:in-reply-to :message-id:date:subject:cc:to:from:x-gm-message-state:from:to:cc :subject:date:message-id:reply-to; bh=+cQdYCiuafvhHNhsYwUkLJy+N7hMP5FE0216On5hyXQ=; b=QSmjhsKyYDhqUFBdqrJNLZCK+MW2MRdAO0ZpmhUbFfu18wViNFp+P6Oip+1qgpEPFj nI7Bfi+Gy7Ej2SxGiEwVmlkmq8mVkmijpXRSS2QUmG7czlCq15Pvo9tXL2th3GNqXRwD LyTz8E6kA9STVGiN5jRmjpuJB5tCZeD6G6l8vP/q9mIseredE/AcwIm2+cUVjAvQPB/F X1ioSz2PGt3So41j7ABAGF5uftD99fVnyIgXApH+s3F/k4Rj9MFoPAomXWwI/8smUkqz JZVbwoqx1Z1iWfTlM7p74hPqbzcfVBGiXdM5nSL5j6I/LzOcfD0TuIPY2Moq5mxcIt9s UGLA== X-Gm-Message-State: AC+VfDyFvLAeSSrxFQxjD65XO4wjYcFZMmUKt54cCPNU/2DntNsKskTV CL+kIkRIJm0UqIZFzKHGIbWsqQ== X-Google-Smtp-Source: ACHHUZ5eBvDaGpp7KS0KxJvXlbgyMiZg3m7yjAccjUxkp4BX7UoTyfLMf84SE1g1DREqrznl0kTmTQ== X-Received: by 2002:a5d:5684:0:b0:311:1bd3:6c7b with SMTP id f4-20020a5d5684000000b003111bd36c7bmr8655395wrv.32.1687180964456; Mon, 19 Jun 2023 06:22:44 -0700 (PDT) Received: from brgl-uxlite.home ([2a01:cb1d:334:ac00:d9e8:ddbf:7391:a0b0]) by smtp.gmail.com with ESMTPSA id t11-20020adfdc0b000000b0030ae3a6be5bsm31667139wri.78.2023.06.19.06.22.43 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Mon, 19 Jun 2023 06:22:44 -0700 (PDT) From: Bartosz Golaszewski To: Khem Raj , Bruce Ashfield , openembedded-devel@lists.openembedded.org Cc: Bartosz Golaszewski Subject: [meta-python][RESEND PATCH 23/54] python3-gsocketpool: drop unneeded DEPENDS Date: Mon, 19 Jun 2023 15:21:43 +0200 Message-Id: <20230619132214.213417-24-brgl@bgdev.pl> X-Mailer: git-send-email 2.39.2 In-Reply-To: <20230619132214.213417-1-brgl@bgdev.pl> References: <20230619132214.213417-1-brgl@bgdev.pl> MIME-Version: 1.0 List-Id: X-Webhook-Received: from li982-79.members.linode.com [45.33.32.79] by aws-us-west-2-korg-lkml-1.web.codeaurora.org with HTTPS for ; Mon, 19 Jun 2023 13:22:53 -0000 X-Groupsio-URL: https://lists.openembedded.org/g/openembedded-devel/message/103407 From: Bartosz Golaszewski This package doesn't depend on python3-gevent at build-time. Signed-off-by: Bartosz Golaszewski --- .../python-gsocketpool/python3-gsocketpool_0.1.6.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meta-python/recipes-connectivity/python-gsocketpool/python3-gsocketpool_0.1.6.bb b/meta-python/recipes-connectivity/python-gsocketpool/python3-gsocketpool_0.1.6.bb index a5581c252..9ded1d4be 100644 --- a/meta-python/recipes-connectivity/python-gsocketpool/python3-gsocketpool_0.1.6.bb +++ b/meta-python/recipes-connectivity/python-gsocketpool/python3-gsocketpool_0.1.6.bb @@ -3,7 +3,7 @@ DESCRIPTION = "creates a pool of connections that can be used with gevent" HOMEPAGE = "https://github.com/studio-ousia/gsocketpool" LICENSE = "Apache-2.0" LIC_FILES_CHKSUM = "file://LICENSE;md5=4ba825394aec026b5f94edca44426859" -DEPENDS += "${PYTHON_PN}-gevent" + RDEPENDS:${PN} += "${PYTHON_PN}-gevent" SRC_URI[md5sum] = "49f5f292ef1b60944ae92ca426a5e550" From patchwork Mon Jun 19 13:21:44 2023 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Bartosz Golaszewski X-Patchwork-Id: 25989 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org Received: from aws-us-west-2-korg-lkml-1.web.codeaurora.org (localhost.localdomain [127.0.0.1]) by smtp.lore.kernel.org (Postfix) with ESMTP id D5510C001DB for ; Mon, 19 Jun 2023 13:22:53 +0000 (UTC) Received: from mail-wm1-f44.google.com (mail-wm1-f44.google.com [209.85.128.44]) by mx.groups.io with SMTP id smtpd.web11.7373.1687180966925323384 for ; Mon, 19 Jun 2023 06:22:47 -0700 Authentication-Results: mx.groups.io; dkim=fail reason="signature has expired" header.i=@bgdev-pl.20221208.gappssmtp.com header.s=20221208 header.b=0+W4cXfM; spf=none, err=SPF record not found (domain: bgdev.pl, ip: 209.85.128.44, mailfrom: brgl@bgdev.pl) Received: by mail-wm1-f44.google.com with SMTP id 5b1f17b1804b1-3f9002a1a9bso32604355e9.1 for ; Mon, 19 Jun 2023 06:22:46 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=bgdev-pl.20221208.gappssmtp.com; s=20221208; t=1687180965; x=1689772965; h=content-transfer-encoding:mime-version:references:in-reply-to :message-id:date:subject:cc:to:from:from:to:cc:subject:date :message-id:reply-to; bh=lz+LS9bQs/cnmhjSqEYJOvjUWu2hcbzfYk323FgOWkU=; b=0+W4cXfMICPSsD0ILQYch6JgTV63gwm8bvfWAaH6bRSVPoaWWn8IqP6TFYNdFy3+Kq IuBm/7/H7TY61g1e+GX2AYimmjzPkty8PdknwGejxju0HTxM6qKQdPuI9JGMnBrKYrzY uW1PvaWFO84NmVFajPBZm7BrROSc6dNmpQ1EGm3lZG9pxcYNeGW73myfhcSmSr+NrEOF LryYXhV58GF2rRk89UG4BEceEUut7EIWuCVwBwh2ACBilgVDaI1MkfGbMY9W4wEy9K9Y ygIdqoaPGMJbRp05xckiklV3UvmUTOZShRW+wCv6oGDuLS2ZuDRqJeC84Z4EBtfpPeuB hgVw== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20221208; t=1687180965; x=1689772965; h=content-transfer-encoding:mime-version:references:in-reply-to :message-id:date:subject:cc:to:from:x-gm-message-state:from:to:cc :subject:date:message-id:reply-to; bh=lz+LS9bQs/cnmhjSqEYJOvjUWu2hcbzfYk323FgOWkU=; b=lttPM0i4LMB4OTSiDfJfF/AAskrsZgAPlGccvUYdZHIqh4WoxLFN8gZNDQDFxK/3J3 6UKTf3/JR8rKIrsdoeESYKfVZHO6rtKM5tqQzvCrwRYSUZlqYdjz8gf51zVX5OHJFpcP JFKNuqiOwW7DRT7pIfdeYjK4BOJLOW5Tuv8o1Uvv86b0hac2shWcVwI4BOPBrskwY+HC Opka7DdkQI5NsvSU5Q1iIB094R48JCS/CGZ6vbQSScx3Owotc8OndTY18jCa8MWIleUj x39lzh8VosNvy3Vx3BP+C8l/PaC0m+4aWCBydvVCzucrHDWTc8t5XSaMEJ9JgnlHRS2i 8Riw== X-Gm-Message-State: AC+VfDyeL3BA+wqNzATOCXvv2pWCDxUjvwKK05gJ6K8anhrRmENldRoG K5YTOlZjfHdhe032hEj8nTQ3jA== X-Google-Smtp-Source: ACHHUZ5wwDlP1xdPd+2/jz91uYla+h8NOCVbxEr3dpWknr5tuKCq07XKhEMA2q2O3fim4h2g83olDw== X-Received: by 2002:adf:ef50:0:b0:30f:cc45:5af1 with SMTP id c16-20020adfef50000000b0030fcc455af1mr8000379wrp.45.1687180965525; Mon, 19 Jun 2023 06:22:45 -0700 (PDT) Received: from brgl-uxlite.home ([2a01:cb1d:334:ac00:d9e8:ddbf:7391:a0b0]) by smtp.gmail.com with ESMTPSA id t11-20020adfdc0b000000b0030ae3a6be5bsm31667139wri.78.2023.06.19.06.22.44 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Mon, 19 Jun 2023 06:22:45 -0700 (PDT) From: Bartosz Golaszewski To: Khem Raj , Bruce Ashfield , openembedded-devel@lists.openembedded.org Cc: Bartosz Golaszewski Subject: [meta-python][RESEND PATCH 24/54] python3-gsocketpool: stop using PYTHON_PN Date: Mon, 19 Jun 2023 15:21:44 +0200 Message-Id: <20230619132214.213417-25-brgl@bgdev.pl> X-Mailer: git-send-email 2.39.2 In-Reply-To: <20230619132214.213417-1-brgl@bgdev.pl> References: <20230619132214.213417-1-brgl@bgdev.pl> MIME-Version: 1.0 List-Id: X-Webhook-Received: from li982-79.members.linode.com [45.33.32.79] by aws-us-west-2-korg-lkml-1.web.codeaurora.org with HTTPS for ; Mon, 19 Jun 2023 13:22:53 -0000 X-Groupsio-URL: https://lists.openembedded.org/g/openembedded-devel/message/103408 From: Bartosz Golaszewski We no longer support python2 so use python3 explicitly. Signed-off-by: Bartosz Golaszewski --- .../python-gsocketpool/python3-gsocketpool_0.1.6.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meta-python/recipes-connectivity/python-gsocketpool/python3-gsocketpool_0.1.6.bb b/meta-python/recipes-connectivity/python-gsocketpool/python3-gsocketpool_0.1.6.bb index 9ded1d4be..ee0ffacbd 100644 --- a/meta-python/recipes-connectivity/python-gsocketpool/python3-gsocketpool_0.1.6.bb +++ b/meta-python/recipes-connectivity/python-gsocketpool/python3-gsocketpool_0.1.6.bb @@ -4,7 +4,7 @@ HOMEPAGE = "https://github.com/studio-ousia/gsocketpool" LICENSE = "Apache-2.0" LIC_FILES_CHKSUM = "file://LICENSE;md5=4ba825394aec026b5f94edca44426859" -RDEPENDS:${PN} += "${PYTHON_PN}-gevent" +RDEPENDS:${PN} += "python3-gevent" SRC_URI[md5sum] = "49f5f292ef1b60944ae92ca426a5e550" SRC_URI[sha256sum] = "f2e2749aceadce6b27ca52e2b0a64af99797746a8681e1a2963f72007c14cb14" From patchwork Mon Jun 19 13:21:45 2023 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Bartosz Golaszewski X-Patchwork-Id: 25988 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org Received: from aws-us-west-2-korg-lkml-1.web.codeaurora.org (localhost.localdomain [127.0.0.1]) by smtp.lore.kernel.org (Postfix) with ESMTP id C9803C0015E for ; Mon, 19 Jun 2023 13:22:53 +0000 (UTC) Received: from mail-lf1-f44.google.com (mail-lf1-f44.google.com [209.85.167.44]) by mx.groups.io with SMTP id smtpd.web10.7415.1687180968067990960 for ; Mon, 19 Jun 2023 06:22:48 -0700 Authentication-Results: mx.groups.io; dkim=fail reason="signature has expired" header.i=@bgdev-pl.20221208.gappssmtp.com header.s=20221208 header.b=fxOkkylD; spf=none, err=SPF record not found (domain: bgdev.pl, ip: 209.85.167.44, mailfrom: brgl@bgdev.pl) Received: by mail-lf1-f44.google.com with SMTP id 2adb3069b0e04-4f122ff663eso4371057e87.2 for ; Mon, 19 Jun 2023 06:22:47 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=bgdev-pl.20221208.gappssmtp.com; s=20221208; t=1687180966; x=1689772966; h=content-transfer-encoding:mime-version:references:in-reply-to :message-id:date:subject:cc:to:from:from:to:cc:subject:date :message-id:reply-to; bh=XgN7CtaBxaxb/LjLqZZ9xUH/FEzjD6RJeWENjHCI174=; b=fxOkkylDNLX27ibX+oNwONIQBBiWM2sy3gcVyXs/PFQmIiuKDT6HoEakonnfMQzpEL Ui7tI4nMCf4WlCXCP0ypGmmw8n+blsWAUuyLJs+7tj8HdwGpI/hHfSgf0XXX7jsHyUfg +JSRwGt0OS0iPysXgcG7q+wf9CQD6E7eJp7N9R8UQNDW5CK2mVTjG+4bgXrR3ynSJFMJ 3AVoU91Y28RK/msSqJpEnMyuMOra3O6KIybuID3A/Aab6SsnOYZDf5rD0W0RwBpdQiYd TAVEhu9Z+epAw7xj7zeLms1ge5V5KtqFqMA6TNXPu6pki2klTMTUoiXuVJ9EwltILgbg zNhg== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20221208; t=1687180966; x=1689772966; h=content-transfer-encoding:mime-version:references:in-reply-to :message-id:date:subject:cc:to:from:x-gm-message-state:from:to:cc :subject:date:message-id:reply-to; bh=XgN7CtaBxaxb/LjLqZZ9xUH/FEzjD6RJeWENjHCI174=; b=FLxr2FtW1JPPfhXZykfOSA4CUc+ISR/YNLPEuqTjuB6/scSiNxSQEvBuLj5qvvQtGS V06RRxkINvukT7PdMyZiDbj5rII9eK6NQ91ha0ELEEaet0WJNabM4HpoBJSZ4poyvPAw nynfr+3TYpKdA2KeRjMmYoJwf34e9USjGdYfoNhmQFCf8tlfQB7P0gzDgb3ldAliHxHp 0IEm5fz/MnHRFxX+sPFrORHKzFcp9RTFJZh8y0rd9eItfmeL2ej6tU2qEMwvFghSkX5Y uzj4/ijM/WqfrOOsVX+mYB3x0RUzgZZYBgdgBIv5Hqqmw26u9jGmIAhTCVjfqxh7PLIz Nabg== X-Gm-Message-State: AC+VfDxLAfJN/2DfiOBoayKX//KsYC8iyMMdesdQPtvEJE9c45GtRxoZ oDV+MaVrsgsQcwFCY+8wkSA1yw== X-Google-Smtp-Source: ACHHUZ6KXNfe15QCNHOTwgwd3ZI6JGly4KytS+JlI9d6wBj0Yi4dEKueNkjCIWdC5P/KY8FmAuro8w== X-Received: by 2002:a19:e30e:0:b0:4f4:b138:e998 with SMTP id a14-20020a19e30e000000b004f4b138e998mr4963525lfh.68.1687180966352; Mon, 19 Jun 2023 06:22:46 -0700 (PDT) Received: from brgl-uxlite.home ([2a01:cb1d:334:ac00:d9e8:ddbf:7391:a0b0]) by smtp.gmail.com with ESMTPSA id t11-20020adfdc0b000000b0030ae3a6be5bsm31667139wri.78.2023.06.19.06.22.45 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Mon, 19 Jun 2023 06:22:45 -0700 (PDT) From: Bartosz Golaszewski To: Khem Raj , Bruce Ashfield , openembedded-devel@lists.openembedded.org Cc: Bartosz Golaszewski Subject: [meta-python][RESEND PATCH 25/54] python3-gsocketpool: add missing run-time dependencies Date: Mon, 19 Jun 2023 15:21:45 +0200 Message-Id: <20230619132214.213417-26-brgl@bgdev.pl> X-Mailer: git-send-email 2.39.2 In-Reply-To: <20230619132214.213417-1-brgl@bgdev.pl> References: <20230619132214.213417-1-brgl@bgdev.pl> MIME-Version: 1.0 List-Id: X-Webhook-Received: from li982-79.members.linode.com [45.33.32.79] by aws-us-west-2-korg-lkml-1.web.codeaurora.org with HTTPS for ; Mon, 19 Jun 2023 13:22:53 -0000 X-Groupsio-URL: https://lists.openembedded.org/g/openembedded-devel/message/103409 From: Bartosz Golaszewski Add missing RDEPENDS for this package. Signed-off-by: Bartosz Golaszewski --- .../python-gsocketpool/python3-gsocketpool_0.1.6.bb | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/meta-python/recipes-connectivity/python-gsocketpool/python3-gsocketpool_0.1.6.bb b/meta-python/recipes-connectivity/python-gsocketpool/python3-gsocketpool_0.1.6.bb index ee0ffacbd..60ac18155 100644 --- a/meta-python/recipes-connectivity/python-gsocketpool/python3-gsocketpool_0.1.6.bb +++ b/meta-python/recipes-connectivity/python-gsocketpool/python3-gsocketpool_0.1.6.bb @@ -4,7 +4,10 @@ HOMEPAGE = "https://github.com/studio-ousia/gsocketpool" LICENSE = "Apache-2.0" LIC_FILES_CHKSUM = "file://LICENSE;md5=4ba825394aec026b5f94edca44426859" -RDEPENDS:${PN} += "python3-gevent" +RDEPENDS:${PN} += " \ + python3-gevent \ + python3-logging \ +" SRC_URI[md5sum] = "49f5f292ef1b60944ae92ca426a5e550" SRC_URI[sha256sum] = "f2e2749aceadce6b27ca52e2b0a64af99797746a8681e1a2963f72007c14cb14" From patchwork Mon Jun 19 13:21:46 2023 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Bartosz Golaszewski X-Patchwork-Id: 25985 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org Received: from aws-us-west-2-korg-lkml-1.web.codeaurora.org (localhost.localdomain [127.0.0.1]) by smtp.lore.kernel.org (Postfix) with ESMTP id C7728C001B3 for ; Mon, 19 Jun 2023 13:22:53 +0000 (UTC) Received: from mail-wr1-f49.google.com (mail-wr1-f49.google.com [209.85.221.49]) by mx.groups.io with SMTP id smtpd.web10.7416.1687180968669422838 for ; Mon, 19 Jun 2023 06:22:48 -0700 Authentication-Results: mx.groups.io; dkim=fail reason="signature has expired" header.i=@bgdev-pl.20221208.gappssmtp.com header.s=20221208 header.b=nFCWy/DB; spf=none, err=SPF record not found (domain: bgdev.pl, ip: 209.85.221.49, mailfrom: brgl@bgdev.pl) Received: by mail-wr1-f49.google.com with SMTP id ffacd0b85a97d-311099fac92so4066319f8f.0 for ; Mon, 19 Jun 2023 06:22:48 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=bgdev-pl.20221208.gappssmtp.com; s=20221208; t=1687180967; x=1689772967; h=content-transfer-encoding:mime-version:references:in-reply-to :message-id:date:subject:cc:to:from:from:to:cc:subject:date :message-id:reply-to; bh=lArj0ekEtjj4m36tzFDhTHqHOnNNEYnPMQDYmlVH7Ro=; b=nFCWy/DBrwU4tTQgwnGPxJY8f3J7xo1gYxdReoF90pGu071sRhAxlo5/jBC2rSkpWP R30tB6edqmyVFXn7KWlQ/fJR3jaOzu7c+8IV6J8QvLMJ+NkY7R4Oz2Xcq9ANFnZJjlCD tmCScZwkiA1ytBFPv44wStS+loDidX7FFJEljmbVlKnh64ImoWePK7jwrAfAzchLh8aM LjAkxq9ughDXE2Qgl24wKBDP+/lv5nxfEmdhsQ9+lHYTEWo+hfSPOe42hsRUmnK9tWUJ Ry6BcRO6ALMcVU84ER7P9FIrLYrfVPDVCOmbuiEhslQ79Wu8xLDysLP8HmOHn6y/fkU4 UfcQ== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20221208; t=1687180967; x=1689772967; h=content-transfer-encoding:mime-version:references:in-reply-to :message-id:date:subject:cc:to:from:x-gm-message-state:from:to:cc :subject:date:message-id:reply-to; bh=lArj0ekEtjj4m36tzFDhTHqHOnNNEYnPMQDYmlVH7Ro=; b=Jp0lM4jlZyBSl3urYtqKAgB6AgDYOXmn1G6Z0NZnBr9tEWmOos8Lfrn3FpNxBOYiZe 8Zpf7+O6BR97KlptHiJlJyFPYh3D5weqC96cgNKaIiBo1bskT21spovy/wJgjX8t/pxV IAcIFlmGKv3HbZ25LJkUXdPPvuKxPNOFKdCYRjqWaZiK9SCRQ8wy2kfz76XYyredp0cm k8mIc+HHhJ8UOb4zCreaUBjWqh6NGEBFWAr7IdBL6oNRiifjD9n+AzUiGIwglnIaSwFE FmEDuGJ7L5GZPJdZNRY8EuLigC+RqKyZqCWaTwBGerrZiGAo0l6OHOWDuddsuBVzyh9f tvjQ== X-Gm-Message-State: AC+VfDzYo0f7viLJiEPwrZe+xV0zV2bVZcgDDXCFzqGu21TBZLPvpxJE nPEF69sv/E6JLLSJfAaXDVRJM9ScnJT5W+Ry4P8= X-Google-Smtp-Source: ACHHUZ7E5+ubVItEIqQHQLucnOfBvJi8brjUKXYogw9QNlbgxNZknwuq3kybsPEqbSgMIl3tWqSJSQ== X-Received: by 2002:adf:e98b:0:b0:30f:befc:d864 with SMTP id h11-20020adfe98b000000b0030fbefcd864mr8692037wrm.62.1687180967220; Mon, 19 Jun 2023 06:22:47 -0700 (PDT) Received: from brgl-uxlite.home ([2a01:cb1d:334:ac00:d9e8:ddbf:7391:a0b0]) by smtp.gmail.com with ESMTPSA id t11-20020adfdc0b000000b0030ae3a6be5bsm31667139wri.78.2023.06.19.06.22.46 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Mon, 19 Jun 2023 06:22:46 -0700 (PDT) From: Bartosz Golaszewski To: Khem Raj , Bruce Ashfield , openembedded-devel@lists.openembedded.org Cc: Bartosz Golaszewski Subject: [meta-python][RESEND PATCH 26/54] python3-flask-mail: stop using PYTHON_PN Date: Mon, 19 Jun 2023 15:21:46 +0200 Message-Id: <20230619132214.213417-27-brgl@bgdev.pl> X-Mailer: git-send-email 2.39.2 In-Reply-To: <20230619132214.213417-1-brgl@bgdev.pl> References: <20230619132214.213417-1-brgl@bgdev.pl> MIME-Version: 1.0 List-Id: X-Webhook-Received: from li982-79.members.linode.com [45.33.32.79] by aws-us-west-2-korg-lkml-1.web.codeaurora.org with HTTPS for ; Mon, 19 Jun 2023 13:22:53 -0000 X-Groupsio-URL: https://lists.openembedded.org/g/openembedded-devel/message/103410 From: Bartosz Golaszewski We no longer support python2 so use python3 explicitly. Signed-off-by: Bartosz Golaszewski --- meta-python/recipes-devtools/python/python3-flask-mail_0.9.1.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meta-python/recipes-devtools/python/python3-flask-mail_0.9.1.bb b/meta-python/recipes-devtools/python/python3-flask-mail_0.9.1.bb index e568f7fac..aaf02a23b 100644 --- a/meta-python/recipes-devtools/python/python3-flask-mail_0.9.1.bb +++ b/meta-python/recipes-devtools/python/python3-flask-mail_0.9.1.bb @@ -11,4 +11,4 @@ PYPI_PACKAGE = "Flask-Mail" inherit pypi setuptools3 -RDEPENDS:${PN} = "${PYTHON_PN}-flask" +RDEPENDS:${PN} = "python3-flask" From patchwork Mon Jun 19 13:21:47 2023 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Bartosz Golaszewski X-Patchwork-Id: 25983 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org Received: from aws-us-west-2-korg-lkml-1.web.codeaurora.org (localhost.localdomain [127.0.0.1]) by smtp.lore.kernel.org (Postfix) with ESMTP id C75E1EB64DA for ; Mon, 19 Jun 2023 13:22:53 +0000 (UTC) Received: from mail-wr1-f49.google.com (mail-wr1-f49.google.com [209.85.221.49]) by mx.groups.io with SMTP id smtpd.web11.7379.1687180970022425729 for ; Mon, 19 Jun 2023 06:22:50 -0700 Authentication-Results: mx.groups.io; dkim=fail reason="signature has expired" header.i=@bgdev-pl.20221208.gappssmtp.com header.s=20221208 header.b=C3OGdJiG; spf=none, err=SPF record not found (domain: bgdev.pl, ip: 209.85.221.49, mailfrom: brgl@bgdev.pl) Received: by mail-wr1-f49.google.com with SMTP id ffacd0b85a97d-31129591288so1810189f8f.1 for ; Mon, 19 Jun 2023 06:22:49 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=bgdev-pl.20221208.gappssmtp.com; s=20221208; t=1687180968; x=1689772968; h=content-transfer-encoding:mime-version:references:in-reply-to :message-id:date:subject:cc:to:from:from:to:cc:subject:date :message-id:reply-to; bh=EabY0OX1D0cQmX0ekl4GX8rIm0PgCGyjI/HURupXWj8=; b=C3OGdJiGMb5oDHxmbVUnCQYRAMhRnlCuEOVBh/wy4othMNxDeud6UcMQOAYVDQV3gS Ahg7i/pxky/e9XueFdJlyNSWzM26K3ZYGqd7Y494poebGpjXNhQSSDXrnulkCMgOKP8q y6pN9Ivp/DTCKjjTOp+ZpT6WLKi0FoWSjQNGywMpNVo2EWefrqUfDZ9zwQ6nAo9MksYm CXMmwx8/VofnA7PQkNd/NPPM6hYM3y4d4CK9iSkVMY06X+GXoyJhxNHJhfbPmwnY8xAd VTqIgBNhVrmmY3Qv68mhfUIm4L1xPLUbVPBf7bApggqPCQisrpORQyEtoB9WaxJhp5Bc IxRA== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20221208; t=1687180968; x=1689772968; h=content-transfer-encoding:mime-version:references:in-reply-to :message-id:date:subject:cc:to:from:x-gm-message-state:from:to:cc :subject:date:message-id:reply-to; bh=EabY0OX1D0cQmX0ekl4GX8rIm0PgCGyjI/HURupXWj8=; b=Z77okcpwDNhc1FcWXm/pxVv/WMA+GMu/PGKCS/S5UnWADflI4hicK1+ie1okdmP6km 95XK1keUVxnKcKEnY4R4AmMjuGtnS8Cs9/sFl/9/GlsGPUKw3eH/nrN+oIiU1foe2JxG Pw3Zk41d+510EvvaUBAulGRs0nskpRh7YynkCP0hrCOWDkJtKQaiU/KkpDmPQhlc1oRB Xd/nzg2I7+ArarY9OFCfcb+9T5/wJ2bfknY2Q3MuEoHl85H6Qviou4UsCcl1HGuWPL0B UvLGjhRoh7AZlMR5ieiYtPd+NPCUSRPazc6+8zQrwwivPmpPzjLKVLh38Fbr6OTdJ0br ww+g== X-Gm-Message-State: AC+VfDwnyU+7HUwSmMeYnuatTpmbFJHpsK44YJLHdO8/VZOv3EWXdw1N IWseLq8VfFCFQ+N0W6YjiZylJrvxUgJR2TgDSTk= X-Google-Smtp-Source: ACHHUZ4goEggqPlPs0uYRTMI5Oyax2kwbaVtE/koQKYJld0JSARQ0728ACVbbTb6/ueHBSHZUixdIw== X-Received: by 2002:a5d:5960:0:b0:30f:c56c:b5b0 with SMTP id e32-20020a5d5960000000b0030fc56cb5b0mr6395441wri.4.1687180968606; Mon, 19 Jun 2023 06:22:48 -0700 (PDT) Received: from brgl-uxlite.home ([2a01:cb1d:334:ac00:d9e8:ddbf:7391:a0b0]) by smtp.gmail.com with ESMTPSA id t11-20020adfdc0b000000b0030ae3a6be5bsm31667139wri.78.2023.06.19.06.22.47 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Mon, 19 Jun 2023 06:22:47 -0700 (PDT) From: Bartosz Golaszewski To: Khem Raj , Bruce Ashfield , openembedded-devel@lists.openembedded.org Cc: Bartosz Golaszewski Subject: [meta-python][RESEND PATCH 27/54] python3-flask-mail: add missing run-time dependencies Date: Mon, 19 Jun 2023 15:21:47 +0200 Message-Id: <20230619132214.213417-28-brgl@bgdev.pl> X-Mailer: git-send-email 2.39.2 In-Reply-To: <20230619132214.213417-1-brgl@bgdev.pl> References: <20230619132214.213417-1-brgl@bgdev.pl> MIME-Version: 1.0 List-Id: X-Webhook-Received: from li982-79.members.linode.com [45.33.32.79] by aws-us-west-2-korg-lkml-1.web.codeaurora.org with HTTPS for ; Mon, 19 Jun 2023 13:22:53 -0000 X-Groupsio-URL: https://lists.openembedded.org/g/openembedded-devel/message/103411 From: Bartosz Golaszewski Add missing RDEPENDS for this package. Signed-off-by: Bartosz Golaszewski --- .../recipes-devtools/python/python3-flask-mail_0.9.1.bb | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/meta-python/recipes-devtools/python/python3-flask-mail_0.9.1.bb b/meta-python/recipes-devtools/python/python3-flask-mail_0.9.1.bb index aaf02a23b..1aca3a161 100644 --- a/meta-python/recipes-devtools/python/python3-flask-mail_0.9.1.bb +++ b/meta-python/recipes-devtools/python/python3-flask-mail_0.9.1.bb @@ -11,4 +11,7 @@ PYPI_PACKAGE = "Flask-Mail" inherit pypi setuptools3 -RDEPENDS:${PN} = "python3-flask" +RDEPENDS:${PN} = " \ + python3-blinker \ + python3-flask \ +" From patchwork Mon Jun 19 13:21:48 2023 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Bartosz Golaszewski X-Patchwork-Id: 25984 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org Received: from aws-us-west-2-korg-lkml-1.web.codeaurora.org (localhost.localdomain [127.0.0.1]) by smtp.lore.kernel.org (Postfix) with ESMTP id BA5BFEB64D9 for ; Mon, 19 Jun 2023 13:22:53 +0000 (UTC) Received: from mail-wr1-f41.google.com (mail-wr1-f41.google.com [209.85.221.41]) by mx.groups.io with SMTP id smtpd.web11.7380.1687180971263300826 for ; Mon, 19 Jun 2023 06:22:51 -0700 Authentication-Results: mx.groups.io; dkim=fail reason="signature has expired" header.i=@bgdev-pl.20221208.gappssmtp.com header.s=20221208 header.b=4KbLDCrV; spf=none, err=SPF record not found (domain: bgdev.pl, ip: 209.85.221.41, mailfrom: brgl@bgdev.pl) Received: by mail-wr1-f41.google.com with SMTP id ffacd0b85a97d-3112c11fdc9so1633131f8f.3 for ; Mon, 19 Jun 2023 06:22:51 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=bgdev-pl.20221208.gappssmtp.com; s=20221208; t=1687180970; x=1689772970; h=content-transfer-encoding:mime-version:references:in-reply-to :message-id:date:subject:cc:to:from:from:to:cc:subject:date :message-id:reply-to; bh=rpOssfLB/fTdlomVpzuwZthNQiespWKo42TT3FcePcM=; b=4KbLDCrVd4GxCU6ePvCqIVdF5yZ9eSIeKIS5Y9+gUHTcouXLcNSXe4IIHn3Hd6AXNr 7x2ibr3nmnt9phnu/nhlt2/mBvrjPi9ltIR6JYVsji29lLsgQ5MKwUu4M+eHh/OlYH/g URGuFXgqGhVRmcWkKhhT6KzKavmMud7HemFKFbuwD5Sx/LTnoprD2FT52pPJpUAuT7k7 BLcDBvpaiyPypjkUoD//MugpKWOQ+handQRXB5tIVnDnuUalds73JMzi/2BZ2moEQzJl fc5ge09IO80khiKJae9BKf+Vwhtg11M82JcREHIOnJ2AeFqrLBTQ8hjfENjkJnbKkhH+ vNmA== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20221208; t=1687180970; x=1689772970; h=content-transfer-encoding:mime-version:references:in-reply-to :message-id:date:subject:cc:to:from:x-gm-message-state:from:to:cc :subject:date:message-id:reply-to; bh=rpOssfLB/fTdlomVpzuwZthNQiespWKo42TT3FcePcM=; b=Jm9uO3gyoPBdV1Mp1amXZH4S+R49weOiumrsh6OlFpm/4JuTsba2AY8dxqzkIIuA5q p1wo/w0fF9iR1UGGwCs/4RAH18Y7juTcx/ZVtdnVaUsF8lxWYX/Jn8DI1UYotQTO3u56 lB1lhuPQ1BFQKJlqh1EgfzQp+ndqEN7WjQQIzgOvxKszJFCCjXBo39G8o13Si3DZVTTn ddajcISj0xh2K1+AYTUs3YdDOahSDLcTkrcoZuFrU3Hwv2pVgpxzo4ULSLE45Q5Y2zle uU+szhjuyNHQaL4ULmYx5fBs+4gE4HA82kjShPMQj4+6qQ7fQsLOvv6hMqL0K8aaDBxp I+MA== X-Gm-Message-State: AC+VfDzMM3MWbDCd68uoHFMEK3bljQpOCXlzqMo6E3kVMO8pnbwpoBfM 737bmsqUN0Yd+OCgWI7gGCWaHrhPrs99Af2u6WE= X-Google-Smtp-Source: ACHHUZ5doUI4DjNN6h0B+gf/+bxhqGzZLypbOKLzbDp+8+yI6Ypt/AGjVx83fg356QfbzTkbUZPibg== X-Received: by 2002:a5d:4538:0:b0:311:1120:f2a8 with SMTP id j24-20020a5d4538000000b003111120f2a8mr6538727wra.50.1687180969815; Mon, 19 Jun 2023 06:22:49 -0700 (PDT) Received: from brgl-uxlite.home ([2a01:cb1d:334:ac00:d9e8:ddbf:7391:a0b0]) by smtp.gmail.com with ESMTPSA id t11-20020adfdc0b000000b0030ae3a6be5bsm31667139wri.78.2023.06.19.06.22.48 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Mon, 19 Jun 2023 06:22:49 -0700 (PDT) From: Bartosz Golaszewski To: Khem Raj , Bruce Ashfield , openembedded-devel@lists.openembedded.org Cc: Bartosz Golaszewski Subject: [meta-python][RESEND PATCH 28/54] python3-flask-sijax: stop using PYTHON_PN Date: Mon, 19 Jun 2023 15:21:48 +0200 Message-Id: <20230619132214.213417-29-brgl@bgdev.pl> X-Mailer: git-send-email 2.39.2 In-Reply-To: <20230619132214.213417-1-brgl@bgdev.pl> References: <20230619132214.213417-1-brgl@bgdev.pl> MIME-Version: 1.0 List-Id: X-Webhook-Received: from li982-79.members.linode.com [45.33.32.79] by aws-us-west-2-korg-lkml-1.web.codeaurora.org with HTTPS for ; Mon, 19 Jun 2023 13:22:53 -0000 X-Groupsio-URL: https://lists.openembedded.org/g/openembedded-devel/message/103412 From: Bartosz Golaszewski We no longer support python2 so use python3 explicitly. While at it: use '+=' for RDEPENDS assignment. Signed-off-by: Bartosz Golaszewski --- meta-python/recipes-devtools/python/python-flask-sijax.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meta-python/recipes-devtools/python/python-flask-sijax.inc b/meta-python/recipes-devtools/python/python-flask-sijax.inc index 4264f8f6d..036cf7c3b 100644 --- a/meta-python/recipes-devtools/python/python-flask-sijax.inc +++ b/meta-python/recipes-devtools/python/python-flask-sijax.inc @@ -5,4 +5,4 @@ LICENSE = "BSD-3-Clause" LIC_FILES_CHKSUM = "file://LICENSE.txt;md5=266adc7b911b7c84b837bf77196e1ba6" PYPI_PACKAGE = "Flask-Sijax" -RDEPENDS:${PN} = "${PYTHON_PN}-sijax" \ No newline at end of file +RDEPENDS:${PN} += "python3-sijax" From patchwork Mon Jun 19 13:21:49 2023 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Bartosz Golaszewski X-Patchwork-Id: 25987 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org Received: from aws-us-west-2-korg-lkml-1.web.codeaurora.org (localhost.localdomain [127.0.0.1]) by smtp.lore.kernel.org (Postfix) with ESMTP id BDA10EB64DC for ; Mon, 19 Jun 2023 13:22:53 +0000 (UTC) Received: from mail-wr1-f51.google.com (mail-wr1-f51.google.com [209.85.221.51]) by mx.groups.io with SMTP id smtpd.web11.7381.1687180972168145692 for ; Mon, 19 Jun 2023 06:22:52 -0700 Authentication-Results: mx.groups.io; dkim=fail reason="signature has expired" header.i=@bgdev-pl.20221208.gappssmtp.com header.s=20221208 header.b=eUPR74ZH; spf=none, err=SPF record not found (domain: bgdev.pl, ip: 209.85.221.51, mailfrom: brgl@bgdev.pl) Received: by mail-wr1-f51.google.com with SMTP id ffacd0b85a97d-3112f2b9625so1858932f8f.1 for ; Mon, 19 Jun 2023 06:22:51 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=bgdev-pl.20221208.gappssmtp.com; s=20221208; t=1687180970; x=1689772970; h=content-transfer-encoding:mime-version:references:in-reply-to :message-id:date:subject:cc:to:from:from:to:cc:subject:date :message-id:reply-to; bh=GcTsHXprrXBV5XpDzdocrF4ZW+TTGJ/VAS1ZjlQeWv4=; b=eUPR74ZHptpGajJflMxnVjtcrsbDbVu9lOKDtDPs3QUKVLeQIt0qUSVxDoZiOHd5FO kH76xLkJ9LhROFt42Wz879yiYlwTBwjz3XFQkTq3WtmtDXcx/7ZnslqyVkZPojcEtr2y I+/EX9IFrQ96GReP2mw2bw3r1Up2y8HgksJ7z9AjvOtZdGd73HsJZ//KbntjchHYIwM8 4BDYE+Dq31rJmIqkbOvrAHFhh2TStkPXz+zIvtJsXQvKpBA0REIhXZrXzgA/LlpxKCsg V2IXkeimIoYQd9C89PmY3wr0Nq0zGKnj5NgJ2ag1DyEYUhNJZrDRaQp53W8/mw1/3gFz 18Qg== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20221208; t=1687180970; x=1689772970; h=content-transfer-encoding:mime-version:references:in-reply-to :message-id:date:subject:cc:to:from:x-gm-message-state:from:to:cc :subject:date:message-id:reply-to; bh=GcTsHXprrXBV5XpDzdocrF4ZW+TTGJ/VAS1ZjlQeWv4=; b=N42Pw8ngiioz6vbvX7pCg5nulxIm1r0ykrLgJtMiiQp6l7w6g2ScIz2FgLzyVkp/GV 74dKqrJhMdVYORl7dtSdbwS8b97B3XF0z2LAPw6QTIGb0DRZx/Pp+woNei6o2//1LrxW UeZp2MstpR0W5paN77SSgtnM9YjjAmwg6t3t+PpAhoPlk3Xfn261kgHoh+gvFNZjC8k6 Qi/tFk32ca8Q5mCPAbShkELM15xUoiDK2REgcgqEy1sCdilpmO56F0ZbhUTApFLD4RyY jIJEou3oqssFRot0XPpPn7uvVrpQXx5ozgVG1ht/MxXR3Ph0/aIfYiTohgmxtnc2dkwm R8OQ== X-Gm-Message-State: AC+VfDyAvvne2DZjgBIKKVzBPckEkfpbePIyx2/H5lC5Z5sntvzxj9XE 1xTK61kBxA7HbDw7NlBrDOSCfg== X-Google-Smtp-Source: ACHHUZ4iAFk5939zHuC6bAsSTCMTGEJAOjb10126Dfs53rquxxm/m7EJQh3o1jdE309iqCYKH5NoJA== X-Received: by 2002:adf:cc92:0:b0:309:4988:7f83 with SMTP id p18-20020adfcc92000000b0030949887f83mr6347402wrj.20.1687180970732; Mon, 19 Jun 2023 06:22:50 -0700 (PDT) Received: from brgl-uxlite.home ([2a01:cb1d:334:ac00:d9e8:ddbf:7391:a0b0]) by smtp.gmail.com with ESMTPSA id t11-20020adfdc0b000000b0030ae3a6be5bsm31667139wri.78.2023.06.19.06.22.49 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Mon, 19 Jun 2023 06:22:50 -0700 (PDT) From: Bartosz Golaszewski To: Khem Raj , Bruce Ashfield , openembedded-devel@lists.openembedded.org Cc: Bartosz Golaszewski Subject: [meta-python][RESEND PATCH 29/54] python3-flask-sijax: add missing run-time dependencies Date: Mon, 19 Jun 2023 15:21:49 +0200 Message-Id: <20230619132214.213417-30-brgl@bgdev.pl> X-Mailer: git-send-email 2.39.2 In-Reply-To: <20230619132214.213417-1-brgl@bgdev.pl> References: <20230619132214.213417-1-brgl@bgdev.pl> MIME-Version: 1.0 List-Id: X-Webhook-Received: from li982-79.members.linode.com [45.33.32.79] by aws-us-west-2-korg-lkml-1.web.codeaurora.org with HTTPS for ; Mon, 19 Jun 2023 13:22:53 -0000 X-Groupsio-URL: https://lists.openembedded.org/g/openembedded-devel/message/103413 From: Bartosz Golaszewski Add missing RDEPENDS for this package. Signed-off-by: Bartosz Golaszewski --- meta-python/recipes-devtools/python/python-flask-sijax.inc | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/meta-python/recipes-devtools/python/python-flask-sijax.inc b/meta-python/recipes-devtools/python/python-flask-sijax.inc index 036cf7c3b..239c843fc 100644 --- a/meta-python/recipes-devtools/python/python-flask-sijax.inc +++ b/meta-python/recipes-devtools/python/python-flask-sijax.inc @@ -5,4 +5,8 @@ LICENSE = "BSD-3-Clause" LIC_FILES_CHKSUM = "file://LICENSE.txt;md5=266adc7b911b7c84b837bf77196e1ba6" PYPI_PACKAGE = "Flask-Sijax" -RDEPENDS:${PN} += "python3-sijax" +RDEPENDS:${PN} += " \ + python3-flask \ + python3-sijax \ + python3-werkzeug \ +" From patchwork Mon Jun 19 13:21:50 2023 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Bartosz Golaszewski X-Patchwork-Id: 25995 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org Received: from aws-us-west-2-korg-lkml-1.web.codeaurora.org (localhost.localdomain [127.0.0.1]) by smtp.lore.kernel.org (Postfix) with ESMTP id CF902EB64D9 for ; Mon, 19 Jun 2023 13:23:03 +0000 (UTC) Received: from mail-wm1-f53.google.com (mail-wm1-f53.google.com [209.85.128.53]) by mx.groups.io with SMTP id smtpd.web11.7383.1687180973395079884 for ; Mon, 19 Jun 2023 06:22:53 -0700 Authentication-Results: mx.groups.io; dkim=fail reason="signature has expired" header.i=@bgdev-pl.20221208.gappssmtp.com header.s=20221208 header.b=A7mZl27H; spf=none, err=SPF record not found (domain: bgdev.pl, ip: 209.85.128.53, mailfrom: brgl@bgdev.pl) Received: by mail-wm1-f53.google.com with SMTP id 5b1f17b1804b1-3f9b0f139feso12598995e9.3 for ; Mon, 19 Jun 2023 06:22:53 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=bgdev-pl.20221208.gappssmtp.com; s=20221208; t=1687180972; x=1689772972; h=content-transfer-encoding:mime-version:references:in-reply-to :message-id:date:subject:cc:to:from:from:to:cc:subject:date :message-id:reply-to; bh=56a+TtA/43hlKUDfP6j66MC3RA8BXrHAxnNq5ym+Q2k=; b=A7mZl27HCPvzUAqGR9ZacG8Wz1MRX5TEmpSxOAr2sWHkD2RVBf9yHrGrRJEaVwOdEV 08+SjVqNgcvex819rfoyT9Yys2MPh5+GgfPu7rDuxL8ckNWyDs1RKxYGFBz+JaTL8Mli s2xNVaJVF6g3u+yMVTpWdxnTOWzGyOhwDKqsdhBYxnUKrfQdU1sumzF6rtDX0wf+W2/m Bf0q9eSDJ7D+75HOmyC1l090q21/XjPnoeJi48/x/zQ489e3k+ZXI17duCBL3LZ12pA+ /KsyPgZtvzEkX/u9yMFA9uyikqf/WF8MpWJIKmMGW+Ap/wyAXKJbjUexKxjCsxEQFFHK 8h5w== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20221208; t=1687180972; x=1689772972; h=content-transfer-encoding:mime-version:references:in-reply-to :message-id:date:subject:cc:to:from:x-gm-message-state:from:to:cc :subject:date:message-id:reply-to; bh=56a+TtA/43hlKUDfP6j66MC3RA8BXrHAxnNq5ym+Q2k=; b=MiMOgNxWJBur6PxVn/2R34vfQqXuUPGScVjsq6PNGOZDEaL7c01ykrVnWjTxMzwPn+ DGDh65GVoh4zZtZ3mkuZ6pk5fp94jnFy43U4fXbpLcQkp1vtWWMfJOhfkkCdZjlf4i5B 2JgnmifOIAIrmGKHPVm7UYDTaPP5fnRveZOx5JTV7pdjXJelef/E8qCeWA8YG5Im5ZCf T2+59nlkfZ9t/kPOOSfp1f2DwYJF5jTL06K6MyKpeO3zg6Ccmf1YGpC51/5R0jmyux27 rN2PJ6ncqjlFzvNKz2M5CmMk+dlAHAaN42A3/a6RjMaMTX+kVDbBb1chrOvnZ/xibeEz mjOQ== X-Gm-Message-State: AC+VfDwnK8/pBIH+r02kVrlQRVoNSUTlOpdqBfX/aB1eN8VqVW8WZvIJ xy29H0oah8H2MJ65qf0jV0vKWg== X-Google-Smtp-Source: ACHHUZ4yRaD0WuZykDGM25Xf6c1+Aom2HUjnOZ0ITveyEVxkW5sITzE9yHbQpxb5aBSFM1Q6jd0Oyg== X-Received: by 2002:a7b:c342:0:b0:3f4:d18f:b2fb with SMTP id l2-20020a7bc342000000b003f4d18fb2fbmr9454872wmj.8.1687180971945; Mon, 19 Jun 2023 06:22:51 -0700 (PDT) Received: from brgl-uxlite.home ([2a01:cb1d:334:ac00:d9e8:ddbf:7391:a0b0]) by smtp.gmail.com with ESMTPSA id t11-20020adfdc0b000000b0030ae3a6be5bsm31667139wri.78.2023.06.19.06.22.50 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Mon, 19 Jun 2023 06:22:51 -0700 (PDT) From: Bartosz Golaszewski To: Khem Raj , Bruce Ashfield , openembedded-devel@lists.openembedded.org Cc: Bartosz Golaszewski Subject: [meta-python][RESEND PATCH 30/54] python3-flask-script: remove recipe Date: Mon, 19 Jun 2023 15:21:50 +0200 Message-Id: <20230619132214.213417-31-brgl@bgdev.pl> X-Mailer: git-send-email 2.39.2 In-Reply-To: <20230619132214.213417-1-brgl@bgdev.pl> References: <20230619132214.213417-1-brgl@bgdev.pl> MIME-Version: 1.0 List-Id: X-Webhook-Received: from li982-79.members.linode.com [45.33.32.79] by aws-us-west-2-korg-lkml-1.web.codeaurora.org with HTTPS for ; Mon, 19 Jun 2023 13:23:03 -0000 X-Groupsio-URL: https://lists.openembedded.org/g/openembedded-devel/message/103414 From: Bartosz Golaszewski This package has long been deprecated by upstream maintainers and doesn't even work in meta-openembedded due to a run-time import error. Remove the recipe. Signed-off-by: Bartosz Golaszewski --- .../packagegroups/packagegroup-meta-python.bb | 1 - .../recipes-devtools/python/python-flask-script.inc | 12 ------------ .../python/python3-flask-script_2.0.6.bb | 2 -- 3 files changed, 15 deletions(-) delete mode 100644 meta-python/recipes-devtools/python/python-flask-script.inc delete mode 100644 meta-python/recipes-devtools/python/python3-flask-script_2.0.6.bb diff --git a/meta-python/recipes-core/packagegroups/packagegroup-meta-python.bb b/meta-python/recipes-core/packagegroups/packagegroup-meta-python.bb index 982e41303..b23d24c6d 100644 --- a/meta-python/recipes-core/packagegroups/packagegroup-meta-python.bb +++ b/meta-python/recipes-core/packagegroups/packagegroup-meta-python.bb @@ -137,7 +137,6 @@ RDEPENDS:packagegroup-meta-python3 = "\ python3-flask-nav \ python3-flask-pymongo \ python3-flask-restful \ - python3-flask-script \ python3-flask-sijax \ python3-flask-socketio \ python3-flask-sqlalchemy \ diff --git a/meta-python/recipes-devtools/python/python-flask-script.inc b/meta-python/recipes-devtools/python/python-flask-script.inc deleted file mode 100644 index 3a7adb32c..000000000 --- a/meta-python/recipes-devtools/python/python-flask-script.inc +++ /dev/null @@ -1,12 +0,0 @@ -DESCRIPTION = "Scripting support for flask" -LICENSE = "BSD-3-Clause" -LIC_FILES_CHKSUM = "file://LICENSE;md5=e686048adb69341fc8a08caeda528b41" - -SRC_URI[md5sum] = "3fbd91fe13cebedfb2431331f6eabb68" -SRC_URI[sha256sum] = "6425963d91054cfcc185807141c7314a9c5ad46325911bd24dcb489bd0161c65" - -PYPI_PACKAGE = "Flask-Script" - -RDEPENDS:${PN} += "\ - ${PYTHON_PN}-flask \ - " diff --git a/meta-python/recipes-devtools/python/python3-flask-script_2.0.6.bb b/meta-python/recipes-devtools/python/python3-flask-script_2.0.6.bb deleted file mode 100644 index 9f885191b..000000000 --- a/meta-python/recipes-devtools/python/python3-flask-script_2.0.6.bb +++ /dev/null @@ -1,2 +0,0 @@ -inherit pypi setuptools3 -require python-flask-script.inc From patchwork Mon Jun 19 13:21:51 2023 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Bartosz Golaszewski X-Patchwork-Id: 26000 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org Received: from aws-us-west-2-korg-lkml-1.web.codeaurora.org (localhost.localdomain [127.0.0.1]) by smtp.lore.kernel.org (Postfix) with ESMTP id 0A75EC001DD for ; Mon, 19 Jun 2023 13:23:04 +0000 (UTC) Received: from mail-wm1-f42.google.com (mail-wm1-f42.google.com [209.85.128.42]) by mx.groups.io with SMTP id smtpd.web10.7418.1687180974532840243 for ; Mon, 19 Jun 2023 06:22:54 -0700 Authentication-Results: mx.groups.io; dkim=fail reason="signature has expired" header.i=@bgdev-pl.20221208.gappssmtp.com header.s=20221208 header.b=ms6Jts2/; spf=none, err=SPF record not found (domain: bgdev.pl, ip: 209.85.128.42, mailfrom: brgl@bgdev.pl) Received: by mail-wm1-f42.google.com with SMTP id 5b1f17b1804b1-3f900cd3f96so22034835e9.2 for ; Mon, 19 Jun 2023 06:22:54 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=bgdev-pl.20221208.gappssmtp.com; s=20221208; t=1687180973; x=1689772973; h=content-transfer-encoding:mime-version:references:in-reply-to :message-id:date:subject:cc:to:from:from:to:cc:subject:date :message-id:reply-to; bh=8eTdc6efvFddz8183su0/Lq8XOMbCyz+Rpft10zuXk8=; b=ms6Jts2/dNvrH5BgXq1f4RCgZrXAZmrrfeOxuKh0tuJ+/vCH0jvoGoN20jISCeDf35 KRPfAp62t7aWpRU+mUxzAZB31EDXrwA6lD2QzTRuoyCxC42kq9fDmNjrV3w2OoxxEFKs gF3sKCEbpk24c6Lz7YmTM1tJafUZAFYLQFTmJZGsMiFmbf+1bFs+L4IcW8DgZ4wF/9fF 51YC4Yvy/pfz0Dbxiz9LfPe73A+DPxJNUjI0Mu8bdv+2Kr/7CEYHCyVhB4Eg1kEBbWhv YZdFGXtJ8odBhmPcH1eBxqtCNF0eueOOR1d7P3NnVA0QKYcPTlfldN0KcpiUZ09e3UWE vGMg== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20221208; t=1687180973; x=1689772973; h=content-transfer-encoding:mime-version:references:in-reply-to :message-id:date:subject:cc:to:from:x-gm-message-state:from:to:cc :subject:date:message-id:reply-to; bh=8eTdc6efvFddz8183su0/Lq8XOMbCyz+Rpft10zuXk8=; b=KBhf6WZ3haavcawlkubLSsx4FMRun1MHLg7nLAYIIjhMPDeRP7mhT+vhZW+dE6QGeT 9Q40o8XKCz4WAjs1vOQyqU1slN4sNrbhMMC1MWO0u+zIpDiK8sS7L+MvGLuJJTvHPXL4 StRnVlfBzN2xKZCIjI4EqR42R0nEX+UVJzOIE6wIjGAwuQpUztf1ujVqHVca9gnBqwqe HfinV3JS4BhYW7upFu+XfRjrOyuebQ0YW/ZBvDcDJliOJYw/ni0sRvPRRAglqYr40tLj oC3b5xN4zG66TYnXR+ImlBNVJWOvBF3hDSeZiyNrKLH6vpzsChFtMJ7e8ctoVMQzsqmx fluA== X-Gm-Message-State: AC+VfDzLa3W0stI3Tiq0QhuSLUaHxShXdvi/wK/4a3dAu7E6ajlrs6hQ jJOBuChx1SY901KjnpN+a38qsg== X-Google-Smtp-Source: ACHHUZ4qqd4V/T40u47OOIzmOspXNVDygOuKMpbXMZaCSpmKlw1g8l+x1O769fTmCXe9bFskRiyssw== X-Received: by 2002:a05:600c:2296:b0:3f7:e535:ff3b with SMTP id 22-20020a05600c229600b003f7e535ff3bmr7199519wmf.3.1687180973070; Mon, 19 Jun 2023 06:22:53 -0700 (PDT) Received: from brgl-uxlite.home ([2a01:cb1d:334:ac00:d9e8:ddbf:7391:a0b0]) by smtp.gmail.com with ESMTPSA id t11-20020adfdc0b000000b0030ae3a6be5bsm31667139wri.78.2023.06.19.06.22.52 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Mon, 19 Jun 2023 06:22:52 -0700 (PDT) From: Bartosz Golaszewski To: Khem Raj , Bruce Ashfield , openembedded-devel@lists.openembedded.org Cc: Bartosz Golaszewski Subject: [meta-python][RESEND PATCH 31/54] python3-aioserial: fix coding style Date: Mon, 19 Jun 2023 15:21:51 +0200 Message-Id: <20230619132214.213417-32-brgl@bgdev.pl> X-Mailer: git-send-email 2.39.2 In-Reply-To: <20230619132214.213417-1-brgl@bgdev.pl> References: <20230619132214.213417-1-brgl@bgdev.pl> MIME-Version: 1.0 List-Id: X-Webhook-Received: from li982-79.members.linode.com [45.33.32.79] by aws-us-west-2-korg-lkml-1.web.codeaurora.org with HTTPS for ; Mon, 19 Jun 2023 13:23:04 -0000 X-Groupsio-URL: https://lists.openembedded.org/g/openembedded-devel/message/103415 From: Bartosz Golaszewski Stop using PYTHON_PN, fix whitespaces, drop python3-core from RDEPENDS. Signed-off-by: Bartosz Golaszewski --- .../recipes-devtools/python/python3-aioserial_1.3.1.bb | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/meta-python/recipes-devtools/python/python3-aioserial_1.3.1.bb b/meta-python/recipes-devtools/python/python3-aioserial_1.3.1.bb index 7ef47a2f8..6419aa9c9 100755 --- a/meta-python/recipes-devtools/python/python3-aioserial_1.3.1.bb +++ b/meta-python/recipes-devtools/python/python3-aioserial_1.3.1.bb @@ -11,7 +11,6 @@ SRC_URI[sha256sum] = "702bf03b0eb84b8ef2d8dac5cb925e1e685dce98f77b125569bc6fd2b3 inherit pypi setuptools3 -RDEPENDS:${PN} += "\ - ${PYTHON_PN}-core \ - ${PYTHON_PN}-pyserial \ +RDEPENDS:${PN} += " \ + python3-pyserial \ " From patchwork Mon Jun 19 13:21:52 2023 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Bartosz Golaszewski X-Patchwork-Id: 25998 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org Received: from aws-us-west-2-korg-lkml-1.web.codeaurora.org (localhost.localdomain [127.0.0.1]) by smtp.lore.kernel.org (Postfix) with ESMTP id F1BA8C001DB for ; Mon, 19 Jun 2023 13:23:03 +0000 (UTC) Received: from mail-wr1-f53.google.com (mail-wr1-f53.google.com [209.85.221.53]) by mx.groups.io with SMTP id smtpd.web10.7419.1687180975300205744 for ; Mon, 19 Jun 2023 06:22:55 -0700 Authentication-Results: mx.groups.io; dkim=fail reason="signature has expired" header.i=@bgdev-pl.20221208.gappssmtp.com header.s=20221208 header.b=LfL4O5pg; spf=none, err=SPF record not found (domain: bgdev.pl, ip: 209.85.221.53, mailfrom: brgl@bgdev.pl) Received: by mail-wr1-f53.google.com with SMTP id ffacd0b85a97d-307d20548adso2535557f8f.0 for ; Mon, 19 Jun 2023 06:22:55 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=bgdev-pl.20221208.gappssmtp.com; s=20221208; t=1687180974; x=1689772974; h=content-transfer-encoding:mime-version:references:in-reply-to :message-id:date:subject:cc:to:from:from:to:cc:subject:date :message-id:reply-to; bh=n/t8mAM/HzsIXRiR+aSghHzlVcefKPDKNNl3I7uOHIw=; b=LfL4O5pgF8z/UAA3CVHjw0+TzWOwTJqPMtzDUqV3AbGIzKigtQUf9QNeVCoOsp+Ki4 yKN8kmNAC2l1hhpOREuQVUmkxfz5AhP9fu+L0A4NQ3DqjHBuNN4XiGQP4PjUhE/1qaH+ V9nfGOmgP5OInH6KFyUt/xA0jl/hIbuttkDEBpph/4eZTmfxbEUEMw8yRc+bB74GyklP BmyCICGf02muisc2RTLObUUR2ckIE1Ov4wuDkEe9jOf4bmV0ueDLDTp2IZ6qiDTawEQp ckl77WlesLN+f4svLKi8+A0v+9MAHo3x6Ef0tSgnmPw+cM/ZmQGnLG8oy+dlOcAE79f5 lseA== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20221208; t=1687180974; x=1689772974; h=content-transfer-encoding:mime-version:references:in-reply-to :message-id:date:subject:cc:to:from:x-gm-message-state:from:to:cc :subject:date:message-id:reply-to; bh=n/t8mAM/HzsIXRiR+aSghHzlVcefKPDKNNl3I7uOHIw=; b=JTPMPQJhiG0e1IJsGHWTBFlNwten7vOoEKVhVpSR3Ohtcnk27Y3o8vPKdvYt597/wQ qGwoZvFMzxGUaPiiuhiByHPHZvFSkWiUmMWJu1NHEvvTgBEioO290l+aOs/uBtOCaOQR YW6eiUHm5W5298kkiCML3KiCIACDhetWZepmsC44VcrDkL/NDIejCyZHVmjxxVKbOPBS me7M82aMX9XW7WNRDp8HIPjncjIGV/g1SN4PzK4vO4QQeLYTWueB6WgMa5Qw0K/up+df RHES/PO7zoSi87ziNE7Cwx3ItmsjUgnIEsRDywN/+U+S0fdWgtfsExksjSQnJ+rni9yu d1UA== X-Gm-Message-State: AC+VfDzbI/qa21S1tR9d29PKJABKeuicymHDnR8ganEUjoShfADONfn1 B0JqdCIzl8RB4GWBjg8cozJ51Q== X-Google-Smtp-Source: ACHHUZ7+Z40WaxAL9Vt+eNzaydh/ia+D8qYbnc3ECAC7hCkEgA0Cy35RIP0I5Wpz8YDe/MJuS7vo/Q== X-Received: by 2002:a5d:5960:0:b0:30f:c56c:b5b3 with SMTP id e32-20020a5d5960000000b0030fc56cb5b3mr6383971wri.4.1687180973885; Mon, 19 Jun 2023 06:22:53 -0700 (PDT) Received: from brgl-uxlite.home ([2a01:cb1d:334:ac00:d9e8:ddbf:7391:a0b0]) by smtp.gmail.com with ESMTPSA id t11-20020adfdc0b000000b0030ae3a6be5bsm31667139wri.78.2023.06.19.06.22.53 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Mon, 19 Jun 2023 06:22:53 -0700 (PDT) From: Bartosz Golaszewski To: Khem Raj , Bruce Ashfield , openembedded-devel@lists.openembedded.org Cc: Bartosz Golaszewski Subject: [meta-python][RESEND PATCH 32/54] python3-aioserial: add missing run-time dependencies Date: Mon, 19 Jun 2023 15:21:52 +0200 Message-Id: <20230619132214.213417-33-brgl@bgdev.pl> X-Mailer: git-send-email 2.39.2 In-Reply-To: <20230619132214.213417-1-brgl@bgdev.pl> References: <20230619132214.213417-1-brgl@bgdev.pl> MIME-Version: 1.0 List-Id: X-Webhook-Received: from li982-79.members.linode.com [45.33.32.79] by aws-us-west-2-korg-lkml-1.web.codeaurora.org with HTTPS for ; Mon, 19 Jun 2023 13:23:03 -0000 X-Groupsio-URL: https://lists.openembedded.org/g/openembedded-devel/message/103416 From: Bartosz Golaszewski Add missing RDEPENDS for this package. Signed-off-by: Bartosz Golaszewski --- meta-python/recipes-devtools/python/python3-aioserial_1.3.1.bb | 1 + 1 file changed, 1 insertion(+) diff --git a/meta-python/recipes-devtools/python/python3-aioserial_1.3.1.bb b/meta-python/recipes-devtools/python/python3-aioserial_1.3.1.bb index 6419aa9c9..8279f2704 100755 --- a/meta-python/recipes-devtools/python/python3-aioserial_1.3.1.bb +++ b/meta-python/recipes-devtools/python/python3-aioserial_1.3.1.bb @@ -12,5 +12,6 @@ SRC_URI[sha256sum] = "702bf03b0eb84b8ef2d8dac5cb925e1e685dce98f77b125569bc6fd2b3 inherit pypi setuptools3 RDEPENDS:${PN} += " \ + python3-asyncio \ python3-pyserial \ " From patchwork Mon Jun 19 13:21:53 2023 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Bartosz Golaszewski X-Patchwork-Id: 25997 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org Received: from aws-us-west-2-korg-lkml-1.web.codeaurora.org (localhost.localdomain [127.0.0.1]) by smtp.lore.kernel.org (Postfix) with ESMTP id EE40CC001B3 for ; Mon, 19 Jun 2023 13:23:03 +0000 (UTC) Received: from mail-wr1-f41.google.com (mail-wr1-f41.google.com [209.85.221.41]) by mx.groups.io with SMTP id smtpd.web10.7421.1687180976260255635 for ; Mon, 19 Jun 2023 06:22:56 -0700 Authentication-Results: mx.groups.io; dkim=fail reason="signature has expired" header.i=@bgdev-pl.20221208.gappssmtp.com header.s=20221208 header.b=49+01ZIt; spf=none, err=SPF record not found (domain: bgdev.pl, ip: 209.85.221.41, mailfrom: brgl@bgdev.pl) Received: by mail-wr1-f41.google.com with SMTP id ffacd0b85a97d-3090d3e9c92so4002300f8f.2 for ; Mon, 19 Jun 2023 06:22:56 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=bgdev-pl.20221208.gappssmtp.com; s=20221208; t=1687180975; x=1689772975; h=content-transfer-encoding:mime-version:references:in-reply-to :message-id:date:subject:cc:to:from:from:to:cc:subject:date :message-id:reply-to; bh=YPY4DDQuIK3n3n/NaYItmWKimd9mYA2zdaX/E2wQjeo=; b=49+01ZItgGE3yZ8tb63eUJEq5mopJDdDir799wKq2nJif9AR4W6sM6+03Sw+23Gcs/ rwTHTXWCt+5k19plXDKvjrBLhSabXKZPNc5gSWMlwq3qs3zrDY9nxFnvqI+CHRFlH7yl TUlGxB6Pq9YFh0Uej7ad4KUjenpMe2+SC1UyyREluVoLIpss57OOqmR4m7l4po3CpGR3 mi2EvQDtS5KOBg65bRPOB7LMe1vbSoS3bwfRwE5atCiTC6xhhzUNxGWoRs7xeaZ4+Kdm rKV/lVPSrdllvWgE83RhsH2vwWWwAb90jiK9SOlzf/G2KTmZQz2P7dUxw1BPaLRA0t+P 8twQ== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20221208; t=1687180975; x=1689772975; h=content-transfer-encoding:mime-version:references:in-reply-to :message-id:date:subject:cc:to:from:x-gm-message-state:from:to:cc :subject:date:message-id:reply-to; bh=YPY4DDQuIK3n3n/NaYItmWKimd9mYA2zdaX/E2wQjeo=; b=HM0tkaJiAcnp+sCQtNCGfYF5fMHXKae9Gv3ugPZvz88ZNKWr/O/Ll16rhEpBXcR4Fw siScUYNMGz9kXhXj0+GlAacCrUFCYS2wIYofZ5C/c30Ddo9hE/kBpoERcrtghEx5oJ1W gMII6JXEjqLmALgWDmGFLWiMuVeWHuXDcqbO2RMfMsi1hUf8lVzBt/eJOTs8j9LTYhr/ wfMF8d/b9q6ttafsbGAGQ5wLUuv3Qm1TR8kajzbly+dOfadX4UdZEb81ZpyEUQp4ehcU tELDyXGe21FHyuYTekNy3etTcjkuHm0n8gCR0bLMCYyfEGZsCNmry3G0JmIN2IPlhe4R XuXg== X-Gm-Message-State: AC+VfDw6Cgwf6+EO0zPA22HX8zFtiptzjKXUJaaa35qoenTEu/NcG+wp /bwVO9FyxTf/vcmpugAW8tZQQQ== X-Google-Smtp-Source: ACHHUZ68gTMFAUH16Hd8qpo+csf7aGEaPXaaRrOOOE0mkDC6DIW5YoSduPth8X1XHcX9wRBUJ4dixw== X-Received: by 2002:adf:f88d:0:b0:311:19a2:e7f8 with SMTP id u13-20020adff88d000000b0031119a2e7f8mr9297569wrp.1.1687180974830; Mon, 19 Jun 2023 06:22:54 -0700 (PDT) Received: from brgl-uxlite.home ([2a01:cb1d:334:ac00:d9e8:ddbf:7391:a0b0]) by smtp.gmail.com with ESMTPSA id t11-20020adfdc0b000000b0030ae3a6be5bsm31667139wri.78.2023.06.19.06.22.53 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Mon, 19 Jun 2023 06:22:54 -0700 (PDT) From: Bartosz Golaszewski To: Khem Raj , Bruce Ashfield , openembedded-devel@lists.openembedded.org Cc: Bartosz Golaszewski Subject: [meta-python][RESEND PATCH 33/54] python3-aspectlib: add missing run-time dependencies Date: Mon, 19 Jun 2023 15:21:53 +0200 Message-Id: <20230619132214.213417-34-brgl@bgdev.pl> X-Mailer: git-send-email 2.39.2 In-Reply-To: <20230619132214.213417-1-brgl@bgdev.pl> References: <20230619132214.213417-1-brgl@bgdev.pl> MIME-Version: 1.0 List-Id: X-Webhook-Received: from li982-79.members.linode.com [45.33.32.79] by aws-us-west-2-korg-lkml-1.web.codeaurora.org with HTTPS for ; Mon, 19 Jun 2023 13:23:03 -0000 X-Groupsio-URL: https://lists.openembedded.org/g/openembedded-devel/message/103417 From: Bartosz Golaszewski Add missing RDEPENDS for this package. Signed-off-by: Bartosz Golaszewski --- .../recipes-devtools/python/python3-aspectlib_2.0.0.bb | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/meta-python/recipes-devtools/python/python3-aspectlib_2.0.0.bb b/meta-python/recipes-devtools/python/python3-aspectlib_2.0.0.bb index d2b0864ca..134151328 100644 --- a/meta-python/recipes-devtools/python/python3-aspectlib_2.0.0.bb +++ b/meta-python/recipes-devtools/python/python3-aspectlib_2.0.0.bb @@ -27,6 +27,9 @@ RDEPENDS:${PN}-ptest += "\ python3-unittest-automake-output \ " -RDEPENDS:${PN} += "python3-core python3-fields" +RDEPENDS:${PN} += " \ + python3-fields \ + python3-logging \ +" BBCLASSEXTEND = "native nativesdk" From patchwork Mon Jun 19 13:21:54 2023 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Bartosz Golaszewski X-Patchwork-Id: 25999 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org Received: from aws-us-west-2-korg-lkml-1.web.codeaurora.org (localhost.localdomain [127.0.0.1]) by smtp.lore.kernel.org (Postfix) with ESMTP id F1D08C3DA42 for ; Mon, 19 Jun 2023 13:23:03 +0000 (UTC) Received: from mail-wm1-f42.google.com (mail-wm1-f42.google.com [209.85.128.42]) by mx.groups.io with SMTP id smtpd.web10.7422.1687180977231108577 for ; Mon, 19 Jun 2023 06:22:57 -0700 Authentication-Results: mx.groups.io; dkim=fail reason="signature has expired" header.i=@bgdev-pl.20221208.gappssmtp.com header.s=20221208 header.b=GNU042wv; spf=none, err=SPF record not found (domain: bgdev.pl, ip: 209.85.128.42, mailfrom: brgl@bgdev.pl) Received: by mail-wm1-f42.google.com with SMTP id 5b1f17b1804b1-3f9b37cd58bso5323495e9.0 for ; Mon, 19 Jun 2023 06:22:57 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=bgdev-pl.20221208.gappssmtp.com; s=20221208; t=1687180976; x=1689772976; h=content-transfer-encoding:mime-version:references:in-reply-to :message-id:date:subject:cc:to:from:from:to:cc:subject:date :message-id:reply-to; bh=7RMTkYCCkoQsxtT1YQ1yl9FgfORATtsVQPdK6vF8CbM=; b=GNU042wvgkrIFIaD9pptg6SMTo1ed+XeCta49lnjlVC4nsTmiJBsj6Yf4h25mE37Si Vt+/mzaTDSmAftjeyKCxmQ/rwfB04AGSrI51Whp88iUPrs7BE3DA8jVQVW3up3QOZj6p wxws9AJHFoZMlf/wFNaePQPAf+w33m1ig4vkKzt505PkvX1lfdAu8dump/KF3rIp4qKd ymNCUIkUq7w9ywpzACkOAzYyKzpcbZL3PkyZMwqdm1eKWlMwfe9QveuISf+w5cTgBJIt XqD5Fx1qrurVGykmxl68FMzaDFxrnPCFqXlAcHugd6HAl/SHyqnPROl0GhfrqOja2gAT oPuQ== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20221208; t=1687180976; x=1689772976; h=content-transfer-encoding:mime-version:references:in-reply-to :message-id:date:subject:cc:to:from:x-gm-message-state:from:to:cc :subject:date:message-id:reply-to; bh=7RMTkYCCkoQsxtT1YQ1yl9FgfORATtsVQPdK6vF8CbM=; b=PBBNciXUxIcW18Co2c1k/IuLn3VZYEXB/bzHOp/Q0t9OUzh5E+CK/LMRsqDqjVcWYx 8CM3YVOeFHtSccWQP2+VBeK/Kfli3NMGO/39YaqEH9yyuYFDb4GXuL/DPYx1rx22GR36 kIeUW0HpLNbRbUJ+qqfj4yr/guV59ZXxLRNp6nBbGSxAM70vbz4RBX46wE3aDWFWwJNF X8fe6i7ijGC7IPVfN1xA6339H4Somkv2eIWNKVvRdST9XcnPj+Gmav9KG9l17XctLBFJ s7hLVurmexLiPX47LVcB4snfdd3FOwHsq1klD4Uixx73j+SCYJ9jmFC7uc9ZFkG1YOMe Gs/Q== X-Gm-Message-State: AC+VfDz3V5HiVBeyA46tfbCqzGnU7Pn8tbMDzEOT+SbnnS93V6J4y4Ex 4N7s0pPwcOzb0gL3KuxjaUyVdQ== X-Google-Smtp-Source: ACHHUZ6ZWxj4kg4T8O2l9YtBXPkJZMeti6RxCrzYMSplTHpkhUdsG22AMSsav3EOAswfbLqFysRTcw== X-Received: by 2002:a1c:790f:0:b0:3f9:b32:5d3 with SMTP id l15-20020a1c790f000000b003f90b3205d3mr2687069wme.34.1687180975734; Mon, 19 Jun 2023 06:22:55 -0700 (PDT) Received: from brgl-uxlite.home ([2a01:cb1d:334:ac00:d9e8:ddbf:7391:a0b0]) by smtp.gmail.com with ESMTPSA id t11-20020adfdc0b000000b0030ae3a6be5bsm31667139wri.78.2023.06.19.06.22.54 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Mon, 19 Jun 2023 06:22:55 -0700 (PDT) From: Bartosz Golaszewski To: Khem Raj , Bruce Ashfield , openembedded-devel@lists.openembedded.org Cc: Bartosz Golaszewski Subject: [meta-python][RESEND PATCH 34/54] python3-asyncio-throttle: add missing run-time dependencies Date: Mon, 19 Jun 2023 15:21:54 +0200 Message-Id: <20230619132214.213417-35-brgl@bgdev.pl> X-Mailer: git-send-email 2.39.2 In-Reply-To: <20230619132214.213417-1-brgl@bgdev.pl> References: <20230619132214.213417-1-brgl@bgdev.pl> MIME-Version: 1.0 List-Id: X-Webhook-Received: from li982-79.members.linode.com [45.33.32.79] by aws-us-west-2-korg-lkml-1.web.codeaurora.org with HTTPS for ; Mon, 19 Jun 2023 13:23:03 -0000 X-Groupsio-URL: https://lists.openembedded.org/g/openembedded-devel/message/103418 From: Bartosz Golaszewski Add missing RDEPENDS for this package. Signed-off-by: Bartosz Golaszewski --- .../recipes-devtools/python/python3-asyncio-throttle_1.0.2.bb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/meta-python/recipes-devtools/python/python3-asyncio-throttle_1.0.2.bb b/meta-python/recipes-devtools/python/python3-asyncio-throttle_1.0.2.bb index 1f907511a..040e70940 100644 --- a/meta-python/recipes-devtools/python/python3-asyncio-throttle_1.0.2.bb +++ b/meta-python/recipes-devtools/python/python3-asyncio-throttle_1.0.2.bb @@ -7,3 +7,5 @@ LIC_FILES_CHKSUM = "file://LICENSE;md5=c7906e56b70808e1ade6ca05e0bb48d5" SRC_URI[sha256sum] = "2675282e99d9129ecc446f917e174bc205c65e36c602aa18603b4948567fcbd4" inherit pypi setuptools3 + +RDEPENDS:${PN} += "python3-asyncio" From patchwork Mon Jun 19 13:21:55 2023 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Bartosz Golaszewski X-Patchwork-Id: 25996 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org Received: from aws-us-west-2-korg-lkml-1.web.codeaurora.org (localhost.localdomain [127.0.0.1]) by smtp.lore.kernel.org (Postfix) with ESMTP id DBFB4C0015E for ; Mon, 19 Jun 2023 13:23:03 +0000 (UTC) Received: from mail-wr1-f53.google.com (mail-wr1-f53.google.com [209.85.221.53]) by mx.groups.io with SMTP id smtpd.web11.7385.1687180978265849045 for ; Mon, 19 Jun 2023 06:22:58 -0700 Authentication-Results: mx.groups.io; dkim=fail reason="signature has expired" header.i=@bgdev-pl.20221208.gappssmtp.com header.s=20221208 header.b=aa7DYUOj; spf=none, err=SPF record not found (domain: bgdev.pl, ip: 209.85.221.53, mailfrom: brgl@bgdev.pl) Received: by mail-wr1-f53.google.com with SMTP id ffacd0b85a97d-311367a3e12so2182711f8f.2 for ; Mon, 19 Jun 2023 06:22:58 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=bgdev-pl.20221208.gappssmtp.com; s=20221208; t=1687180977; x=1689772977; h=content-transfer-encoding:mime-version:references:in-reply-to :message-id:date:subject:cc:to:from:from:to:cc:subject:date :message-id:reply-to; bh=cKx455cwXVXBlS5JJWoHeUYliE00HISKGSK6rVBGNaE=; b=aa7DYUOjdMByjvY3y75zt31+pa/2xet4CEy0KDS4pkvx0d6Aw8Lt41VzsqtdC9mbej 81fWnKlyzWVggXbN+CEm7L53SJBn6SQd9nH/WbWQ2qvQpzPySWBqOinTtWZU6D0u//kU 20OEvRmAi0luQKImfCGcVchBedUbN/WatTk7xxhIuR94+QeCUoCfoSOZmQdGQQKieqxj HJ9YYRJG5LhX685twLhzGoYJ+413O4+oPEysDtMsEQpVLg1o8qrPNTllEX/EoYb6KqDe p9U1R7jHIApOSpOvtGsekRbU1jrT9BvybyTQKqNKb71r7HuEmXIKxgnKfadjkfuTojFI k4og== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20221208; t=1687180977; x=1689772977; h=content-transfer-encoding:mime-version:references:in-reply-to :message-id:date:subject:cc:to:from:x-gm-message-state:from:to:cc :subject:date:message-id:reply-to; bh=cKx455cwXVXBlS5JJWoHeUYliE00HISKGSK6rVBGNaE=; b=N4edw1wLXzkQgsud3VX+AxzO2lYfvUVW6vo9kaYl08WCGS9mhkFtz5+/xR1MGW+1ri Q3oH0QGOXs7V8bUVTr82k+SntXegFhqzSzSWn+baigrNef1UBrSSLwDQuriYr8gJUnRR I3RfCzTdyNau+23hZhSgFMN6J0gL5s4mZMKq3OFN9aa8O4hltwgIDGXu/EDBYSeZ6dqc 7wUNIRws0EC59kNneAMce3paQ/IE6a84gHNWKD299pd4uMaGEmA/2I5nFAsTnB7WcXyi R4J5zmSYhlWETCI8xwbnT8B5d5N+LQqzbxhqI8muR1i0jJ6BZBQJwTcAgfcF2a+tKBJ5 sxPQ== X-Gm-Message-State: AC+VfDwvskQ53d0gAthdHkekLN2GO/zdpVOGG+Y8lErqeK5BF7wu1gIh ctfaH01LDOhI7Dio3oRE3mqsyjGuAU0cnjKjWow= X-Google-Smtp-Source: ACHHUZ6txvHtb32GNtoBYsbOy2m9yc35tNBMcylM8UHbeXMccaG4qX70gKuu5cqijwkzkG4OrSG49A== X-Received: by 2002:adf:dcc3:0:b0:309:54b6:33b0 with SMTP id x3-20020adfdcc3000000b0030954b633b0mr8762737wrm.44.1687180976821; Mon, 19 Jun 2023 06:22:56 -0700 (PDT) Received: from brgl-uxlite.home ([2a01:cb1d:334:ac00:d9e8:ddbf:7391:a0b0]) by smtp.gmail.com with ESMTPSA id t11-20020adfdc0b000000b0030ae3a6be5bsm31667139wri.78.2023.06.19.06.22.55 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Mon, 19 Jun 2023 06:22:56 -0700 (PDT) From: Bartosz Golaszewski To: Khem Raj , Bruce Ashfield , openembedded-devel@lists.openembedded.org Cc: Bartosz Golaszewski Subject: [meta-python][RESEND PATCH 35/54] python3-attrdict3: add missing run-time dependencies Date: Mon, 19 Jun 2023 15:21:55 +0200 Message-Id: <20230619132214.213417-36-brgl@bgdev.pl> X-Mailer: git-send-email 2.39.2 In-Reply-To: <20230619132214.213417-1-brgl@bgdev.pl> References: <20230619132214.213417-1-brgl@bgdev.pl> MIME-Version: 1.0 List-Id: X-Webhook-Received: from li982-79.members.linode.com [45.33.32.79] by aws-us-west-2-korg-lkml-1.web.codeaurora.org with HTTPS for ; Mon, 19 Jun 2023 13:23:03 -0000 X-Groupsio-URL: https://lists.openembedded.org/g/openembedded-devel/message/103419 From: Bartosz Golaszewski Add missing RDEPENDS for this package. Signed-off-by: Bartosz Golaszewski --- .../python3-attrdict3/python3-attrdict3_2.0.2.bb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/meta-python/recipes-devtools/python3-attrdict3/python3-attrdict3_2.0.2.bb b/meta-python/recipes-devtools/python3-attrdict3/python3-attrdict3_2.0.2.bb index cb44ea71a..ee099c7ac 100644 --- a/meta-python/recipes-devtools/python3-attrdict3/python3-attrdict3_2.0.2.bb +++ b/meta-python/recipes-devtools/python3-attrdict3/python3-attrdict3_2.0.2.bb @@ -10,3 +10,5 @@ SRC_URI[sha256sum] = "004c171ca1120cc1755701db99d7fa4944afb1e68950434efdaa542513 inherit pypi setuptools3 BBCLASSEXTEND = "native" + +RDEPENDS:${PN} += "python3-six" From patchwork Mon Jun 19 13:21:56 2023 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Bartosz Golaszewski X-Patchwork-Id: 25994 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org Received: from aws-us-west-2-korg-lkml-1.web.codeaurora.org (localhost.localdomain [127.0.0.1]) by smtp.lore.kernel.org (Postfix) with ESMTP id DC0C2C3DA40 for ; Mon, 19 Jun 2023 13:23:03 +0000 (UTC) Received: from mail-wr1-f46.google.com (mail-wr1-f46.google.com [209.85.221.46]) by mx.groups.io with SMTP id smtpd.web11.7387.1687180979185455530 for ; Mon, 19 Jun 2023 06:22:59 -0700 Authentication-Results: mx.groups.io; dkim=fail reason="signature has expired" header.i=@bgdev-pl.20221208.gappssmtp.com header.s=20221208 header.b=DBa6YD2N; spf=none, err=SPF record not found (domain: bgdev.pl, ip: 209.85.221.46, mailfrom: brgl@bgdev.pl) Received: by mail-wr1-f46.google.com with SMTP id ffacd0b85a97d-31109cd8d8cso3158696f8f.2 for ; Mon, 19 Jun 2023 06:22:58 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=bgdev-pl.20221208.gappssmtp.com; s=20221208; t=1687180977; x=1689772977; h=content-transfer-encoding:mime-version:references:in-reply-to :message-id:date:subject:cc:to:from:from:to:cc:subject:date :message-id:reply-to; bh=AR6XW7flIsx14c+SthcS0r2Gev+52bwFSqtj7HMP3N8=; b=DBa6YD2N3gntkrRPtYnEVZ6xwSEMdFAo/TPRC5h+4HN6NZNVKFOWBfYa5BzzoQtXXD H0pLtMXgWgraS/HSx0Kv8aZYO1kLA2KcNQ1XEPlkRy76FzUtv1djZn3nrOUEg9bZj5Fv aSoeAFzqjYrtP8lr9tAebnMUYYyabUF7V/EjSjCzcfRhvH71rjQMEd6idXy/ZqCTRxeb n2WSTLtkMOMUAsTbTjlUnLfA7jx2imN4WhSNtagKCAsHVSFTt62KINhijj1lUEmuKTtN 3SNlkr6k30gVxWyqjBxxlqDSQzr7d1H2B9Ah3gmcZHpbA1CSSlwtS5gpOZTxP+GJJt8y YVGw== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20221208; t=1687180977; x=1689772977; h=content-transfer-encoding:mime-version:references:in-reply-to :message-id:date:subject:cc:to:from:x-gm-message-state:from:to:cc :subject:date:message-id:reply-to; bh=AR6XW7flIsx14c+SthcS0r2Gev+52bwFSqtj7HMP3N8=; b=g/+Wh7ErXrwQISHU4i8OCvBeIviCMJjy008OYec4MRh3SO5P5Vtelkb5SMGwHsQFrD q5PIMW0WqPgv8oHb/cf0is/eDbd1yWu8lAe0l4g/1IK5jCOT4BhvtoH8MBn1ac3o1sMg BO3RP2cWjzxP/Cr9uI2daYBpVu6SPVKjnpyiHvhYw3ZobD2VFLLrW+Se3Kcnyzgwo+F2 CzJUMphjXo4sw+jElzRbY8faH7b3Zoqlea4SWdBHz81YMEFWnwx5iQZi8X04D9zQjYBC QydZmHLv3mktXiWdH3N4LhOvphA+sLpa98avXqwCfKXfOf85zLV7Wk1BcXkbzZIdvx3c TbNA== X-Gm-Message-State: AC+VfDwELUiY/TM0MbPufcKuHVVxa0JL1VqSHsgh7t7yGWfIkc9ff32C 8n1WwDVWXzlnQJgB1urRuxCbBw== X-Google-Smtp-Source: ACHHUZ7Lyw4RAR1sfrOjoytny/U+5SdIGA7a3jPOvKNFGK/a5OGSGk6YkzwPahyrmy7ZbYBiRPcb/w== X-Received: by 2002:a05:6000:136b:b0:312:74b3:87b9 with SMTP id q11-20020a056000136b00b0031274b387b9mr1043724wrz.10.1687180977743; Mon, 19 Jun 2023 06:22:57 -0700 (PDT) Received: from brgl-uxlite.home ([2a01:cb1d:334:ac00:d9e8:ddbf:7391:a0b0]) by smtp.gmail.com with ESMTPSA id t11-20020adfdc0b000000b0030ae3a6be5bsm31667139wri.78.2023.06.19.06.22.56 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Mon, 19 Jun 2023 06:22:57 -0700 (PDT) From: Bartosz Golaszewski To: Khem Raj , Bruce Ashfield , openembedded-devel@lists.openembedded.org Cc: Bartosz Golaszewski Subject: [meta-python][RESEND PATCH 36/54] python3-betamax: add missing run-time dependencies Date: Mon, 19 Jun 2023 15:21:56 +0200 Message-Id: <20230619132214.213417-37-brgl@bgdev.pl> X-Mailer: git-send-email 2.39.2 In-Reply-To: <20230619132214.213417-1-brgl@bgdev.pl> References: <20230619132214.213417-1-brgl@bgdev.pl> MIME-Version: 1.0 List-Id: X-Webhook-Received: from li982-79.members.linode.com [45.33.32.79] by aws-us-west-2-korg-lkml-1.web.codeaurora.org with HTTPS for ; Mon, 19 Jun 2023 13:23:03 -0000 X-Groupsio-URL: https://lists.openembedded.org/g/openembedded-devel/message/103420 From: Bartosz Golaszewski Add missing RDEPENDS for this package. Signed-off-by: Bartosz Golaszewski --- .../recipes-devtools/python/python3-betamax_0.8.1.bb | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/meta-python/recipes-devtools/python/python3-betamax_0.8.1.bb b/meta-python/recipes-devtools/python/python3-betamax_0.8.1.bb index e3c5e7a3a..feb9ab3e2 100644 --- a/meta-python/recipes-devtools/python/python3-betamax_0.8.1.bb +++ b/meta-python/recipes-devtools/python/python3-betamax_0.8.1.bb @@ -13,9 +13,13 @@ SRC_URI[sha256sum] = "5bf004ceffccae881213fb722f34517166b84a34919b92ffc14d1dbd05 inherit pypi setuptools3 ptest +RDEPENDS:${PN} += " \ + python3-requests \ + python3-unittest \ +" + RDEPENDS:${PN}-ptest += " \ ${PYTHON_PN}-pytest \ - ${PYTHON_PN}-requests \ " do_install_ptest() { From patchwork Mon Jun 19 13:21:57 2023 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Bartosz Golaszewski X-Patchwork-Id: 25992 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org Received: from aws-us-west-2-korg-lkml-1.web.codeaurora.org (localhost.localdomain [127.0.0.1]) by smtp.lore.kernel.org (Postfix) with ESMTP id DB48BEB64DB for ; Mon, 19 Jun 2023 13:23:03 +0000 (UTC) Received: from mail-wr1-f43.google.com (mail-wr1-f43.google.com [209.85.221.43]) by mx.groups.io with SMTP id smtpd.web10.7423.1687180980314821991 for ; Mon, 19 Jun 2023 06:23:00 -0700 Authentication-Results: mx.groups.io; dkim=pass header.i=@bgdev-pl.20221208.gappssmtp.com header.s=20221208 header.b=cgmFmPS4; spf=none, err=SPF record not found (domain: bgdev.pl, ip: 209.85.221.43, mailfrom: brgl@bgdev.pl) Received: by mail-wr1-f43.google.com with SMTP id ffacd0b85a97d-31126037f41so3107818f8f.2 for ; Mon, 19 Jun 2023 06:23:00 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=bgdev-pl.20221208.gappssmtp.com; s=20221208; t=1687180979; x=1689772979; h=content-transfer-encoding:mime-version:references:in-reply-to :message-id:date:subject:cc:to:from:from:to:cc:subject:date :message-id:reply-to; bh=6A5ky8pD2NP5EsqaLLI2a21g5Js69afU7FDwvgY5wkY=; b=cgmFmPS4PEPOlepRA9UTlqv6qpwrX8U+KtBBwsNSjvk5OLGrgv49Z/YjzQ9uQXYfQo o7PvdZA8mSc277PQ3QU4TfAArjy5YcVwqaiNZGa2qQJbSaKwSoeyk9eszAP9Y6AkeilY cImfHlsGOiZ5k7rL/FPxFj5ZV880b+yPCVZvR2v3w6+E+0glyHCWEW5Y9Nu7oKTA2c+4 6VAit2be9vTqNWib3OWZj4TdLOBH6LMWjBHVsObaw+PTSpBEqj+/OOdZ8KkEfC2TMciE bLrQ44dwvC2PsaDs9qE50ZNBKzaaE9clzREWyNQ4wfh8ZGDm1icjFY3TRIkuKVZf1v9L EJ3g== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20221208; t=1687180979; x=1689772979; h=content-transfer-encoding:mime-version:references:in-reply-to :message-id:date:subject:cc:to:from:x-gm-message-state:from:to:cc :subject:date:message-id:reply-to; bh=6A5ky8pD2NP5EsqaLLI2a21g5Js69afU7FDwvgY5wkY=; b=J5EuvYaY+x4WkcS205fHGCGd0UOx0POfRCHN1V0YAXb0fjl9b5jdBwXJnzZJUT4Y43 KPifh4WOy0ppLgFfK4ojtQLbH3YAWJ2bfX9tMWvA0Mm9iEw9tUWXUf/sn/vr0FrJVHtS /a2Ia63h7HceKwV3ZYq8CQT2U3vOp1VW5LInN2Uj/SQccQo5DbZjJnzUeJN7DrKSE8LI LKCOFM7zQ3tm6oVFbkZKBJVhSpTnd1EQcqLibWdbsb91eovPmMd8xDG9BoPg3o1p/2lR 7KTi3KnqPQW2AXWKOSiQAseIRRljBu/u0UG5mxZk/icYZGy6Ize5bziI2fqZVSGtDAKK Pk6g== X-Gm-Message-State: AC+VfDyH/hdj43ldEshkRVpiLPSmAPI0d9RXhShmJmr3tljq44ZWdhj7 9l6WliMPIqZsqCCoHC0gzV9uzvB0bC7X3xBqLiI= X-Google-Smtp-Source: ACHHUZ4Gma6//4mbZt8Sp5GzFCzmqNITgJsnBLMF/I0H2dimxFP/HV7YiHDixIcc5THBlonUO5bKKA== X-Received: by 2002:a5d:5255:0:b0:30e:4714:bc93 with SMTP id k21-20020a5d5255000000b0030e4714bc93mr7546199wrc.5.1687180978902; Mon, 19 Jun 2023 06:22:58 -0700 (PDT) Received: from brgl-uxlite.home ([2a01:cb1d:334:ac00:d9e8:ddbf:7391:a0b0]) by smtp.gmail.com with ESMTPSA id t11-20020adfdc0b000000b0030ae3a6be5bsm31667139wri.78.2023.06.19.06.22.57 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Mon, 19 Jun 2023 06:22:58 -0700 (PDT) From: Bartosz Golaszewski To: Khem Raj , Bruce Ashfield , openembedded-devel@lists.openembedded.org Cc: Bartosz Golaszewski Subject: [meta-python][RESEND PATCH 37/54] python3-binwalk: add missing run-time dependencies Date: Mon, 19 Jun 2023 15:21:57 +0200 Message-Id: <20230619132214.213417-38-brgl@bgdev.pl> X-Mailer: git-send-email 2.39.2 In-Reply-To: <20230619132214.213417-1-brgl@bgdev.pl> References: <20230619132214.213417-1-brgl@bgdev.pl> MIME-Version: 1.0 List-Id: X-Webhook-Received: from li982-79.members.linode.com [45.33.32.79] by aws-us-west-2-korg-lkml-1.web.codeaurora.org with HTTPS for ; Mon, 19 Jun 2023 13:23:03 -0000 X-Groupsio-URL: https://lists.openembedded.org/g/openembedded-devel/message/103421 From: Bartosz Golaszewski Add missing RDEPENDS for this package. Signed-off-by: Bartosz Golaszewski --- .../recipes-devtools/python/python3-binwalk_2.3.3.bb | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/meta-python/recipes-devtools/python/python3-binwalk_2.3.3.bb b/meta-python/recipes-devtools/python/python3-binwalk_2.3.3.bb index 362efa275..1a55a3e4a 100644 --- a/meta-python/recipes-devtools/python/python3-binwalk_2.3.3.bb +++ b/meta-python/recipes-devtools/python/python3-binwalk_2.3.3.bb @@ -14,4 +14,10 @@ S = "${WORKDIR}/git" inherit setuptools3 -RDEPENDS:${PN} += "python3-core" +RDEPENDS:${PN} += " \ + python3-compression \ + python3-logging \ + python3-netserver \ + python3-setuptools \ + python3-stringold \ +" From patchwork Mon Jun 19 13:21:58 2023 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Bartosz Golaszewski X-Patchwork-Id: 25993 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org Received: from aws-us-west-2-korg-lkml-1.web.codeaurora.org (localhost.localdomain [127.0.0.1]) by smtp.lore.kernel.org (Postfix) with ESMTP id D0954C3DA41 for ; Mon, 19 Jun 2023 13:23:03 +0000 (UTC) Received: from mail-wr1-f45.google.com (mail-wr1-f45.google.com [209.85.221.45]) by mx.groups.io with SMTP id smtpd.web10.7424.1687180981688603148 for ; Mon, 19 Jun 2023 06:23:02 -0700 Authentication-Results: mx.groups.io; dkim=fail reason="signature has expired" header.i=@bgdev-pl.20221208.gappssmtp.com header.s=20221208 header.b=05U1zDDp; spf=none, err=SPF record not found (domain: bgdev.pl, ip: 209.85.221.45, mailfrom: brgl@bgdev.pl) Received: by mail-wr1-f45.google.com with SMTP id ffacd0b85a97d-31114b46d62so3519904f8f.3 for ; Mon, 19 Jun 2023 06:23:01 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=bgdev-pl.20221208.gappssmtp.com; s=20221208; t=1687180980; x=1689772980; h=content-transfer-encoding:mime-version:references:in-reply-to :message-id:date:subject:cc:to:from:from:to:cc:subject:date :message-id:reply-to; bh=efhnl4idvlCl6CkX1J7sjfuY+I379qcStcRlGPYLuZs=; b=05U1zDDpBHX6UnIcY4LVOz9nUlV14oSvEecwPL4tpEn9xEiWAzxON71ApLUIvaERmF awtRtRnM+es4c7ZGQaLhoD8E362aLzMQ4Z03WDtfxhod51G2IMGgEzj2w4VFx0N2llo4 OMVX8TUZz+PSNvvMIZhjasR3ASTueK+XbWES53mpKvfIqAEAEvnJaXQqzT76my+cBx9e aYKejYibZv9ZAqbG23b+7kiVSbeba4uNxSdpazbXxhCeIRxQMJwUE5aPnrRIkFsWHZOZ Dk5xTHQF2pbFoTNv1NqTFs+g7WQxEjqX1c3UVqdtkr3mGW4twE1iN0HGquev5f260wIG 3O6A== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20221208; t=1687180980; x=1689772980; h=content-transfer-encoding:mime-version:references:in-reply-to :message-id:date:subject:cc:to:from:x-gm-message-state:from:to:cc :subject:date:message-id:reply-to; bh=efhnl4idvlCl6CkX1J7sjfuY+I379qcStcRlGPYLuZs=; b=CS2+1jq+8lMl0ihlyF5gelHTkn4SGDUDt8UFHcR9lUEmFtfkERb3vYvQS/IngOzrxp QAc4MvnDgp71gNSVPUZWO9mzX5Chh1XlXVipCxSKtpciWuCZJy+tyUlYKiirPlewksI3 v85Rv+6x/tbB1AffXeD9B13noDoBZNysEwjNFxu2/TVb4XX34zIZ3QkP2Cs7hi/rEvzV iDB+ID3B61jp2zBCJfrUbCriwnEhpTz7DpvRBBKcubC35JbJmLfTBt8czCQpcto8jvPw v12ucy/I5xRYN4XH0orKVaAKMCZEDotBKmQkeQqLtkNhjyezs2AqPvx3jU+OeXCaCgt3 SDqA== X-Gm-Message-State: AC+VfDyRABjeCdGIZKxqmKTzkkj2Tb8jeKkHx5lIdYZ3pqu9D5uz9ZCU AegsXfShsvdABk7X+l0VNsHrTQ== X-Google-Smtp-Source: ACHHUZ4Gx0378TtTFW43y3vKxx/sQ4zwXolT28X/OFf+oh/2yMZ2W4DkBLkgQiUiuINVhntoAPqB0w== X-Received: by 2002:a5d:6810:0:b0:30f:d1e3:22b7 with SMTP id w16-20020a5d6810000000b0030fd1e322b7mr10328145wru.6.1687180980171; Mon, 19 Jun 2023 06:23:00 -0700 (PDT) Received: from brgl-uxlite.home ([2a01:cb1d:334:ac00:d9e8:ddbf:7391:a0b0]) by smtp.gmail.com with ESMTPSA id t11-20020adfdc0b000000b0030ae3a6be5bsm31667139wri.78.2023.06.19.06.22.59 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Mon, 19 Jun 2023 06:22:59 -0700 (PDT) From: Bartosz Golaszewski To: Khem Raj , Bruce Ashfield , openembedded-devel@lists.openembedded.org Cc: Bartosz Golaszewski Subject: [meta-python][RESEND PATCH 38/54] python3-can: fix coding style Date: Mon, 19 Jun 2023 15:21:58 +0200 Message-Id: <20230619132214.213417-39-brgl@bgdev.pl> X-Mailer: git-send-email 2.39.2 In-Reply-To: <20230619132214.213417-1-brgl@bgdev.pl> References: <20230619132214.213417-1-brgl@bgdev.pl> MIME-Version: 1.0 List-Id: X-Webhook-Received: from li982-79.members.linode.com [45.33.32.79] by aws-us-west-2-korg-lkml-1.web.codeaurora.org with HTTPS for ; Mon, 19 Jun 2023 13:23:03 -0000 X-Groupsio-URL: https://lists.openembedded.org/g/openembedded-devel/message/103422 From: Bartosz Golaszewski Stop using PYTHON_PN, order RDEPENDS alphabetically, drop unneeded class-target override, fix whitespaces. Signed-off-by: Bartosz Golaszewski --- .../python/python3-can_4.2.1.bb | 26 +++++++++---------- 1 file changed, 13 insertions(+), 13 deletions(-) diff --git a/meta-python/recipes-devtools/python/python3-can_4.2.1.bb b/meta-python/recipes-devtools/python/python3-can_4.2.1.bb index d7b2a9573..f5cc31d6f 100644 --- a/meta-python/recipes-devtools/python/python3-can_4.2.1.bb +++ b/meta-python/recipes-devtools/python/python3-can_4.2.1.bb @@ -9,19 +9,19 @@ PYPI_PACKAGE="python-can" inherit pypi setuptools3 -RDEPENDS:${PN}:class-target += "\ - ${PYTHON_PN}-aenum \ - ${PYTHON_PN}-ctypes \ - ${PYTHON_PN}-codecs \ - ${PYTHON_PN}-compression \ - ${PYTHON_PN}-fcntl \ - ${PYTHON_PN}-logging \ - ${PYTHON_PN}-misc \ - ${PYTHON_PN}-netserver \ - ${PYTHON_PN}-sqlite3 \ - ${PYTHON_PN}-wrapt \ - ${PYTHON_PN}-pkg-resources \ - ${PYTHON_PN}-typing-extensions \ +RDEPENDS:${PN} += " \ + python3-aenum \ + python3-codecs \ + python3-compression \ + python3-ctypes \ + python3-fcntl \ + python3-logging \ + python3-misc \ + python3-netserver \ + python3-pkg-resources \ + python3-sqlite3 \ + python3-typing-extensions \ + python3-wrapt \ " BBCLASSEXTEND = "native nativesdk" From patchwork Mon Jun 19 13:21:59 2023 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Bartosz Golaszewski X-Patchwork-Id: 25991 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org Received: from aws-us-west-2-korg-lkml-1.web.codeaurora.org (localhost.localdomain [127.0.0.1]) by smtp.lore.kernel.org (Postfix) with ESMTP id CFA4DEB64DA for ; Mon, 19 Jun 2023 13:23:03 +0000 (UTC) Received: from mail-wr1-f54.google.com (mail-wr1-f54.google.com [209.85.221.54]) by mx.groups.io with SMTP id smtpd.web10.7426.1687180982581576872 for ; Mon, 19 Jun 2023 06:23:02 -0700 Authentication-Results: mx.groups.io; dkim=fail reason="signature has expired" header.i=@bgdev-pl.20221208.gappssmtp.com header.s=20221208 header.b=vb92xvX8; spf=none, err=SPF record not found (domain: bgdev.pl, ip: 209.85.221.54, mailfrom: brgl@bgdev.pl) Received: by mail-wr1-f54.google.com with SMTP id ffacd0b85a97d-31129591288so1810499f8f.1 for ; Mon, 19 Jun 2023 06:23:02 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=bgdev-pl.20221208.gappssmtp.com; s=20221208; t=1687180981; x=1689772981; h=content-transfer-encoding:mime-version:references:in-reply-to :message-id:date:subject:cc:to:from:from:to:cc:subject:date :message-id:reply-to; bh=EF2RvzRz2bImkD1JmuSwDbzFmUGm+oyNQOWca7YVyUc=; b=vb92xvX8DRnHdnPAnXASfaRJq8UBgiZpQNdNC492BMLVBoDnAhTBU1n0BgqVWaoJcV icUMLd0XPx7PhyPOuyG0ovmRxp5wpRpLdZv0OsjbHIcZD1UOssRomxOipTM5N4wWSMOU wIfHlaw0/UTnUogutvDnL1AzbsAv12FiArB4ypnvxWswhOBdCgpBj0eI+gX4kmkGaCvQ WlW4bda1wMjfEFLdlavpaFd+U+jxIlAyJwqciPSp6OItulIaFpzHLfhLNHMUoxPfrlRO d0C/IO0ELE/cCIdhjFGwZ0vjjc+aqrzY0gTBUe/g3dBO7nRdjM10MWraAhedBK/OR6Aj 59UA== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20221208; t=1687180981; x=1689772981; h=content-transfer-encoding:mime-version:references:in-reply-to :message-id:date:subject:cc:to:from:x-gm-message-state:from:to:cc :subject:date:message-id:reply-to; bh=EF2RvzRz2bImkD1JmuSwDbzFmUGm+oyNQOWca7YVyUc=; b=Z7hH11plCH70NgOHMluv/83amTMc+ClD7Rjhq2F9hlL1fF1KWaXlMZ3YcB0Vi3K4/y ArClv01gjujRyclMf7njrtPdDlMxOULfRSreZd0N/e56l4G8hEzCgWEOj3HTtVEgtYgD s2JTNJl0b09qzoU5VlPUp6GH0Dma/zfYnH9Ym1HEWowRN2yAD8vGmh8Faf5m/bnEati9 bhsxq6wVm+LykO5JBZcAjqP04vQjBuCyE05IwNe7YBAIoMNKn7NiDlo4+5qvl3jH7IDY eFKhVw8M36VjjZDrz2TePeTtcwEbu8H1wS5YjMRzlk0QVBM8XSf69g60pfzbf54mDHAg ibug== X-Gm-Message-State: AC+VfDwQEMOIq1PTcO3Uiu2A4Wbg7ont4zvYLRulw32A0r4mdP6/fmyE WB+LkBsOh+mTIJFkpqsR/UPwjpsB+GKrCpmJRUw= X-Google-Smtp-Source: ACHHUZ50uTyeI/iCy3+NlhT8Pht7bAS1ATWLBgm2Gg0W5lwe+i0nUA/NQ4RVUUR3ZWxU5Fw+bFN+ng== X-Received: by 2002:a05:6000:1008:b0:311:1501:ba53 with SMTP id a8-20020a056000100800b003111501ba53mr6081371wrx.49.1687180981106; Mon, 19 Jun 2023 06:23:01 -0700 (PDT) Received: from brgl-uxlite.home ([2a01:cb1d:334:ac00:d9e8:ddbf:7391:a0b0]) by smtp.gmail.com with ESMTPSA id t11-20020adfdc0b000000b0030ae3a6be5bsm31667139wri.78.2023.06.19.06.23.00 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Mon, 19 Jun 2023 06:23:00 -0700 (PDT) From: Bartosz Golaszewski To: Khem Raj , Bruce Ashfield , openembedded-devel@lists.openembedded.org Cc: Bartosz Golaszewski Subject: [meta-python][RESEND PATCH 39/54] python3-can: add missing run-time dependencies Date: Mon, 19 Jun 2023 15:21:59 +0200 Message-Id: <20230619132214.213417-40-brgl@bgdev.pl> X-Mailer: git-send-email 2.39.2 In-Reply-To: <20230619132214.213417-1-brgl@bgdev.pl> References: <20230619132214.213417-1-brgl@bgdev.pl> MIME-Version: 1.0 List-Id: X-Webhook-Received: from li982-79.members.linode.com [45.33.32.79] by aws-us-west-2-korg-lkml-1.web.codeaurora.org with HTTPS for ; Mon, 19 Jun 2023 13:23:03 -0000 X-Groupsio-URL: https://lists.openembedded.org/g/openembedded-devel/message/103423 From: Bartosz Golaszewski Add missing RDEPENDS for this package. Signed-off-by: Bartosz Golaszewski --- meta-python/recipes-devtools/python/python3-can_4.2.1.bb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/meta-python/recipes-devtools/python/python3-can_4.2.1.bb b/meta-python/recipes-devtools/python/python3-can_4.2.1.bb index f5cc31d6f..5e3d54d6f 100644 --- a/meta-python/recipes-devtools/python/python3-can_4.2.1.bb +++ b/meta-python/recipes-devtools/python/python3-can_4.2.1.bb @@ -11,10 +11,12 @@ inherit pypi setuptools3 RDEPENDS:${PN} += " \ python3-aenum \ + python3-asyncio \ python3-codecs \ python3-compression \ python3-ctypes \ python3-fcntl \ + python3-json \ python3-logging \ python3-misc \ python3-netserver \ From patchwork Mon Jun 19 13:22:00 2023 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Bartosz Golaszewski X-Patchwork-Id: 26001 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org Received: from aws-us-west-2-korg-lkml-1.web.codeaurora.org (localhost.localdomain [127.0.0.1]) by smtp.lore.kernel.org (Postfix) with ESMTP id ED2DBC3DA41 for ; Mon, 19 Jun 2023 13:23:13 +0000 (UTC) Received: from mail-wr1-f46.google.com (mail-wr1-f46.google.com [209.85.221.46]) by mx.groups.io with SMTP id smtpd.web11.7389.1687180983938041742 for ; Mon, 19 Jun 2023 06:23:04 -0700 Authentication-Results: mx.groups.io; dkim=fail reason="signature has expired" header.i=@bgdev-pl.20221208.gappssmtp.com header.s=20221208 header.b=5NfeMz8i; spf=none, err=SPF record not found (domain: bgdev.pl, ip: 209.85.221.46, mailfrom: brgl@bgdev.pl) Received: by mail-wr1-f46.google.com with SMTP id ffacd0b85a97d-30e3caa6aa7so3435634f8f.1 for ; Mon, 19 Jun 2023 06:23:03 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=bgdev-pl.20221208.gappssmtp.com; s=20221208; t=1687180982; x=1689772982; h=content-transfer-encoding:mime-version:references:in-reply-to :message-id:date:subject:cc:to:from:from:to:cc:subject:date :message-id:reply-to; bh=y71r6Tu8NBru+3AZIB9gf8GcBOl4ojAx68BUKEmS2+o=; b=5NfeMz8ivBXvBn+e7VUb2tfChe9oRUb0yvswPyUoUUiKk+W91dxNI8hbAxkc8MTkqb JuAqsUzTq5PLO3a10a4iDp5lySQpbJbI0UIcEh0/e3XvBh5hT2f/URQX2OuFPfxEtqwn u5xz+sSMwPBsGksx4LXrUWMErHv5gHujy6MwqLL9lsfPbHiBFiiwAsQrnbkJhVyiD2aC YRs9r022CZYsTDCfF7niAHUyId+ZklACDleUsq0ENWLBm9t6vQ+82xek2o1MhYlh6zWr FqO7ujCsns5K7t88hY3yRHCR4wpxr4AJ4+3p9RaCYjAaQqRvhABafbL5TfMRoUgB0COU W7Qw== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20221208; t=1687180982; x=1689772982; h=content-transfer-encoding:mime-version:references:in-reply-to :message-id:date:subject:cc:to:from:x-gm-message-state:from:to:cc :subject:date:message-id:reply-to; bh=y71r6Tu8NBru+3AZIB9gf8GcBOl4ojAx68BUKEmS2+o=; b=YO9efcfFTyhxrdedV5CWzzmWOlDL4WAhdedoxh9z/CkEPVjai/qN8x/1Q75eyUedTH qNLYZnMfIGO+0NzootSk/Qr6XXRDB1Vo8mV2FSuBNca2BAqBr7HpYVhcfzHfbkpf8CBv QdVYBTwq1B/Y7ntls5tF8nlzQAhxFaBqjRyOCdq3kCuanEVuC5wx/466KCTvLjw2ctnM NBYfhXEfkMVxV5LvciEjwL4e4SAZJTqO4pRJw+ENKqQHt9aqaTx+kFbWeBg5L3zG0j7u mN88E3LPdnozKjbM/qa6iy3dHwmXXtoD+IzKJ6G0YJhqQoJ7S/V2Ucg3jZA/7m7Kla+N BqMQ== X-Gm-Message-State: AC+VfDyxatQYyWF5Kp6rDEuOcfZ4jUki1s0z51E4Iy+iwfuRRyRYjLgg 8EHglte/D+jbVcWyvvZ0OFA+Xg== X-Google-Smtp-Source: ACHHUZ5h59QsOwavloPU9F13AEn4Zcissr+Y2klhx/6rJu1rAKIXe0pjghZoqzElfTqLuTBDNtQQ7w== X-Received: by 2002:adf:fc4e:0:b0:30f:cf52:9194 with SMTP id e14-20020adffc4e000000b0030fcf529194mr7822216wrs.58.1687180982481; Mon, 19 Jun 2023 06:23:02 -0700 (PDT) Received: from brgl-uxlite.home ([2a01:cb1d:334:ac00:d9e8:ddbf:7391:a0b0]) by smtp.gmail.com with ESMTPSA id t11-20020adfdc0b000000b0030ae3a6be5bsm31667139wri.78.2023.06.19.06.23.01 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Mon, 19 Jun 2023 06:23:02 -0700 (PDT) From: Bartosz Golaszewski To: Khem Raj , Bruce Ashfield , openembedded-devel@lists.openembedded.org Cc: Bartosz Golaszewski Subject: [meta-python][RESEND PATCH 40/54] python3-click-spinner: add missing run-time dependencies Date: Mon, 19 Jun 2023 15:22:00 +0200 Message-Id: <20230619132214.213417-41-brgl@bgdev.pl> X-Mailer: git-send-email 2.39.2 In-Reply-To: <20230619132214.213417-1-brgl@bgdev.pl> References: <20230619132214.213417-1-brgl@bgdev.pl> MIME-Version: 1.0 List-Id: X-Webhook-Received: from li982-79.members.linode.com [45.33.32.79] by aws-us-west-2-korg-lkml-1.web.codeaurora.org with HTTPS for ; Mon, 19 Jun 2023 13:23:13 -0000 X-Groupsio-URL: https://lists.openembedded.org/g/openembedded-devel/message/103424 From: Bartosz Golaszewski Add missing RDEPENDS for this package. Signed-off-by: Bartosz Golaszewski --- .../recipes-devtools/python/python3-click-spinner_0.1.10.bb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/meta-python/recipes-devtools/python/python3-click-spinner_0.1.10.bb b/meta-python/recipes-devtools/python/python3-click-spinner_0.1.10.bb index 418f8a32a..bd1136fd7 100644 --- a/meta-python/recipes-devtools/python/python3-click-spinner_0.1.10.bb +++ b/meta-python/recipes-devtools/python/python3-click-spinner_0.1.10.bb @@ -7,3 +7,5 @@ SRC_URI[md5sum] = "ab68ed404401421819c81cc6c0677a87" SRC_URI[sha256sum] = "87eacf9d7298973a25d7615ef57d4782aebf913a532bba4b28a37e366e975daf" inherit pypi setuptools3 + +RDEPENDS:${PN} += "python3-json" From patchwork Mon Jun 19 13:22:01 2023 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Bartosz Golaszewski X-Patchwork-Id: 26010 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org Received: from aws-us-west-2-korg-lkml-1.web.codeaurora.org (localhost.localdomain [127.0.0.1]) by smtp.lore.kernel.org (Postfix) with ESMTP id 2B029C001DD for ; Mon, 19 Jun 2023 13:23:14 +0000 (UTC) Received: from mail-wr1-f52.google.com (mail-wr1-f52.google.com [209.85.221.52]) by mx.groups.io with SMTP id smtpd.web10.7427.1687180984906480500 for ; Mon, 19 Jun 2023 06:23:05 -0700 Authentication-Results: mx.groups.io; dkim=fail reason="signature has expired" header.i=@bgdev-pl.20221208.gappssmtp.com header.s=20221208 header.b=I0qWTHRa; spf=none, err=SPF record not found (domain: bgdev.pl, ip: 209.85.221.52, mailfrom: brgl@bgdev.pl) Received: by mail-wr1-f52.google.com with SMTP id ffacd0b85a97d-31129591288so1810542f8f.1 for ; Mon, 19 Jun 2023 06:23:04 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=bgdev-pl.20221208.gappssmtp.com; s=20221208; t=1687180983; x=1689772983; h=content-transfer-encoding:mime-version:references:in-reply-to :message-id:date:subject:cc:to:from:from:to:cc:subject:date :message-id:reply-to; bh=AA5UJ5JbNJTnTv4hpQN959CW9FXtN6jhovsQJMLYLzg=; b=I0qWTHRaIMYJ1a8cxqehOLgMgwlaMFSMwW8RP/PW2CEf7Ev+i+yWsKydVNT5bJBGII jFOTuRsMAvHf/KAeHEQkPetaQkWBuQZt5LBtCOVftevqlA+EefPL41vf7A33+ImGlkpC VlyZFeVJ28tcpzVwrKWrdeHxZ1bfBBOSoMzqp6f7j9GZWfFZzwXUbR9zpK3Ni47gqpo2 Wc++OZevWTagMZxDde+iyDd3WYoHDY+OhTqZ4fkej6bC92sFQMLy8NU35ZcfAARfBxBc rU0/spodGzVMStpwUxmf7vzbGCt4EOQRycYgivpuF5XZX+IqspOU0zTKey/eXa9+LOjI qUfQ== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20221208; t=1687180983; x=1689772983; h=content-transfer-encoding:mime-version:references:in-reply-to :message-id:date:subject:cc:to:from:x-gm-message-state:from:to:cc :subject:date:message-id:reply-to; bh=AA5UJ5JbNJTnTv4hpQN959CW9FXtN6jhovsQJMLYLzg=; b=Sc+jIOVXgIJARaZ+zJQ5R3fPI/xOxDz3LjLsT8UbaDID5mZZDysBWpn8Hoku5ixGf8 j11JXUpnPbIcD48BlZXd5bDuLYY5dZvOg6vBf06y4KoLn63E5cEpKPqVe9V5kt4j1hee /GPBsMIOk+PT9gS2Ymkg1A5cOAu8zIzCWx77AC9IITVfW0/MG1MMq21EqNlTZxOL1PZg seA6yNa/wtvv3NN7HHZYkGsVLHfBnfMx6oI+aEKDehkaqTM/RiDL6GLqMOrq6UDC1nPA vR4Fd3HEWQyN9KwD+RbqqgVDs16F68PGOfWOUCf9ytHo7HOwuq3BYZDw9W7fm5nW7E9U dOuA== X-Gm-Message-State: AC+VfDwRuREh3jjpUNP/u3y7wqSgpC/2r1TnYv/nqoGuIBDkbxYwRz5A OI74+6+E+YePuN2lY9213rs5yA== X-Google-Smtp-Source: ACHHUZ7cr9IFAeCG659u/T4UUyhQbdVDqi86LYM9RPWrboyQE3Ii4aG/13UYC4pVdpun6wYWk7QRAA== X-Received: by 2002:adf:cf12:0:b0:306:2a42:d23b with SMTP id o18-20020adfcf12000000b003062a42d23bmr5742192wrj.6.1687180983495; Mon, 19 Jun 2023 06:23:03 -0700 (PDT) Received: from brgl-uxlite.home ([2a01:cb1d:334:ac00:d9e8:ddbf:7391:a0b0]) by smtp.gmail.com with ESMTPSA id t11-20020adfdc0b000000b0030ae3a6be5bsm31667139wri.78.2023.06.19.06.23.02 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Mon, 19 Jun 2023 06:23:03 -0700 (PDT) From: Bartosz Golaszewski To: Khem Raj , Bruce Ashfield , openembedded-devel@lists.openembedded.org Cc: Bartosz Golaszewski Subject: [meta-python][RESEND PATCH 41/54] python3-colorlog: add missing run-time dependencies Date: Mon, 19 Jun 2023 15:22:01 +0200 Message-Id: <20230619132214.213417-42-brgl@bgdev.pl> X-Mailer: git-send-email 2.39.2 In-Reply-To: <20230619132214.213417-1-brgl@bgdev.pl> References: <20230619132214.213417-1-brgl@bgdev.pl> MIME-Version: 1.0 List-Id: X-Webhook-Received: from li982-79.members.linode.com [45.33.32.79] by aws-us-west-2-korg-lkml-1.web.codeaurora.org with HTTPS for ; Mon, 19 Jun 2023 13:23:14 -0000 X-Groupsio-URL: https://lists.openembedded.org/g/openembedded-devel/message/103425 From: Bartosz Golaszewski Add missing RDEPENDS for this package. Signed-off-by: Bartosz Golaszewski --- meta-python/recipes-devtools/python/python3-colorlog_6.7.0.bb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/meta-python/recipes-devtools/python/python3-colorlog_6.7.0.bb b/meta-python/recipes-devtools/python/python3-colorlog_6.7.0.bb index 84b67e784..69f4be17c 100644 --- a/meta-python/recipes-devtools/python/python3-colorlog_6.7.0.bb +++ b/meta-python/recipes-devtools/python/python3-colorlog_6.7.0.bb @@ -8,3 +8,5 @@ inherit pypi setuptools3 PYPI_PACKAGE = "colorlog" SRC_URI[sha256sum] = "bd94bd21c1e13fac7bd3153f4bc3a7dc0eb0974b8bc2fdf1a989e474f6e582e5" + +RDEPENDS:${PN} += "python3-logging" From patchwork Mon Jun 19 13:22:02 2023 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Bartosz Golaszewski X-Patchwork-Id: 26008 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org Received: from aws-us-west-2-korg-lkml-1.web.codeaurora.org (localhost.localdomain [127.0.0.1]) by smtp.lore.kernel.org (Postfix) with ESMTP id 15178C001DB for ; Mon, 19 Jun 2023 13:23:14 +0000 (UTC) Received: from mail-wr1-f54.google.com (mail-wr1-f54.google.com [209.85.221.54]) by mx.groups.io with SMTP id smtpd.web11.7390.1687180986042300020 for ; Mon, 19 Jun 2023 06:23:06 -0700 Authentication-Results: mx.groups.io; dkim=fail reason="signature has expired" header.i=@bgdev-pl.20221208.gappssmtp.com header.s=20221208 header.b=4i5FPeb7; spf=none, err=SPF record not found (domain: bgdev.pl, ip: 209.85.221.54, mailfrom: brgl@bgdev.pl) Received: by mail-wr1-f54.google.com with SMTP id ffacd0b85a97d-3110a5f2832so3387768f8f.1 for ; Mon, 19 Jun 2023 06:23:05 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=bgdev-pl.20221208.gappssmtp.com; s=20221208; t=1687180984; x=1689772984; h=content-transfer-encoding:mime-version:references:in-reply-to :message-id:date:subject:cc:to:from:from:to:cc:subject:date :message-id:reply-to; bh=2P+b3SinEgWfzktVTTinG6FLz4mbyoofycGhpLD4GwE=; b=4i5FPeb7MCTQE6kUG458KOLL+c+W8ClYu+K+V6MyDegeXr44zXoCg+24p4U4tk9/cH c6TGTCYPQ3CMUXRai4/V1RgTscrCEIqbBcB333wV2mIZ3OQoAlExxigESXJM6iRSrKKd moAbjvTOEa8z8wAF29OJOk2Slw+yZ5JmPlsZJPKYJkjUWIAAp70TOFUYjE/WZEMJuGug CfnrcAYeifCTM8ZxfKpNSNQ/GwRAl8yysqLyW67jJNOII+qhe6+32/Ggfh6N34FNmo/q cJIMjRuGY8iPnM3dD+9J6TWhBD6nv9Wa0J98PfzcagiiVyQrnEUC0PLYnh4NAcOis1oZ 7+HQ== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20221208; t=1687180984; x=1689772984; h=content-transfer-encoding:mime-version:references:in-reply-to :message-id:date:subject:cc:to:from:x-gm-message-state:from:to:cc :subject:date:message-id:reply-to; bh=2P+b3SinEgWfzktVTTinG6FLz4mbyoofycGhpLD4GwE=; b=HLRm8BlUTcAt+uLevEgep3++YcRx3NX4P2pf6Ow4VKsAprjR9ymMoX/sgG7nfqSXkZ 6ClqRLzUxOVeNUdoB5WaMZmtjbvMqUOcu0uSEhHkSmdxqKXm6+ExluG+I2X5echVaamY 9C/kZBXdKkYydVk86klY9ufFapsTgTkEl448bwP1YrM7Snh1mwFFY/uuzwOTidl/8a0w CgK+VYZhizpLFNQftmvzExNPalp/RMqKO6hZDs7nuKdM0iBVqZErq4S/gdcYCAw8kHsG vo3R0GJAblE3MqhAkpysggqoNdhwkpUy/5W9xQze8n5Izd78+KWwPXCzQNwDxHBHLBqq AhbQ== X-Gm-Message-State: AC+VfDzglF1JOeWDcx0m6y72jU0EVokk+pGVFZVXTa1iDHY0dXZYhoSB XSvNKJnF7zLPJ/f5EoyW0s4wZw== X-Google-Smtp-Source: ACHHUZ7a6/SZDWydDaBFdnmxZ9JImayHS9tbtdzw3enVRDmtyLh5QytGZqpY98UwiVpvy1JN8hqZEQ== X-Received: by 2002:a5d:6692:0:b0:311:108c:1fe6 with SMTP id l18-20020a5d6692000000b00311108c1fe6mr12952239wru.33.1687180984643; Mon, 19 Jun 2023 06:23:04 -0700 (PDT) Received: from brgl-uxlite.home ([2a01:cb1d:334:ac00:d9e8:ddbf:7391:a0b0]) by smtp.gmail.com with ESMTPSA id t11-20020adfdc0b000000b0030ae3a6be5bsm31667139wri.78.2023.06.19.06.23.03 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Mon, 19 Jun 2023 06:23:04 -0700 (PDT) From: Bartosz Golaszewski To: Khem Raj , Bruce Ashfield , openembedded-devel@lists.openembedded.org Cc: Bartosz Golaszewski Subject: [meta-python][RESEND PATCH 42/54] python3-colorzero: add missing run-time dependencies Date: Mon, 19 Jun 2023 15:22:02 +0200 Message-Id: <20230619132214.213417-43-brgl@bgdev.pl> X-Mailer: git-send-email 2.39.2 In-Reply-To: <20230619132214.213417-1-brgl@bgdev.pl> References: <20230619132214.213417-1-brgl@bgdev.pl> MIME-Version: 1.0 List-Id: X-Webhook-Received: from li982-79.members.linode.com [45.33.32.79] by aws-us-west-2-korg-lkml-1.web.codeaurora.org with HTTPS for ; Mon, 19 Jun 2023 13:23:14 -0000 X-Groupsio-URL: https://lists.openembedded.org/g/openembedded-devel/message/103426 From: Bartosz Golaszewski Add missing RDEPENDS for this package. Signed-off-by: Bartosz Golaszewski --- meta-python/recipes-devtools/python/python3-colorzero_2.0.bb | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/meta-python/recipes-devtools/python/python3-colorzero_2.0.bb b/meta-python/recipes-devtools/python/python3-colorzero_2.0.bb index 1a331d13f..fc1615e67 100644 --- a/meta-python/recipes-devtools/python/python3-colorzero_2.0.bb +++ b/meta-python/recipes-devtools/python/python3-colorzero_2.0.bb @@ -7,7 +7,10 @@ HOMEPAGE = " https://github.com/waveform80/colorzero " LICENSE = "BSD-3-Clause" LIC_FILES_CHKSUM = "file://LICENSE.txt;md5=ae6c62710c0646f3c60d1ad812ea9bf9" -RDEPENDS:${PN} = "python3-image" +RDEPENDS:${PN} += " \ + python3-image \ + python3-numbers \ +" SRC_URI[sha256sum] = "e7d5a5c26cd0dc37b164ebefc609f388de24f8593b659191e12d85f8f9d5eb58" From patchwork Mon Jun 19 13:22:03 2023 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Bartosz Golaszewski X-Patchwork-Id: 26007 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org Received: from aws-us-west-2-korg-lkml-1.web.codeaurora.org (localhost.localdomain [127.0.0.1]) by smtp.lore.kernel.org (Postfix) with ESMTP id 15156C001B3 for ; Mon, 19 Jun 2023 13:23:14 +0000 (UTC) Received: from mail-lf1-f43.google.com (mail-lf1-f43.google.com [209.85.167.43]) by mx.groups.io with SMTP id smtpd.web10.7428.1687180987118863254 for ; Mon, 19 Jun 2023 06:23:07 -0700 Authentication-Results: mx.groups.io; dkim=fail reason="signature has expired" header.i=@bgdev-pl.20221208.gappssmtp.com header.s=20221208 header.b=KCDi37TG; spf=none, err=SPF record not found (domain: bgdev.pl, ip: 209.85.167.43, mailfrom: brgl@bgdev.pl) Received: by mail-lf1-f43.google.com with SMTP id 2adb3069b0e04-4f86a7a5499so2003062e87.2 for ; Mon, 19 Jun 2023 06:23:06 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=bgdev-pl.20221208.gappssmtp.com; s=20221208; t=1687180985; x=1689772985; h=content-transfer-encoding:mime-version:references:in-reply-to :message-id:date:subject:cc:to:from:from:to:cc:subject:date :message-id:reply-to; bh=BvNxztIufpGejwga39A13HR0pTuvQYg4b3Y2x3BSmfc=; b=KCDi37TGrw7kknlCpTsCdFWMm67+1PywGWUR0nMwDXeGKfG6nR1W5dfQVsn4RZmTp6 CBIdVYY7fgXVENO4FmcSDGcmPt2I+rnIy39HeuUCaNzTWI3KTWQ5wV3KaEjgrXjqNZsS O0tk+s9F5VDfITlzy8m6G/LnAOb3EHWnq/hdFZr03WHtL5baVfDmXVnzSYlDtvSmJllB MojsoMtGbqB5tghXSThFWVwGwCJ2HiWj+co6a+yGlnIwHMMT0B6i4cNb80tefUO7UQRF +toVtXtE3iy4tAoA3Ww28iEeBzOjdaNQ6N2oYxM4N8xviwvZT4hVH+p+9vh+xCh6orCV KGpQ== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20221208; t=1687180985; x=1689772985; h=content-transfer-encoding:mime-version:references:in-reply-to :message-id:date:subject:cc:to:from:x-gm-message-state:from:to:cc :subject:date:message-id:reply-to; bh=BvNxztIufpGejwga39A13HR0pTuvQYg4b3Y2x3BSmfc=; b=aQKnVLhgRw/Ve2J9wi1DFHEvFvf7ZJungTwyoGuR9++B8JVH2GfzH++EatnNZfNrqX d0NQToxsW47YxixjqPpTc5A9KOrSRdXxDD9v6I19zD55R1fn0dbU2Tc4MKG3nsrjqP7R 27OQSU08TpX2qhPjleSymyKaL3BFbX47R535ky+JPpH/mo2uuq2IWF5zwOSZsevEiJM7 85JzgGJjA61BIeHJNtNPrUQIhFv85Chm9B5oS5yw2G0Wxlj5Vs+3c+m/zfNJGeFv3LnT rrzfYd5/aB7D6tVfDYyvaa/Euzsa1rYTW+noSA3zo0aDpC63fvxffpoABMBIPPP0MoOf IvpA== X-Gm-Message-State: AC+VfDxItM6tOEG3hUmiruGT9UzTPALy1NvJViejqn5PnTv+lKmeYL6d QSLE2ILj3F/Tx6fa1OUfM3v2VA== X-Google-Smtp-Source: ACHHUZ4DFswZTUiiO0w0bSmcnTdp3Jdro8X3RhuMS2V2KS7PUCk+FYbfz+xwqGYkII/1N9A/QShhhg== X-Received: by 2002:a19:6451:0:b0:4f8:752f:df48 with SMTP id b17-20020a196451000000b004f8752fdf48mr934880lfj.29.1687180985492; Mon, 19 Jun 2023 06:23:05 -0700 (PDT) Received: from brgl-uxlite.home ([2a01:cb1d:334:ac00:d9e8:ddbf:7391:a0b0]) by smtp.gmail.com with ESMTPSA id t11-20020adfdc0b000000b0030ae3a6be5bsm31667139wri.78.2023.06.19.06.23.04 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Mon, 19 Jun 2023 06:23:05 -0700 (PDT) From: Bartosz Golaszewski To: Khem Raj , Bruce Ashfield , openembedded-devel@lists.openembedded.org Cc: Bartosz Golaszewski Subject: [meta-python][RESEND PATCH 43/54] python3-configobj: fix coding style Date: Mon, 19 Jun 2023 15:22:03 +0200 Message-Id: <20230619132214.213417-44-brgl@bgdev.pl> X-Mailer: git-send-email 2.39.2 In-Reply-To: <20230619132214.213417-1-brgl@bgdev.pl> References: <20230619132214.213417-1-brgl@bgdev.pl> MIME-Version: 1.0 List-Id: X-Webhook-Received: from li982-79.members.linode.com [45.33.32.79] by aws-us-west-2-korg-lkml-1.web.codeaurora.org with HTTPS for ; Mon, 19 Jun 2023 13:23:14 -0000 X-Groupsio-URL: https://lists.openembedded.org/g/openembedded-devel/message/103427 From: Bartosz Golaszewski Stop using PYTHON_PN, fix whitespaces. Signed-off-by: Bartosz Golaszewski --- .../recipes-devtools/python/python3-configobj_5.0.8.bb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/meta-python/recipes-devtools/python/python3-configobj_5.0.8.bb b/meta-python/recipes-devtools/python/python3-configobj_5.0.8.bb index b8b5e6f89..fa9424a51 100644 --- a/meta-python/recipes-devtools/python/python3-configobj_5.0.8.bb +++ b/meta-python/recipes-devtools/python/python3-configobj_5.0.8.bb @@ -8,6 +8,6 @@ SRC_URI[sha256sum] = "6f704434a07dc4f4dc7c9a745172c1cad449feb548febd9f7fe362629c inherit pypi setuptools3 -RDEPENDS:${PN} += "\ - ${PYTHON_PN}-six \ +RDEPENDS:${PN} += " \ + python3-six \ " From patchwork Mon Jun 19 13:22:04 2023 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Bartosz Golaszewski X-Patchwork-Id: 26009 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org Received: from aws-us-west-2-korg-lkml-1.web.codeaurora.org (localhost.localdomain [127.0.0.1]) by smtp.lore.kernel.org (Postfix) with ESMTP id 17CF7C0015E for ; Mon, 19 Jun 2023 13:23:14 +0000 (UTC) Received: from mail-wm1-f50.google.com (mail-wm1-f50.google.com [209.85.128.50]) by mx.groups.io with SMTP id smtpd.web10.7429.1687180988031126460 for ; Mon, 19 Jun 2023 06:23:08 -0700 Authentication-Results: mx.groups.io; dkim=fail reason="signature has expired" header.i=@bgdev-pl.20221208.gappssmtp.com header.s=20221208 header.b=YzjnhgbL; spf=none, err=SPF record not found (domain: bgdev.pl, ip: 209.85.128.50, mailfrom: brgl@bgdev.pl) Received: by mail-wm1-f50.google.com with SMTP id 5b1f17b1804b1-3f9189228bcso10829755e9.3 for ; Mon, 19 Jun 2023 06:23:07 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=bgdev-pl.20221208.gappssmtp.com; s=20221208; t=1687180986; x=1689772986; h=content-transfer-encoding:mime-version:references:in-reply-to :message-id:date:subject:cc:to:from:from:to:cc:subject:date :message-id:reply-to; bh=hn/EdUsGtb3p5TDTeblzFPabIHQpK1kWXEsORjaaWLc=; b=YzjnhgbLuJIiXpOIGGkgEwlrUZX+dM6SfM+2BsjwH2RohUPacmWu2hsfqvD8QUJjoC bWOhBgQirruhZAinzdtH9ujx7PEtdRb7PNeD+/Hd09hocMiNuAmoFwim9FKRj9UCdS+q KjlgGM26h7sQY6kWlG55ZCHoDKo4auAQiOl75DPM2Tsb/PS7MVfdGcJSFwWSQ22+98mf wAqnKrfiL7OOBm5TJfM/MwKDvD2QStk4lrxDm57j+h3zIIuY+CeIFQvMw1iZoe+CshD8 pZ4Xq1fYg5719/wOjknCKFDLxBfF0ET6aZbvKtUPplAUd00cVAxh7Vo6crsP7vfXRRzm +IBQ== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20221208; t=1687180986; x=1689772986; h=content-transfer-encoding:mime-version:references:in-reply-to :message-id:date:subject:cc:to:from:x-gm-message-state:from:to:cc :subject:date:message-id:reply-to; bh=hn/EdUsGtb3p5TDTeblzFPabIHQpK1kWXEsORjaaWLc=; b=HBZLlnSbzLU6ofeqGW/UGSLmDZWrEeLZHRqYM5eLOZhk/5agYz7G1M8rGShl980Asi IpDXJhTS90DzTkm3BcmyWJTf7TbpI2Cwjm02pw1hgLxV2b/qpvki7QjwBvOmLPzmoNLF lCNZyvq2eSR9cpqDuIaoDX4Lx6WfskccxwEluKWCXWjtbssYoKLzAsdhlj4sCxZAZSI+ VCC5wc3zSQuJv2tzLmEZWq8pu1HDemyvdgHMZH8NberISGKCYgHdJx9Ay1/mVkxRPFKF qaSdiWJmVaElneBr9LcmLLOVx/vZnBoAuKIe/MhnlUEECYe98i25cxvn+JZXBjrp8voY zq6A== X-Gm-Message-State: AC+VfDyI9+KhTUCfFWu3FG6dTlFiYOzEhW9NIrbqGNWl19+kLWV3y2a0 it8uVKg8NR8MlL8FAj9nGbgy7w== X-Google-Smtp-Source: ACHHUZ7PFOfIp4/7yuiS39meiJHcPOeMaEAzLcpaR1rMOuV0rRz7pTjcw0fe5dJHNo85ZA719vQesA== X-Received: by 2002:a7b:c8c9:0:b0:3f9:82f:bad5 with SMTP id f9-20020a7bc8c9000000b003f9082fbad5mr4055024wml.35.1687180986581; Mon, 19 Jun 2023 06:23:06 -0700 (PDT) Received: from brgl-uxlite.home ([2a01:cb1d:334:ac00:d9e8:ddbf:7391:a0b0]) by smtp.gmail.com with ESMTPSA id t11-20020adfdc0b000000b0030ae3a6be5bsm31667139wri.78.2023.06.19.06.23.05 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Mon, 19 Jun 2023 06:23:06 -0700 (PDT) From: Bartosz Golaszewski To: Khem Raj , Bruce Ashfield , openembedded-devel@lists.openembedded.org Cc: Bartosz Golaszewski Subject: [meta-python][RESEND PATCH 44/54] python3-configobj: add missing run-time dependencies Date: Mon, 19 Jun 2023 15:22:04 +0200 Message-Id: <20230619132214.213417-45-brgl@bgdev.pl> X-Mailer: git-send-email 2.39.2 In-Reply-To: <20230619132214.213417-1-brgl@bgdev.pl> References: <20230619132214.213417-1-brgl@bgdev.pl> MIME-Version: 1.0 List-Id: X-Webhook-Received: from li982-79.members.linode.com [45.33.32.79] by aws-us-west-2-korg-lkml-1.web.codeaurora.org with HTTPS for ; Mon, 19 Jun 2023 13:23:14 -0000 X-Groupsio-URL: https://lists.openembedded.org/g/openembedded-devel/message/103428 From: Bartosz Golaszewski Add missing RDEPENDS for this package. Signed-off-by: Bartosz Golaszewski --- meta-python/recipes-devtools/python/python3-configobj_5.0.8.bb | 1 + 1 file changed, 1 insertion(+) diff --git a/meta-python/recipes-devtools/python/python3-configobj_5.0.8.bb b/meta-python/recipes-devtools/python/python3-configobj_5.0.8.bb index fa9424a51..8dc706fdf 100644 --- a/meta-python/recipes-devtools/python/python3-configobj_5.0.8.bb +++ b/meta-python/recipes-devtools/python/python3-configobj_5.0.8.bb @@ -9,5 +9,6 @@ SRC_URI[sha256sum] = "6f704434a07dc4f4dc7c9a745172c1cad449feb548febd9f7fe362629c inherit pypi setuptools3 RDEPENDS:${PN} += " \ + python3-pprint \ python3-six \ " From patchwork Mon Jun 19 13:22:05 2023 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Bartosz Golaszewski X-Patchwork-Id: 26002 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org Received: from aws-us-west-2-korg-lkml-1.web.codeaurora.org (localhost.localdomain [127.0.0.1]) by smtp.lore.kernel.org (Postfix) with ESMTP id 07612EB64DB for ; Mon, 19 Jun 2023 13:23:14 +0000 (UTC) Received: from mail-lf1-f48.google.com (mail-lf1-f48.google.com [209.85.167.48]) by mx.groups.io with SMTP id smtpd.web11.7393.1687180989205265745 for ; Mon, 19 Jun 2023 06:23:09 -0700 Authentication-Results: mx.groups.io; dkim=fail reason="signature has expired" header.i=@bgdev-pl.20221208.gappssmtp.com header.s=20221208 header.b=YXlsra9+; spf=none, err=SPF record not found (domain: bgdev.pl, ip: 209.85.167.48, mailfrom: brgl@bgdev.pl) Received: by mail-lf1-f48.google.com with SMTP id 2adb3069b0e04-4f766777605so4334458e87.1 for ; Mon, 19 Jun 2023 06:23:08 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=bgdev-pl.20221208.gappssmtp.com; s=20221208; t=1687180987; x=1689772987; h=content-transfer-encoding:mime-version:references:in-reply-to :message-id:date:subject:cc:to:from:from:to:cc:subject:date :message-id:reply-to; bh=Rc5YxXVWCziJyAIzmh9LR6bEraCSTXLNc6o7E/xpAWI=; b=YXlsra9+Xn0olS3WT6UeF12u4aPbmAJrLzSvqKvivnEU7h7fq+HNLEoO0GZ6exppPH FArc7hIv/8hOBzOclgNsqTAaDhDxv08tFzfpR1KfozUwwxpJZ+pmj/2cWb7yH4wKOrvb sljfw1ArPMpilead69KOOkQ2mL7OhOzAHlfAx4CGnL6BUBCZVZM4wM9qfl1dW5MuO5yX F9+PWi3uLzYVaSNFxstjcJs3gAv/v59KtskvfSVCDip3FIkwY1E5yOAB69fEksHaXP8V q0dpcsIOXnTBmf1siFZdETLXndtLlJ9jS8qJcY8jOMZ9CbhIV6hAGCfw737xoU+t1TvK Ka4g== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20221208; t=1687180987; x=1689772987; h=content-transfer-encoding:mime-version:references:in-reply-to :message-id:date:subject:cc:to:from:x-gm-message-state:from:to:cc :subject:date:message-id:reply-to; bh=Rc5YxXVWCziJyAIzmh9LR6bEraCSTXLNc6o7E/xpAWI=; b=JSqeoCPMzQyZ/2gzl9TnQ2hzJvbAghxF+6ReccwS6DMAmhuXPpmuRI472agz1F7HWh PiJGLrsRmjBt2TP6OOz4aeC0NoItJ4dtBl97AnK/b3p8xu25GLOaTmbJ3wp8yA+J1Fky /Z+hHwfTXEv+mHEy1kqTAen6n8t0e9a7iWsJum3ZCURvL/XdFZfUSzxrbHg2DB1bDLXT fS/x8wtXf9w0uWL5/2qKDZuXDEUt+NoCD63Wt6Xj5IOV8ubs4iB7DZSLJQRco5ZBzkzJ PL/saOQtjOo2C7MXAVG0EnoCBs/EUqR/ioaBSWjvXff0ER2xzPqEzF7Rs5CXoH4EM3bZ lWXg== X-Gm-Message-State: AC+VfDwgsTIOrEWJY5yNJIYq2WRaYCGrNOOSsygfQ9JgIVjQ/pzWEgI+ a/IzVmr+H9xfbgw9PUDQBI/+JQ== X-Google-Smtp-Source: ACHHUZ4dxgayH65P6pt6fHTiofibw0awvMB0bq8lUKnp9Vu3/a7BhPQtNu/ZFWT3fPZO6XAmB+VfGA== X-Received: by 2002:a19:5e47:0:b0:4f3:b708:f554 with SMTP id z7-20020a195e47000000b004f3b708f554mr4627285lfi.47.1687180987513; Mon, 19 Jun 2023 06:23:07 -0700 (PDT) Received: from brgl-uxlite.home ([2a01:cb1d:334:ac00:d9e8:ddbf:7391:a0b0]) by smtp.gmail.com with ESMTPSA id t11-20020adfdc0b000000b0030ae3a6be5bsm31667139wri.78.2023.06.19.06.23.06 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Mon, 19 Jun 2023 06:23:07 -0700 (PDT) From: Bartosz Golaszewski To: Khem Raj , Bruce Ashfield , openembedded-devel@lists.openembedded.org Cc: Bartosz Golaszewski Subject: [meta-python][RESEND PATCH 45/54] python3-configshell-fb: add missing run-time dependencies Date: Mon, 19 Jun 2023 15:22:05 +0200 Message-Id: <20230619132214.213417-46-brgl@bgdev.pl> X-Mailer: git-send-email 2.39.2 In-Reply-To: <20230619132214.213417-1-brgl@bgdev.pl> References: <20230619132214.213417-1-brgl@bgdev.pl> MIME-Version: 1.0 List-Id: X-Webhook-Received: from li982-79.members.linode.com [45.33.32.79] by aws-us-west-2-korg-lkml-1.web.codeaurora.org with HTTPS for ; Mon, 19 Jun 2023 13:23:14 -0000 X-Groupsio-URL: https://lists.openembedded.org/g/openembedded-devel/message/103429 From: Bartosz Golaszewski Add missing RDEPENDS for this package. Signed-off-by: Bartosz Golaszewski --- .../python/python3-configshell-fb_1.1.29.bb | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/meta-python/recipes-devtools/python/python3-configshell-fb_1.1.29.bb b/meta-python/recipes-devtools/python/python3-configshell-fb_1.1.29.bb index 2bb196c20..7a7ecd753 100644 --- a/meta-python/recipes-devtools/python/python3-configshell-fb_1.1.29.bb +++ b/meta-python/recipes-devtools/python/python3-configshell-fb_1.1.29.bb @@ -14,4 +14,9 @@ S = "${WORKDIR}/git" inherit setuptools3 PIP_INSTALL_PACKAGE = "configshell_fb" -RDEPENDS:${PN} += "python3-modules python3-fcntl python3-six" +RDEPENDS:${PN} += " \ + python3-fcntl \ + python3-modules \ + python3-pyparsing \ + python3-six \ +" From patchwork Mon Jun 19 13:22:06 2023 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Bartosz Golaszewski X-Patchwork-Id: 26006 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org Received: from aws-us-west-2-korg-lkml-1.web.codeaurora.org (localhost.localdomain [127.0.0.1]) by smtp.lore.kernel.org (Postfix) with ESMTP id 076A9C3DA42 for ; Mon, 19 Jun 2023 13:23:14 +0000 (UTC) Received: from mail-wr1-f54.google.com (mail-wr1-f54.google.com [209.85.221.54]) by mx.groups.io with SMTP id smtpd.web11.7394.1687180989913837955 for ; Mon, 19 Jun 2023 06:23:10 -0700 Authentication-Results: mx.groups.io; dkim=fail reason="signature has expired" header.i=@bgdev-pl.20221208.gappssmtp.com header.s=20221208 header.b=oAhlJeFP; spf=none, err=SPF record not found (domain: bgdev.pl, ip: 209.85.221.54, mailfrom: brgl@bgdev.pl) Received: by mail-wr1-f54.google.com with SMTP id ffacd0b85a97d-31114b46d62so3520062f8f.3 for ; Mon, 19 Jun 2023 06:23:09 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=bgdev-pl.20221208.gappssmtp.com; s=20221208; t=1687180988; x=1689772988; h=content-transfer-encoding:mime-version:references:in-reply-to :message-id:date:subject:cc:to:from:from:to:cc:subject:date :message-id:reply-to; bh=SMygM2PB6hnFkYkmsax/xdkPLOhohgGU4ntilxWfGtc=; b=oAhlJeFPNiy9jMoSN9FaIjDO9HChm1Xhi9Y8+HtUmOdQk+QbYprqdQ3NvRusUwX/Z+ lM3ABCFdMZqcX0ui7Kx+wcUWvgDEJeOGnZKa771kYkn+eQ/cTDxPX6CV/Xv0G/QgY15b BpAWAEKAEHcDTH6S9PXsL9KtxgAyv1iuXTstaPLyLL2Vh+xZT2ZusjgfCgPzk2uxUIkq 922KmB/orDqfM6+RO1kgI9SevV/z5jxjavviYEyw65RL8/Ppnye0gSetWxMPZfvjzPBj tgQXyThmfIE2fMFKwwXm3DW8FznGDFpH2QWGzpr8K0jnp9gqZ9E+Ok2wUH0xanTV7f3X PBqQ== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20221208; t=1687180988; x=1689772988; h=content-transfer-encoding:mime-version:references:in-reply-to :message-id:date:subject:cc:to:from:x-gm-message-state:from:to:cc :subject:date:message-id:reply-to; bh=SMygM2PB6hnFkYkmsax/xdkPLOhohgGU4ntilxWfGtc=; b=e+F5dKVlvVg/5yceW/GC8Lpq0Ypr5tejASpllljiMJa6gpfhrfTEhrvBGcmHegAixW 83umR+HMgFLTIXOZBpjfXzdTsa93gRpJR77Cm3ktWhqoHOMHKyL/DclCnQGeqfZYun3y Py5z3bq8zOYzXWjdQIRycOmnHQZHxOTDvpHP+mPcxNhiMFmqf+BPeGDDjbBtubjfCoX3 QaLdGOwl1WV6yaM/3coSRQ/nlA0fisv8RcopUGzFX+/lJuVPEarGLVpsJbWMp0/IsttY VOjNLZVnw1Hjqm66fVRaXTJ77B7jdho/XZtHVXCGjk1EG5unRoxNrpYnVrMrp7sREAuB iq5A== X-Gm-Message-State: AC+VfDzBusx7CeI3tAWSMrBxYMqgmNPHuvlUbZO/sYf9RmjWyesVeBe+ q7IcJzVqNJkf7VcFcdnVpTn37Q== X-Google-Smtp-Source: ACHHUZ47gLdW18vK4XysPd+N4xzi4ICxQw262UMmhQtSsBTUoZ15BpGbzomAEA8Jb6Vq7qqFaSMBgQ== X-Received: by 2002:a5d:456c:0:b0:306:2e04:5925 with SMTP id a12-20020a5d456c000000b003062e045925mr10122185wrc.17.1687180988460; Mon, 19 Jun 2023 06:23:08 -0700 (PDT) Received: from brgl-uxlite.home ([2a01:cb1d:334:ac00:d9e8:ddbf:7391:a0b0]) by smtp.gmail.com with ESMTPSA id t11-20020adfdc0b000000b0030ae3a6be5bsm31667139wri.78.2023.06.19.06.23.07 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Mon, 19 Jun 2023 06:23:07 -0700 (PDT) From: Bartosz Golaszewski To: Khem Raj , Bruce Ashfield , openembedded-devel@lists.openembedded.org Cc: Bartosz Golaszewski Subject: [meta-python][RESEND PATCH 46/54] python3-coverage: fix coding style and RDEPENDS Date: Mon, 19 Jun 2023 15:22:06 +0200 Message-Id: <20230619132214.213417-47-brgl@bgdev.pl> X-Mailer: git-send-email 2.39.2 In-Reply-To: <20230619132214.213417-1-brgl@bgdev.pl> References: <20230619132214.213417-1-brgl@bgdev.pl> MIME-Version: 1.0 List-Id: X-Webhook-Received: from li982-79.members.linode.com [45.33.32.79] by aws-us-west-2-korg-lkml-1.web.codeaurora.org with HTTPS for ; Mon, 19 Jun 2023 13:23:14 -0000 X-Groupsio-URL: https://lists.openembedded.org/g/openembedded-devel/message/103430 From: Bartosz Golaszewski Don't use PYTHON_PN, order RDEPENDS alphabetically. Replace toml with tomllib to fix a run-time dependency issue. Signed-off-by: Bartosz Golaszewski --- .../python/python3-coverage_7.2.7.bb | 19 +++++++++---------- 1 file changed, 9 insertions(+), 10 deletions(-) diff --git a/meta-python/recipes-devtools/python/python3-coverage_7.2.7.bb b/meta-python/recipes-devtools/python/python3-coverage_7.2.7.bb index f625996ba..a69c05d25 100644 --- a/meta-python/recipes-devtools/python/python3-coverage_7.2.7.bb +++ b/meta-python/recipes-devtools/python/python3-coverage_7.2.7.bb @@ -8,14 +8,13 @@ SRC_URI[sha256sum] = "924d94291ca674905fe9481f12294eb11f2d3d3fd1adb20314ba89e94f inherit pypi setuptools3 RDEPENDS:${PN} += " \ - ${PYTHON_PN}-sqlite3 \ - ${PYTHON_PN}-core \ - ${PYTHON_PN}-pprint \ - ${PYTHON_PN}-json \ - ${PYTHON_PN}-xml \ - ${PYTHON_PN}-crypt \ - ${PYTHON_PN}-shell \ - ${PYTHON_PN}-io \ - ${PYTHON_PN}-toml \ - ${PYTHON_PN}-multiprocessing \ + python3-crypt \ + python3-io \ + python3-json \ + python3-multiprocessing \ + python3-pprint \ + python3-shell \ + python3-sqlite3 \ + python3-tomllib \ + python3-xml \ " From patchwork Mon Jun 19 13:22:07 2023 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Bartosz Golaszewski X-Patchwork-Id: 26003 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org Received: from aws-us-west-2-korg-lkml-1.web.codeaurora.org (localhost.localdomain [127.0.0.1]) by smtp.lore.kernel.org (Postfix) with ESMTP id 0763BEB64DC for ; Mon, 19 Jun 2023 13:23:14 +0000 (UTC) Received: from mail-wr1-f49.google.com (mail-wr1-f49.google.com [209.85.221.49]) by mx.groups.io with SMTP id smtpd.web11.7395.1687180991030286998 for ; Mon, 19 Jun 2023 06:23:11 -0700 Authentication-Results: mx.groups.io; dkim=fail reason="signature has expired" header.i=@bgdev-pl.20221208.gappssmtp.com header.s=20221208 header.b=K28J0H9/; spf=none, err=SPF record not found (domain: bgdev.pl, ip: 209.85.221.49, mailfrom: brgl@bgdev.pl) Received: by mail-wr1-f49.google.com with SMTP id ffacd0b85a97d-311153ec442so2551187f8f.1 for ; Mon, 19 Jun 2023 06:23:10 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=bgdev-pl.20221208.gappssmtp.com; s=20221208; t=1687180989; x=1689772989; h=content-transfer-encoding:mime-version:references:in-reply-to :message-id:date:subject:cc:to:from:from:to:cc:subject:date :message-id:reply-to; bh=3KDapf7ZOWRQnic/fdbmpYeQrbSlSsL1XexP0upGyZA=; b=K28J0H9/OeHwUuOk5mL+Zm5CHushJYgv6IOjdZcpAe/LOT8mcVdY6psUUrwz3IAqpf H5kOVqrblWG/hkCO+XgEJiXVrAcswr2PJNpK3wYcekwOYdHesg1SsFdn0icA9mSeRiqo qYGtLJWJpzFxn+emZkZdM7Oytx/adsGnAqbs/PWDIBOuy9DGTnEBkbvGUvWNu+/d++Gm vGnHXE29HI/HVedlncy9MXL+GBGxb/5JOoJ2r5kbUDALpb85V6TPPZCUqjdGAsljPrjd UMBuSQALhx4grponwgWffhEoGUcWhXew9dk5DhT6tfR4y4nkv+lDS+/kaXKBmT0Y3qH0 WTZw== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20221208; t=1687180989; x=1689772989; h=content-transfer-encoding:mime-version:references:in-reply-to :message-id:date:subject:cc:to:from:x-gm-message-state:from:to:cc :subject:date:message-id:reply-to; bh=3KDapf7ZOWRQnic/fdbmpYeQrbSlSsL1XexP0upGyZA=; b=IkhRPh4GgXYSC/hQ/oPrVwKiIQbvM3mI748w6Dxg74XR0ZfEqi9w0a9zF4IRYeaNdU YsHOZv+kJu9IFmjX32CgkrXDr5IavBNTDVRR+ciCSZfyM0XqQ3O0RJDVkSV9UUBXNNGq sQgufhVVVG4hPM9RB9Z2CcIWzYBmfg22NO4JgT+uG8Eh5yPzIRNMmVIQecvBOMdsNFoi AUVljI4c8gezWxueJFQuHt+or3P0MLGHWyhiUblOzNonuZdToIadrfwZjYNqsPrjjPG7 yD028HKu2cN+ePJF+uir+01Nw2f5KodB4iQYvvMHYGF1IUc/tA2TFLaw/ZQ8fJ0lOrQ3 b/cw== X-Gm-Message-State: AC+VfDwtJpE/Vd070FOPv4h3qLKD3X7uVwWx8mRT1l5tIrbqvfMBBP36 JyFJn21k7SD0fIpZQarqpn9nag== X-Google-Smtp-Source: ACHHUZ4huuOXpBuEbxYWHGElbMGi4lnj6hjvDS/kSIB7ogFv6aFMC9UPaPyF1ctSfYCnOZ+ZDN3pyg== X-Received: by 2002:a05:6000:12c8:b0:311:2888:9f95 with SMTP id l8-20020a05600012c800b0031128889f95mr6485896wrx.23.1687180989539; Mon, 19 Jun 2023 06:23:09 -0700 (PDT) Received: from brgl-uxlite.home ([2a01:cb1d:334:ac00:d9e8:ddbf:7391:a0b0]) by smtp.gmail.com with ESMTPSA id t11-20020adfdc0b000000b0030ae3a6be5bsm31667139wri.78.2023.06.19.06.23.08 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Mon, 19 Jun 2023 06:23:09 -0700 (PDT) From: Bartosz Golaszewski To: Khem Raj , Bruce Ashfield , openembedded-devel@lists.openembedded.org Cc: Bartosz Golaszewski Subject: [meta-python][RESEND PATCH 47/54] python3-custom-inherit: add missing run-time dependencies Date: Mon, 19 Jun 2023 15:22:07 +0200 Message-Id: <20230619132214.213417-48-brgl@bgdev.pl> X-Mailer: git-send-email 2.39.2 In-Reply-To: <20230619132214.213417-1-brgl@bgdev.pl> References: <20230619132214.213417-1-brgl@bgdev.pl> MIME-Version: 1.0 List-Id: X-Webhook-Received: from li982-79.members.linode.com [45.33.32.79] by aws-us-west-2-korg-lkml-1.web.codeaurora.org with HTTPS for ; Mon, 19 Jun 2023 13:23:14 -0000 X-Groupsio-URL: https://lists.openembedded.org/g/openembedded-devel/message/103431 From: Bartosz Golaszewski Add missing RDEPENDS for this package. Signed-off-by: Bartosz Golaszewski --- .../recipes-devtools/python/python3-custom-inherit_2.3.1.bb | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/meta-python/recipes-devtools/python/python3-custom-inherit_2.3.1.bb b/meta-python/recipes-devtools/python/python3-custom-inherit_2.3.1.bb index c0e10448e..8ff3b9e3d 100644 --- a/meta-python/recipes-devtools/python/python3-custom-inherit_2.3.1.bb +++ b/meta-python/recipes-devtools/python/python3-custom-inherit_2.3.1.bb @@ -8,3 +8,8 @@ PYPI_PACKAGE = "custom_inherit" SRC_URI[sha256sum] = "a0d104847b4cc1ae24e00061fc2e11da8766b019bf4c8c753822347366c8c49f" inherit pypi setuptools3 + +RDEPENDS:${PN} += " \ + python3-json \ + python3-stringold \ +" From patchwork Mon Jun 19 13:22:08 2023 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Bartosz Golaszewski X-Patchwork-Id: 26004 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org Received: from aws-us-west-2-korg-lkml-1.web.codeaurora.org (localhost.localdomain [127.0.0.1]) by smtp.lore.kernel.org (Postfix) with ESMTP id ED1DFEB64D9 for ; Mon, 19 Jun 2023 13:23:13 +0000 (UTC) Received: from mail-wr1-f52.google.com (mail-wr1-f52.google.com [209.85.221.52]) by mx.groups.io with SMTP id smtpd.web11.7396.1687180991918962718 for ; Mon, 19 Jun 2023 06:23:12 -0700 Authentication-Results: mx.groups.io; dkim=fail reason="signature has expired" header.i=@bgdev-pl.20221208.gappssmtp.com header.s=20221208 header.b=qamezLiT; spf=none, err=SPF record not found (domain: bgdev.pl, ip: 209.85.221.52, mailfrom: brgl@bgdev.pl) Received: by mail-wr1-f52.google.com with SMTP id ffacd0b85a97d-3110a5f2832so3387854f8f.1 for ; Mon, 19 Jun 2023 06:23:11 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=bgdev-pl.20221208.gappssmtp.com; s=20221208; t=1687180990; x=1689772990; h=content-transfer-encoding:mime-version:references:in-reply-to :message-id:date:subject:cc:to:from:from:to:cc:subject:date :message-id:reply-to; bh=VTqldKrnj4BWJ/5Uc8Zd0h7x6Y/c2sBripdEf/biCYU=; b=qamezLiTFbvyoZ2NXjV6QwuFFdTTIcX4F2XN2hOhdeEpVHdKpzPh84YhLIiRY2ycV3 b95vblen6lXSIWQSkmr6p0vKOu0UBwAGMowdEoXt0jIbb4eebuerUZA6coFtHrRnniqk voDijJNVrLwTDZeUTS5wAaz5KLG4lRWd96kDAOAJZPoheoPnMpaGRQKr+q1mTi6HX1HU Pc6huoi3EFJQCd1cAxSFK5biwxAeLzkd5b2ZEfvmlQGHhdzpj0iwFXsNubiRZjjJFunK /Ir+1M6plI4QmRbjlEqDjrU/EmoCXRhENjxuZ8tTL73RVyLrbtwHvxDl69iE3/dxo4Us ANPw== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20221208; t=1687180990; x=1689772990; h=content-transfer-encoding:mime-version:references:in-reply-to :message-id:date:subject:cc:to:from:x-gm-message-state:from:to:cc :subject:date:message-id:reply-to; bh=VTqldKrnj4BWJ/5Uc8Zd0h7x6Y/c2sBripdEf/biCYU=; b=acgyIOnid5wTARn1J8vUpP0Bz2XwtpVHbIDiqu5hlvIi76zb877g3I3vdKl9sLbfdM TNhOZueVp0iREjUj2g61kLXSz7NmkHfnrNCxLgWmyPnFqlU+kYOVVNYIQcHy7AwV561Z uXyj3A+1CZjg3Q+lMpTH8kTDnLNU37m3QaNMlwnwgHihCJkBA8k4UIsIU+Y1mBzCLq6U Ela8lGqwa3qzWHkxM8QcW/1ToVS3Y7Mv3kTHqQyhk+3/qyRE77X0cuM5cKe2mk9l63n8 xo39/879988jwsKdBwlnskB6fzMySGCsguHkOUCcN2eNILeWazV+yt9k8fK96iGtqinm uBlw== X-Gm-Message-State: AC+VfDyYjEDuUbu+e8QVh6PhJd6kKe9lcqL6UPB6Gz0PGp5pZhqvIzAO pXugheD/uQ1o64Pghf+0ENke5g== X-Google-Smtp-Source: ACHHUZ7/kIFOGZwb6ffMuSYjaFP0OYFzSUJnJNhw6fLO0MQCkXiMvmcbWv8vGeTN/sOxORtBeTFXPw== X-Received: by 2002:a5d:45c3:0:b0:311:1944:ad33 with SMTP id b3-20020a5d45c3000000b003111944ad33mr7405309wrs.12.1687180990515; Mon, 19 Jun 2023 06:23:10 -0700 (PDT) Received: from brgl-uxlite.home ([2a01:cb1d:334:ac00:d9e8:ddbf:7391:a0b0]) by smtp.gmail.com with ESMTPSA id t11-20020adfdc0b000000b0030ae3a6be5bsm31667139wri.78.2023.06.19.06.23.09 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Mon, 19 Jun 2023 06:23:10 -0700 (PDT) From: Bartosz Golaszewski To: Khem Raj , Bruce Ashfield , openembedded-devel@lists.openembedded.org Cc: Bartosz Golaszewski Subject: [meta-python][RESEND PATCH 48/54] python3-dateparser: fix coding style Date: Mon, 19 Jun 2023 15:22:08 +0200 Message-Id: <20230619132214.213417-49-brgl@bgdev.pl> X-Mailer: git-send-email 2.39.2 In-Reply-To: <20230619132214.213417-1-brgl@bgdev.pl> References: <20230619132214.213417-1-brgl@bgdev.pl> MIME-Version: 1.0 List-Id: X-Webhook-Received: from li982-79.members.linode.com [45.33.32.79] by aws-us-west-2-korg-lkml-1.web.codeaurora.org with HTTPS for ; Mon, 19 Jun 2023 13:23:13 -0000 X-Groupsio-URL: https://lists.openembedded.org/g/openembedded-devel/message/103432 From: Bartosz Golaszewski Stop using PYTHON_PN, order RDEPENDS alphabetically, fix whitespaces. Signed-off-by: Bartosz Golaszewski --- .../recipes-devtools/python/python3-dateparser_1.1.8.bb | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/meta-python/recipes-devtools/python/python3-dateparser_1.1.8.bb b/meta-python/recipes-devtools/python/python3-dateparser_1.1.8.bb index 67b82940b..13e8b184d 100644 --- a/meta-python/recipes-devtools/python/python3-dateparser_1.1.8.bb +++ b/meta-python/recipes-devtools/python/python3-dateparser_1.1.8.bb @@ -12,9 +12,9 @@ inherit pypi setuptools3 CLEANBROKEN = "1" RDEPENDS:${PN} += " \ - ${PYTHON_PN}-dateutil \ - ${PYTHON_PN}-tzlocal \ - ${PYTHON_PN}-ruamel-yaml \ + python3-dateutil \ + python3-ruamel-yaml \ + python3-tzlocal \ " -# Ommitted ${PYTHON_PN}-convertdate, ${PYTHON_PN}-jdatetime ${PYTHON_PN}-umalqurra +# Ommitted python3-convertdate, python3-jdatetime python3-umalqurra From patchwork Mon Jun 19 13:22:09 2023 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Bartosz Golaszewski X-Patchwork-Id: 26005 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org Received: from aws-us-west-2-korg-lkml-1.web.codeaurora.org (localhost.localdomain [127.0.0.1]) by smtp.lore.kernel.org (Postfix) with ESMTP id ED218EB64DA for ; Mon, 19 Jun 2023 13:23:13 +0000 (UTC) Received: from mail-wr1-f51.google.com (mail-wr1-f51.google.com [209.85.221.51]) by mx.groups.io with SMTP id smtpd.web11.7397.1687180993082099215 for ; Mon, 19 Jun 2023 06:23:13 -0700 Authentication-Results: mx.groups.io; dkim=fail reason="signature has expired" header.i=@bgdev-pl.20221208.gappssmtp.com header.s=20221208 header.b=eAt025e1; spf=none, err=SPF record not found (domain: bgdev.pl, ip: 209.85.221.51, mailfrom: brgl@bgdev.pl) Received: by mail-wr1-f51.google.com with SMTP id ffacd0b85a97d-3111547c8f9so4061552f8f.1 for ; Mon, 19 Jun 2023 06:23:12 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=bgdev-pl.20221208.gappssmtp.com; s=20221208; t=1687180991; x=1689772991; h=content-transfer-encoding:mime-version:references:in-reply-to :message-id:date:subject:cc:to:from:from:to:cc:subject:date :message-id:reply-to; bh=g4WIZaxajiAKJCcooxrxMC2bfhQwlVw3PfIh4SZrJzM=; b=eAt025e12F/m1RCwZiSLWLd3DDy5SwYC685yHzsg7d27dL63I+2B8NlZE1sFt4yjj9 o0eTCB8Sa4eiaxfpZdxOtbOSyTSSYIc2NzZ+re5YwF66OqUpC3QPOq7lyt6a4pOvkorB 5QkZRVnd6cn9HtkiKzEU3NSRgL9944XY0CYAUmPdxOY6vjIM78INio/89+g6qtPzlMmo bJDklwOGG9wemFV1AHjIwUozpAwbX7ADFrg7V1gGj/zquHAnUD2cpJ2peRmEKc6BtHh7 EefvYtGEopKlUlDvZYdcEmJ1eV7OdeXyXT5RNgjJOu5n3ckN8C2LjqnIW9ZBPr2Z+fQs sJ1w== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20221208; t=1687180991; x=1689772991; h=content-transfer-encoding:mime-version:references:in-reply-to :message-id:date:subject:cc:to:from:x-gm-message-state:from:to:cc :subject:date:message-id:reply-to; bh=g4WIZaxajiAKJCcooxrxMC2bfhQwlVw3PfIh4SZrJzM=; b=dq7PTDZsuOkmGnTLebDBqkW1hfBQPLRv6i0gW/FiYpr+sx8m2snc2n07AF9DgQjFvU UvWa3ZfNP538okASAyOXEuzLI3Kr+5woAWHPvgQwAkj071B4BaHnFiBes5vkL6Si7Vtn m3rv7ZNsg5fyagudggIQFG53PUqzNfuOArUJF7sCyvFgV3hN+Nv3RDJhvFiipkKOdXUe j9L2vyWC0WHLGK/QCDb9ViZ7FMr8PvEI4jvAhHonVErl22S3QGQ8uiUC6/FCDOpIuXGk CXwJaABnzksjZEJTtLCpn3/Teq39dteWQFBhZUckThVUF/m2+8GbcOmRZxnqn5MLLZ+A Qj5w== X-Gm-Message-State: AC+VfDzVBpg47vsd5V6+vlniywJZPdVY1DoeNADjLRIkUEX1gGyqQm+8 q5aPK6HruDE05wg5yj2ghu39Zw== X-Google-Smtp-Source: ACHHUZ6bWwmtK7ibGqIdkAcn/k4ep0owE/hen6IiwHaVd+LzD+vRGqFkunTy0O8KfX6QroqlXt12kQ== X-Received: by 2002:adf:db47:0:b0:30f:c6c3:e6d9 with SMTP id f7-20020adfdb47000000b0030fc6c3e6d9mr8127702wrj.46.1687180991661; Mon, 19 Jun 2023 06:23:11 -0700 (PDT) Received: from brgl-uxlite.home ([2a01:cb1d:334:ac00:d9e8:ddbf:7391:a0b0]) by smtp.gmail.com with ESMTPSA id t11-20020adfdc0b000000b0030ae3a6be5bsm31667139wri.78.2023.06.19.06.23.10 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Mon, 19 Jun 2023 06:23:11 -0700 (PDT) From: Bartosz Golaszewski To: Khem Raj , Bruce Ashfield , openembedded-devel@lists.openembedded.org Cc: Bartosz Golaszewski Subject: [meta-python][RESEND PATCH 49/54] python3-dateparser: add missing run-time dependencies Date: Mon, 19 Jun 2023 15:22:09 +0200 Message-Id: <20230619132214.213417-50-brgl@bgdev.pl> X-Mailer: git-send-email 2.39.2 In-Reply-To: <20230619132214.213417-1-brgl@bgdev.pl> References: <20230619132214.213417-1-brgl@bgdev.pl> MIME-Version: 1.0 List-Id: X-Webhook-Received: from li982-79.members.linode.com [45.33.32.79] by aws-us-west-2-korg-lkml-1.web.codeaurora.org with HTTPS for ; Mon, 19 Jun 2023 13:23:13 -0000 X-Groupsio-URL: https://lists.openembedded.org/g/openembedded-devel/message/103433 From: Bartosz Golaszewski Add missing RDEPENDS for this package. Signed-off-by: Bartosz Golaszewski --- .../recipes-devtools/python/python3-dateparser_1.1.8.bb | 3 +++ 1 file changed, 3 insertions(+) diff --git a/meta-python/recipes-devtools/python/python3-dateparser_1.1.8.bb b/meta-python/recipes-devtools/python/python3-dateparser_1.1.8.bb index 13e8b184d..8b890fb22 100644 --- a/meta-python/recipes-devtools/python/python3-dateparser_1.1.8.bb +++ b/meta-python/recipes-devtools/python/python3-dateparser_1.1.8.bb @@ -13,6 +13,9 @@ CLEANBROKEN = "1" RDEPENDS:${PN} += " \ python3-dateutil \ + python3-logging \ + python3-pytz \ + python3-regex \ python3-ruamel-yaml \ python3-tzlocal \ " From patchwork Mon Jun 19 13:22:10 2023 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Bartosz Golaszewski X-Patchwork-Id: 26015 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org Received: from aws-us-west-2-korg-lkml-1.web.codeaurora.org (localhost.localdomain [127.0.0.1]) by smtp.lore.kernel.org (Postfix) with ESMTP id 1B8CFEB64DC for ; Mon, 19 Jun 2023 13:23:24 +0000 (UTC) Received: from mail-wr1-f48.google.com (mail-wr1-f48.google.com [209.85.221.48]) by mx.groups.io with SMTP id smtpd.web10.7430.1687180994048382939 for ; Mon, 19 Jun 2023 06:23:14 -0700 Authentication-Results: mx.groups.io; dkim=fail reason="signature has expired" header.i=@bgdev-pl.20221208.gappssmtp.com header.s=20221208 header.b=M0Ojsqe9; spf=none, err=SPF record not found (domain: bgdev.pl, ip: 209.85.221.48, mailfrom: brgl@bgdev.pl) Received: by mail-wr1-f48.google.com with SMTP id ffacd0b85a97d-31122c346f4so3857792f8f.3 for ; Mon, 19 Jun 2023 06:23:13 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=bgdev-pl.20221208.gappssmtp.com; s=20221208; t=1687180992; x=1689772992; h=content-transfer-encoding:mime-version:references:in-reply-to :message-id:date:subject:cc:to:from:from:to:cc:subject:date :message-id:reply-to; bh=/pBpvlsjfGf02WyNtINdAsUTRuQS0o/7FAcoOoLn+HA=; b=M0Ojsqe9Im8kGEOYxw6L3tTS4eyY6ew0Um71lHk1jL+/MOzQz0Bb7b6kXitHgkiz/a IpWcMFNl0/8o+eSigziTa4aieAVHILoYADxxwHRYUKxh52n9vSiXT/x46+XF1vKuHSXj 1JlwdyuhoZNeuTCgM1/2UizsWNhaildu3NDf8qYNrcIhePpOAL9bsPGl2kmPL+Mx6FF/ v55B++MZ0j6dTMoBRzAcrxNa4CyOuN7+bmfP55/2wxEyBmyFETIszuGM702plEMOy4+R Xu3doFGphcO3sUiE6LoX1nhh7DmgmEOysKpfRsbp5tN20KRkoXZOoJAzvFjASp+2NmMR QCiw== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20221208; t=1687180992; x=1689772992; h=content-transfer-encoding:mime-version:references:in-reply-to :message-id:date:subject:cc:to:from:x-gm-message-state:from:to:cc :subject:date:message-id:reply-to; bh=/pBpvlsjfGf02WyNtINdAsUTRuQS0o/7FAcoOoLn+HA=; b=FXyK6WC4cQWOTEVsNqbE6kRmLbgQyZIFZxf6rjVcFSFRxjtSo45o+SQtYdjvVaVZwL fW3iSiAFNy1XO+wOoXq/837sFLqU9jgxrY7RfVvdYk5i8oc38LLV7QvCJHf/mljTRCwe fOdL3pyxKQLf5NbvZJR9zpRn1ZGw20/s6H3KuSklydJ/4nug+gTXw45R4FaThmsnhu/0 JZBOx33/4006t/B+tPrBkc7r/XTvU8kIEuyt5c4kpbvCFBDIfnb8DuacdYF2FaASyVsh IOcoTnjUpWsH12Kb7V05DhQ1cZDBN23GAQ9jjgzIwiwPktLndURkuvZIV91ioiZDAt7x 0Jcg== X-Gm-Message-State: AC+VfDwX96UEFQUhnVx5yYR+KeTOYGbtQTqad4snILX1Y4Uy0KEiUJ5m hAGDQCMzfqBa9kt+34FqGsEw3A== X-Google-Smtp-Source: ACHHUZ4fNtvCZ4c5zrKxsVfqOAy2f6EIVQM7I1bG4xBHUhhEWDOAVImVUYNqozLtrqVUf5HSraQ4cg== X-Received: by 2002:a5d:58d1:0:b0:30f:bcfd:c690 with SMTP id o17-20020a5d58d1000000b0030fbcfdc690mr8915054wrf.38.1687180992570; Mon, 19 Jun 2023 06:23:12 -0700 (PDT) Received: from brgl-uxlite.home ([2a01:cb1d:334:ac00:d9e8:ddbf:7391:a0b0]) by smtp.gmail.com with ESMTPSA id t11-20020adfdc0b000000b0030ae3a6be5bsm31667139wri.78.2023.06.19.06.23.11 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Mon, 19 Jun 2023 06:23:12 -0700 (PDT) From: Bartosz Golaszewski To: Khem Raj , Bruce Ashfield , openembedded-devel@lists.openembedded.org Cc: Bartosz Golaszewski Subject: [meta-python][RESEND PATCH 50/54] python3-tzlocal: fix coding style Date: Mon, 19 Jun 2023 15:22:10 +0200 Message-Id: <20230619132214.213417-51-brgl@bgdev.pl> X-Mailer: git-send-email 2.39.2 In-Reply-To: <20230619132214.213417-1-brgl@bgdev.pl> References: <20230619132214.213417-1-brgl@bgdev.pl> MIME-Version: 1.0 List-Id: X-Webhook-Received: from li982-79.members.linode.com [45.33.32.79] by aws-us-west-2-korg-lkml-1.web.codeaurora.org with HTTPS for ; Mon, 19 Jun 2023 13:23:24 -0000 X-Groupsio-URL: https://lists.openembedded.org/g/openembedded-devel/message/103434 From: Bartosz Golaszewski Stop using PYTHON_PN, order RDEPENDS alphabetically, fix whitespaces. Signed-off-by: Bartosz Golaszewski --- .../recipes-devtools/python/python3-tzlocal_5.0.1.bb | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/meta-python/recipes-devtools/python/python3-tzlocal_5.0.1.bb b/meta-python/recipes-devtools/python/python3-tzlocal_5.0.1.bb index 43649bf73..97f4f410e 100644 --- a/meta-python/recipes-devtools/python/python3-tzlocal_5.0.1.bb +++ b/meta-python/recipes-devtools/python/python3-tzlocal_5.0.1.bb @@ -7,7 +7,7 @@ SRC_URI[sha256sum] = "46eb99ad4bdb71f3f72b7d24f4267753e240944ecfc16f25d2719ba898 inherit pypi python_setuptools_build_meta -RDEPENDS:${PN} += "\ - ${PYTHON_PN}-pytz-deprecation-shim \ - ${PYTHON_PN}-datetime \ +RDEPENDS:${PN} += " \ + python3-datetime \ + python3-pytz-deprecation-shim \ " From patchwork Mon Jun 19 13:22:11 2023 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Bartosz Golaszewski X-Patchwork-Id: 26014 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org Received: from aws-us-west-2-korg-lkml-1.web.codeaurora.org (localhost.localdomain [127.0.0.1]) by smtp.lore.kernel.org (Postfix) with ESMTP id 308DEC001B3 for ; Mon, 19 Jun 2023 13:23:24 +0000 (UTC) Received: from mail-wr1-f43.google.com (mail-wr1-f43.google.com [209.85.221.43]) by mx.groups.io with SMTP id smtpd.web10.7433.1687180995007543750 for ; Mon, 19 Jun 2023 06:23:15 -0700 Authentication-Results: mx.groups.io; dkim=fail reason="signature has expired" header.i=@bgdev-pl.20221208.gappssmtp.com header.s=20221208 header.b=pFIffmBF; spf=none, err=SPF record not found (domain: bgdev.pl, ip: 209.85.221.43, mailfrom: brgl@bgdev.pl) Received: by mail-wr1-f43.google.com with SMTP id ffacd0b85a97d-3113dabc549so1656818f8f.1 for ; Mon, 19 Jun 2023 06:23:14 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=bgdev-pl.20221208.gappssmtp.com; s=20221208; t=1687180993; x=1689772993; h=content-transfer-encoding:mime-version:references:in-reply-to :message-id:date:subject:cc:to:from:from:to:cc:subject:date :message-id:reply-to; bh=W7gtqM15RlAxxbLOLVv/25y9t2kL5mzWjUDaFsA37cQ=; b=pFIffmBFe1XRCGpMOD9V8aURsS6JT5a+eLWmLXA6+teVyDaPb9PNrz1qiXVkvFrieH 4+Y8tTnD7TJ9tcvat4NYxoNfN1BRBbAmkhReptvON7tOld1qiuBzC3gMSQRt0D24brd4 2vOKZlEPm4CoOeaXcO9G6UYibMtuEnYmsO+18O6WJxI3YkLRFnDcNQglgVvlNjf8xh9V 1+fCsaJQWjpXpJpbROepaziO2jM3r861m7vNUxr+ccArXc3SH6TMuBRo2rDPu68/mcbr XXNfjszZupmpBj+4D7sfbpd+/A/MZmA3BLemw+P7AdRI8Gkz6Zixem29ot6pomJ4JZu9 W+bQ== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20221208; t=1687180993; x=1689772993; h=content-transfer-encoding:mime-version:references:in-reply-to :message-id:date:subject:cc:to:from:x-gm-message-state:from:to:cc :subject:date:message-id:reply-to; bh=W7gtqM15RlAxxbLOLVv/25y9t2kL5mzWjUDaFsA37cQ=; b=P17ihGMAWyJYcZX8tFirl/3niZOfHlfTNiXQ7I/UICN4zcJ8BmQqdqZWDdgPOO46KD bc+TCKyj4dFqHbP5yh2qN30VUeEUgCgjeX9TeZEkpmF+Lor2OrJKm2erwiZqJP5ar1ee r1ADQofCJMmvR+ubj3FTkEIr0X/57tUtBF42nQWiDbcylQlVvkePuBGhOgO1dkOszRBM GAfbazW6LUvBEglaQsteCLAx/8JzMTFnF+qxQVw6nKphDgw9YML62WG5TMHo1vUhcis6 PiCZW+asDY1WZN6TiMKiW2CiZfVaToQTTFuN3wAlOJ36xQ0vM1ayrf6xs5hqChvmr9gd SjTQ== X-Gm-Message-State: AC+VfDxL5zhL3l6vljHthiXboiU5zjhjhEp8HrZp3cFNVKvRlGaIf5ur TpKSlfaurZ3HYN2FAR1h/OgXQ3AtIHy721WX+Ok= X-Google-Smtp-Source: ACHHUZ6DR5Ss3UXy4+yRBc++gzfd7ueOBmjTQps13HgXdpGAKTHqwmhqiej9/M0wPGTZ7xTMehS2Dw== X-Received: by 2002:adf:df81:0:b0:311:1cd7:68b3 with SMTP id z1-20020adfdf81000000b003111cd768b3mr8968980wrl.57.1687180993539; Mon, 19 Jun 2023 06:23:13 -0700 (PDT) Received: from brgl-uxlite.home ([2a01:cb1d:334:ac00:d9e8:ddbf:7391:a0b0]) by smtp.gmail.com with ESMTPSA id t11-20020adfdc0b000000b0030ae3a6be5bsm31667139wri.78.2023.06.19.06.23.12 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Mon, 19 Jun 2023 06:23:13 -0700 (PDT) From: Bartosz Golaszewski To: Khem Raj , Bruce Ashfield , openembedded-devel@lists.openembedded.org Cc: Bartosz Golaszewski Subject: [meta-python][RESEND PATCH 51/54] python3-tzlocal: add missing run-time dependencies Date: Mon, 19 Jun 2023 15:22:11 +0200 Message-Id: <20230619132214.213417-52-brgl@bgdev.pl> X-Mailer: git-send-email 2.39.2 In-Reply-To: <20230619132214.213417-1-brgl@bgdev.pl> References: <20230619132214.213417-1-brgl@bgdev.pl> MIME-Version: 1.0 List-Id: X-Webhook-Received: from li982-79.members.linode.com [45.33.32.79] by aws-us-west-2-korg-lkml-1.web.codeaurora.org with HTTPS for ; Mon, 19 Jun 2023 13:23:24 -0000 X-Groupsio-URL: https://lists.openembedded.org/g/openembedded-devel/message/103435 From: Bartosz Golaszewski Add missing RDEPENDS for this package. Signed-off-by: Bartosz Golaszewski --- meta-python/recipes-devtools/python/python3-tzlocal_5.0.1.bb | 1 + 1 file changed, 1 insertion(+) diff --git a/meta-python/recipes-devtools/python/python3-tzlocal_5.0.1.bb b/meta-python/recipes-devtools/python/python3-tzlocal_5.0.1.bb index 97f4f410e..a59fd9364 100644 --- a/meta-python/recipes-devtools/python/python3-tzlocal_5.0.1.bb +++ b/meta-python/recipes-devtools/python/python3-tzlocal_5.0.1.bb @@ -9,5 +9,6 @@ inherit pypi python_setuptools_build_meta RDEPENDS:${PN} += " \ python3-datetime \ + python3-logging \ python3-pytz-deprecation-shim \ " From patchwork Mon Jun 19 13:22:12 2023 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Bartosz Golaszewski X-Patchwork-Id: 26012 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org Received: from aws-us-west-2-korg-lkml-1.web.codeaurora.org (localhost.localdomain [127.0.0.1]) by smtp.lore.kernel.org (Postfix) with ESMTP id 297C7EB64DA for ; Mon, 19 Jun 2023 13:23:24 +0000 (UTC) Received: from mail-wr1-f42.google.com (mail-wr1-f42.google.com [209.85.221.42]) by mx.groups.io with SMTP id smtpd.web10.7434.1687180996020460845 for ; Mon, 19 Jun 2023 06:23:16 -0700 Authentication-Results: mx.groups.io; dkim=fail reason="signature has expired" header.i=@bgdev-pl.20221208.gappssmtp.com header.s=20221208 header.b=YpZy/OMl; spf=none, err=SPF record not found (domain: bgdev.pl, ip: 209.85.221.42, mailfrom: brgl@bgdev.pl) Received: by mail-wr1-f42.google.com with SMTP id ffacd0b85a97d-3112c11fdc9so1633645f8f.3 for ; Mon, 19 Jun 2023 06:23:15 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=bgdev-pl.20221208.gappssmtp.com; s=20221208; t=1687180994; x=1689772994; h=content-transfer-encoding:mime-version:references:in-reply-to :message-id:date:subject:cc:to:from:from:to:cc:subject:date :message-id:reply-to; bh=REFphpDtN55f/RZJHOlsbPGf7ML8RoxFaAxJEFyU0i4=; b=YpZy/OMlZZ1stBNwRsMuLdj5Sfb8ECUwTHoY/6xW8Wba6lWJdjRVhHMm7kQGdAEO7s cn2I4gkQgAEVuKGcB6fwHkWORgDBHwktjf5jiBDNkdlHJLtIiCjX/pZhNupfW+gP6CKl wZer1d5o+MetUmIMluZbCG1AknIRoB0vItzq46IQQTA+FcNxWp77CVcoQBA92NnHB373 T1biRqhmo0xbiOi7GjxyCHrkodYaQJsbF+3eCHF2ikOjjgbzke8y/Tfr/YCCeDi0h7mB GViic83YjKhQQFwE12/Ilc7u3SEyDULUVydDzLmJGwXx2x/su3E9PYC4q16weRfWV6lp wIPw== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20221208; t=1687180994; x=1689772994; h=content-transfer-encoding:mime-version:references:in-reply-to :message-id:date:subject:cc:to:from:x-gm-message-state:from:to:cc :subject:date:message-id:reply-to; bh=REFphpDtN55f/RZJHOlsbPGf7ML8RoxFaAxJEFyU0i4=; b=Ytu30oNhgJQpN5jPklmXB+qe5kWL5p6fMxgZla7Q/THDkjaOyBVRrU0HPtO8B1MnY2 DXyDFFwbQb2Czilu6HUKfSbSl6pdP6Silj3it8TokEPUvXJtH16Nj1UIIINfYL/Kd24c MhaJ+W0XTGlSW9AHoI9sxlRYNcI47XUcMOl2+bwLE1Wr6SXuUpxrAdTcIAeFlpILjGlS ynNg8XlH3v8JdvwYuJj6K0UJr54Mq3R/Fz0XKiXcfLrTFuddFil8iLix85NG1ryGa2AG /0pIKtUVQD15Npvmb7sGyKs5zt1aK4hQVyDKXxZrlWNTC/B57/Z8+YUjDoXOjk2cRqJg MD0g== X-Gm-Message-State: AC+VfDyyQDqf1A27cwHNE5eVVVHgwW2G1FQlXExqdqhmKuzmopGfoYg2 jyzw/hZg0ahl5AQNAWPLjt1DlQ== X-Google-Smtp-Source: ACHHUZ4PalTY65apyR1XFykG1McAQJ6nZYjdqXgiwu84UY13zvdjysvUq5PeqcUtwFXsSEGRcnQCRw== X-Received: by 2002:adf:f60c:0:b0:30e:3ec4:6de3 with SMTP id t12-20020adff60c000000b0030e3ec46de3mr6037784wrp.35.1687180994622; Mon, 19 Jun 2023 06:23:14 -0700 (PDT) Received: from brgl-uxlite.home ([2a01:cb1d:334:ac00:d9e8:ddbf:7391:a0b0]) by smtp.gmail.com with ESMTPSA id t11-20020adfdc0b000000b0030ae3a6be5bsm31667139wri.78.2023.06.19.06.23.13 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Mon, 19 Jun 2023 06:23:14 -0700 (PDT) From: Bartosz Golaszewski To: Khem Raj , Bruce Ashfield , openembedded-devel@lists.openembedded.org Cc: Bartosz Golaszewski Subject: [meta-python][RESEND PATCH 52/54] python3-dbus-next: add missing run-time dependencies Date: Mon, 19 Jun 2023 15:22:12 +0200 Message-Id: <20230619132214.213417-53-brgl@bgdev.pl> X-Mailer: git-send-email 2.39.2 In-Reply-To: <20230619132214.213417-1-brgl@bgdev.pl> References: <20230619132214.213417-1-brgl@bgdev.pl> MIME-Version: 1.0 List-Id: X-Webhook-Received: from li982-79.members.linode.com [45.33.32.79] by aws-us-west-2-korg-lkml-1.web.codeaurora.org with HTTPS for ; Mon, 19 Jun 2023 13:23:24 -0000 X-Groupsio-URL: https://lists.openembedded.org/g/openembedded-devel/message/103436 From: Bartosz Golaszewski Add missing RDEPENDS for this package. Signed-off-by: Bartosz Golaszewski --- .../recipes-devtools/python/python3-dbus-next_0.2.3.bb | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/meta-python/recipes-devtools/python/python3-dbus-next_0.2.3.bb b/meta-python/recipes-devtools/python/python3-dbus-next_0.2.3.bb index 3ee11b9d5..9f6aa7ed7 100644 --- a/meta-python/recipes-devtools/python/python3-dbus-next_0.2.3.bb +++ b/meta-python/recipes-devtools/python/python3-dbus-next_0.2.3.bb @@ -10,3 +10,8 @@ PYPI_PACKAGE = "dbus_next" inherit pypi setuptools3 BBCLASSEXTEND = "native nativesdk" + +RDEPENDS:${PN} += " \ + python3-asyncio \ + python3-xml \ +" From patchwork Mon Jun 19 13:22:13 2023 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Bartosz Golaszewski X-Patchwork-Id: 26011 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org Received: from aws-us-west-2-korg-lkml-1.web.codeaurora.org (localhost.localdomain [127.0.0.1]) by smtp.lore.kernel.org (Postfix) with ESMTP id 150EAEB64D9 for ; Mon, 19 Jun 2023 13:23:24 +0000 (UTC) Received: from mail-wr1-f45.google.com (mail-wr1-f45.google.com [209.85.221.45]) by mx.groups.io with SMTP id smtpd.web10.7435.1687180997037683000 for ; Mon, 19 Jun 2023 06:23:17 -0700 Authentication-Results: mx.groups.io; dkim=fail reason="signature has expired" header.i=@bgdev-pl.20221208.gappssmtp.com header.s=20221208 header.b=PpeXDJ36; spf=none, err=SPF record not found (domain: bgdev.pl, ip: 209.85.221.45, mailfrom: brgl@bgdev.pl) Received: by mail-wr1-f45.google.com with SMTP id ffacd0b85a97d-31121494630so4007467f8f.3 for ; Mon, 19 Jun 2023 06:23:16 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=bgdev-pl.20221208.gappssmtp.com; s=20221208; t=1687180995; x=1689772995; h=content-transfer-encoding:mime-version:references:in-reply-to :message-id:date:subject:cc:to:from:from:to:cc:subject:date :message-id:reply-to; bh=QFMUSNmI+3lHGI3GXuzbz9owu5HBXEdUwXTBjrIZic4=; b=PpeXDJ36ZckXYinq0uX9YQVLgg0KG3H6cH9pRhpfHIX3381lCBsom61sVV2KTHf4B3 S2w+OUfppPM8nauAwRJj/Iutf9p40dtY/EiZdZvMaZaCRytCtWHFFi18rn6mBp92frCt NcYtE8AaOxIjidcfdTfNKrB4c6KgftEs6Zop7zd2lsYoCN3RdsmbU++2iRNUe2pYqHP4 Gx6kSm2SCvMyTNgsAKgGXWMAwPAZoV2KmBHd+HXAU5CltN5Ks8uhMnGj/vvChdZOJMAt LULqeZDKmkvjlGNisNhD/oro1pPcYYr+HXGmkuUcn7EthvGcdplydu5+x+O822k0d7r3 pviA== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20221208; t=1687180995; x=1689772995; h=content-transfer-encoding:mime-version:references:in-reply-to :message-id:date:subject:cc:to:from:x-gm-message-state:from:to:cc :subject:date:message-id:reply-to; bh=QFMUSNmI+3lHGI3GXuzbz9owu5HBXEdUwXTBjrIZic4=; b=KhiYMqncqhTSyESXuzF9mV5y5B9ldG+HxoPn/pwf0cyh1mKpg1W6jTBQKKRJtuLfql DfP48fLl26AZGOF2TdmkoxZEV6MDnBHZsyMWCfI2/JX+C8FY58w+J2rFyvpfjcpSg4Mv 3p4pIECt+Afeo0F8AZo5GB596zpS11QQ72XAOjWe73b9PHCQ4OXAjDBJxQqSvdDHdDz4 Q1qMHlQpiPcl87zLhjj1YlXioH8jSQvdejDijCH95Q5hFmnnbq4Bswu89C2XMlBzOWPg ucooO/5jai5flerRVAILN2HNfTjFlLBqJCEQLay8MHx+HYih2wumveJFP3oIRL2A611P 0CLg== X-Gm-Message-State: AC+VfDymZeyCTUtNp30pY7QVMFtisyOYayICQ8Uswl3lrFOx2hsLi1EN wlD3ISqpVKX/qTPiu2Bg8gwaSQ== X-Google-Smtp-Source: ACHHUZ7s9pvpJqVcHZa3OczxHzCrj7ZZHgxqs3Fzne3Abv47oLtlsInS/iPWOltu3i8fnMtTItSdDQ== X-Received: by 2002:a05:6000:1008:b0:30f:c1f5:e91e with SMTP id a8-20020a056000100800b0030fc1f5e91emr8496986wrx.27.1687180995602; Mon, 19 Jun 2023 06:23:15 -0700 (PDT) Received: from brgl-uxlite.home ([2a01:cb1d:334:ac00:d9e8:ddbf:7391:a0b0]) by smtp.gmail.com with ESMTPSA id t11-20020adfdc0b000000b0030ae3a6be5bsm31667139wri.78.2023.06.19.06.23.14 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Mon, 19 Jun 2023 06:23:15 -0700 (PDT) From: Bartosz Golaszewski To: Khem Raj , Bruce Ashfield , openembedded-devel@lists.openembedded.org Cc: Bartosz Golaszewski Subject: [meta-python][RESEND PATCH 53/54] python3-defusedxml: add missing run-time dependencies Date: Mon, 19 Jun 2023 15:22:13 +0200 Message-Id: <20230619132214.213417-54-brgl@bgdev.pl> X-Mailer: git-send-email 2.39.2 In-Reply-To: <20230619132214.213417-1-brgl@bgdev.pl> References: <20230619132214.213417-1-brgl@bgdev.pl> MIME-Version: 1.0 List-Id: X-Webhook-Received: from li982-79.members.linode.com [45.33.32.79] by aws-us-west-2-korg-lkml-1.web.codeaurora.org with HTTPS for ; Mon, 19 Jun 2023 13:23:24 -0000 X-Groupsio-URL: https://lists.openembedded.org/g/openembedded-devel/message/103437 From: Bartosz Golaszewski Add missing RDEPENDS for this package. Signed-off-by: Bartosz Golaszewski --- meta-python/recipes-devtools/python/python3-defusedxml_0.7.1.bb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/meta-python/recipes-devtools/python/python3-defusedxml_0.7.1.bb b/meta-python/recipes-devtools/python/python3-defusedxml_0.7.1.bb index 3396c7262..8ec6680d8 100644 --- a/meta-python/recipes-devtools/python/python3-defusedxml_0.7.1.bb +++ b/meta-python/recipes-devtools/python/python3-defusedxml_0.7.1.bb @@ -10,3 +10,5 @@ SRC_URI[sha256sum] = "1bb3032db185915b62d7c6209c5a8792be6a32ab2fedacc84e01b52c51 inherit pypi setuptools3 BBCLASSEXTEND = "native" + +RDEPENDS:${PN} += "python3-xml" From patchwork Mon Jun 19 13:22:14 2023 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Bartosz Golaszewski X-Patchwork-Id: 26013 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org Received: from aws-us-west-2-korg-lkml-1.web.codeaurora.org (localhost.localdomain [127.0.0.1]) by smtp.lore.kernel.org (Postfix) with ESMTP id 1B4ECEB64DB for ; Mon, 19 Jun 2023 13:23:24 +0000 (UTC) Received: from mail-wm1-f46.google.com (mail-wm1-f46.google.com [209.85.128.46]) by mx.groups.io with SMTP id smtpd.web11.7398.1687180997990993429 for ; Mon, 19 Jun 2023 06:23:18 -0700 Authentication-Results: mx.groups.io; dkim=fail reason="signature has expired" header.i=@bgdev-pl.20221208.gappssmtp.com header.s=20221208 header.b=fdw8T2/t; spf=none, err=SPF record not found (domain: bgdev.pl, ip: 209.85.128.46, mailfrom: brgl@bgdev.pl) Received: by mail-wm1-f46.google.com with SMTP id 5b1f17b1804b1-3f909853509so14408475e9.3 for ; Mon, 19 Jun 2023 06:23:17 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=bgdev-pl.20221208.gappssmtp.com; s=20221208; t=1687180996; x=1689772996; h=content-transfer-encoding:mime-version:references:in-reply-to :message-id:date:subject:cc:to:from:from:to:cc:subject:date :message-id:reply-to; bh=Bunr4iG+CswrOC968S2iOc2D5Ek6mWr2w+YzPbbUdfA=; b=fdw8T2/t8P7wBXTyS/e7HocrdG6sX27ZyWQyrv4YvqQiDZzeQ/Avt+H49e9ReHKOIP PxBD5c0KssRf8ZYmk7dh59US3pGS26JRXtoZhFmQDqNDIRRvPxwrZxeQtTcZabi1G4WL +9mm7OcDAb+RhlsrvVEbffB32FYgPrty0lnFYh2f7Y+53/ibop/pO1EQYEng2NBV81IY saYLWdD0y46AIkXJ6ciAZ6UVgLwUecgtsVaQbrTmptLQdl0MNdiqQKmQKf5IkUbXg8cI tAOxNnJLbjGYamLESGa387P6PuhUXZssA43pxnUd3kqSHrZSKIpBTKCh6Mt+XSR8jBnU iwxw== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20221208; t=1687180996; x=1689772996; h=content-transfer-encoding:mime-version:references:in-reply-to :message-id:date:subject:cc:to:from:x-gm-message-state:from:to:cc :subject:date:message-id:reply-to; bh=Bunr4iG+CswrOC968S2iOc2D5Ek6mWr2w+YzPbbUdfA=; b=bodZOgHTGW8iAsPe/ChTzfOcUcephoyqQqDJKw7tN9zNai7na5OKYm3s8potqwdtQP vXIQxlqM3zmfSr7iz6XLX5QRc+htWZUANEIlIyFM5Be7Q1GG8fQVN0cPmareo/r1mi/K SgDuiwqnYC7vI/8i+UMzp24CKafU405/BntH1hp7g2WJRw08K5wlqyBhL5CQUsxuRKTZ jSvBuhM7sLuuUIjTBCdpOF7jbCQGt+QNa/rE8DgHQXMSDvOMdql+Bz8fe95ZolRKpBsX H21Pe5/PcrfVNR1evjyAWrVOrBIbxFS4Cz58Z0Hx+hQhMAa39Ndc22aDHkjmDhwRhUeb 9dsA== X-Gm-Message-State: AC+VfDyG6EvWJFKghqQ7quTIdjhHrCs+Gq8+7+lIImZLPMFVMtQLv3jL wWOEn8H/14qOuiJx736SjWBushIUaYtSUCaJces= X-Google-Smtp-Source: ACHHUZ7TNV7h5oJEUycOLflDqd2GTtsMsCFtnJhUpWS6Lxv4TMI0BXaT9jyMnff42K7+LCcce4Fdvw== X-Received: by 2002:a5d:5444:0:b0:30f:c7da:57e1 with SMTP id w4-20020a5d5444000000b0030fc7da57e1mr6383951wrv.34.1687180996591; Mon, 19 Jun 2023 06:23:16 -0700 (PDT) Received: from brgl-uxlite.home ([2a01:cb1d:334:ac00:d9e8:ddbf:7391:a0b0]) by smtp.gmail.com with ESMTPSA id t11-20020adfdc0b000000b0030ae3a6be5bsm31667139wri.78.2023.06.19.06.23.15 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Mon, 19 Jun 2023 06:23:16 -0700 (PDT) From: Bartosz Golaszewski To: Khem Raj , Bruce Ashfield , openembedded-devel@lists.openembedded.org Cc: Bartosz Golaszewski Subject: [meta-python][RESEND PATCH 54/54] python3-setuptools-scm-git-archive: add missing run-time dependencies Date: Mon, 19 Jun 2023 15:22:14 +0200 Message-Id: <20230619132214.213417-55-brgl@bgdev.pl> X-Mailer: git-send-email 2.39.2 In-Reply-To: <20230619132214.213417-1-brgl@bgdev.pl> References: <20230619132214.213417-1-brgl@bgdev.pl> MIME-Version: 1.0 List-Id: X-Webhook-Received: from li982-79.members.linode.com [45.33.32.79] by aws-us-west-2-korg-lkml-1.web.codeaurora.org with HTTPS for ; Mon, 19 Jun 2023 13:23:24 -0000 X-Groupsio-URL: https://lists.openembedded.org/g/openembedded-devel/message/103438 From: Bartosz Golaszewski Add missing RDEPENDS for this package. Signed-off-by: Bartosz Golaszewski --- .../python/python3-setuptools-scm-git-archive_1.1.bb | 1 + 1 file changed, 1 insertion(+) diff --git a/meta-python/recipes-devtools/python/python3-setuptools-scm-git-archive_1.1.bb b/meta-python/recipes-devtools/python/python3-setuptools-scm-git-archive_1.1.bb index 472c4eb1c..2068871d9 100644 --- a/meta-python/recipes-devtools/python/python3-setuptools-scm-git-archive_1.1.bb +++ b/meta-python/recipes-devtools/python/python3-setuptools-scm-git-archive_1.1.bb @@ -11,5 +11,6 @@ PYPI_PACKAGE = "setuptools_scm_git_archive" PYPI_SRC_URI = "https://files.pythonhosted.org/packages/7e/2c/0c15b29a1b5940250bfdc4a4f53272e35cd7cf8a34159291b6b4ec9eb291/${PYPI_ARCHIVE_NAME}" DEPENDS += "python3-setuptools-scm-native" +RDEPENDS:${PN} += "python3-setuptools-scm" BBCLASSEXTEND = "native nativesdk"