From patchwork Wed May 17 08:06:20 2023 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Bartosz Golaszewski X-Patchwork-Id: 24071 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 70555C7EE2A for ; Wed, 17 May 2023 08:06:48 +0000 (UTC) Received: from mail-wm1-f43.google.com (mail-wm1-f43.google.com [209.85.128.43]) by mx.groups.io with SMTP id smtpd.web10.44462.1684310805185202451 for ; Wed, 17 May 2023 01:06: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=JVVibSVf; spf=none, err=SPF record not found (domain: bgdev.pl, ip: 209.85.128.43, mailfrom: brgl@bgdev.pl) Received: by mail-wm1-f43.google.com with SMTP id 5b1f17b1804b1-3f42d937d61so4323305e9.3 for ; Wed, 17 May 2023 01:06:44 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=bgdev-pl.20221208.gappssmtp.com; s=20221208; t=1684310803; x=1686902803; 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=FPvO1wY6aQ8r0ed3NcFxu7kRvgCER6hwONgex11mb+U=; b=JVVibSVfzCCZevgBIZplPOJK9vnRzBB+dk1Fds/LcdAq+3hS/0EEexXt2o5VWkVQfj z/UXaCeYkik5ZU60vKppv8fsgbEhk5w6Y2OVsdeKBzv9QaXO8YJ2xokkI2ThliljnQBR LHiqzvi6XuBgVw9bGi4MU4u6S/Pta34/VaxEBwPKla5bkaNsNZcE5Pq7vFDb/8+z4Hav +Nk8AMMfl5sDi9QS+3XJ6ayezMedpjR1Y5So7rGkHp0hmffFWdgY3JQPTiPSllifSRnv Ex5QB5gUSoX8IofibKTFZma46LzdmTg4sHyGADRxdYLT7dixtWfGiPtN4SkI935mtvl+ gxog== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20221208; t=1684310803; x=1686902803; 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=FPvO1wY6aQ8r0ed3NcFxu7kRvgCER6hwONgex11mb+U=; b=U/DCNn+oLKDaM5pka3o9AHQjs+IrEvhMaw+RlVtCqPV5GxFKbdrDB6eir4Y30aFTcM Ekw87yU5CYFvrOhrPWG0x1DwQJf+WH0UzZfya/RT3mu+Ynh3AohfWVpUepIP87NoIL5s y3tHwgCiX2Hbk0XLJe135f1tNmkSprHTW9JMTRYdJSxMqUTGWJvmdv2ltWtX1FdwDou9 8dXVIbi48iDKEaoh1cAI4NavhK1sg2O37sCo/WY4B2NQPDYzx61NdkfklrM1Lc4+vV8o nqOlBlTLNMNzcjbnIuXcRpErJ4mOEA9lDZfbA0mdqBnSGQxzBNnUOnztvd+kG3tCFDyA /HcQ== X-Gm-Message-State: AC+VfDweYF3be6VyOXIiKa00Lpiy6ywjlCT986AycN5q887AIg7D4ISC dxl+KdnHGqLWZ06K7TqGZLMbCw== X-Google-Smtp-Source: ACHHUZ5irY2IR14h1/yXMJmAa/yqjvzc9Z7LddpdCmEpeLQ5odc888DRE3DvKeUfhJif306fxekmCQ== X-Received: by 2002:a5d:440a:0:b0:2f9:a798:602f with SMTP id z10-20020a5d440a000000b002f9a798602fmr32257286wrq.48.1684310803665; Wed, 17 May 2023 01:06:43 -0700 (PDT) Received: from brgl-uxlite.home ([2a01:cb1d:334:ac00:6f0d:9301:2b67:fec]) by smtp.gmail.com with ESMTPSA id l6-20020a5d6746000000b003090cb7a9e6sm1919593wrw.31.2023.05.17.01.06.42 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Wed, 17 May 2023 01:06:43 -0700 (PDT) From: Bartosz Golaszewski To: Khem Raj , Bruce Ashfield , openembedded-core@lists.openembedded.org Cc: Bartosz Golaszewski Subject: [OE-core][PATCH 01/20] python3-async: add missing run-time dependencies Date: Wed, 17 May 2023 10:06:20 +0200 Message-Id: <20230517080639.9336-2-brgl@bgdev.pl> X-Mailer: git-send-email 2.39.2 In-Reply-To: <20230517080639.9336-1-brgl@bgdev.pl> References: <20230517080639.9336-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 ; Wed, 17 May 2023 08:06:48 -0000 X-Groupsio-URL: https://lists.openembedded.org/g/openembedded-core/message/181450 From: Bartosz Golaszewski Add missing RDEPENDS for this package. Signed-off-by: Bartosz Golaszewski --- meta/recipes-devtools/python/python-async.inc | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/meta/recipes-devtools/python/python-async.inc b/meta/recipes-devtools/python/python-async.inc index fde864601c..53f8d79361 100644 --- a/meta/recipes-devtools/python/python-async.inc +++ b/meta/recipes-devtools/python/python-async.inc @@ -9,6 +9,9 @@ inherit pypi SRC_URI[md5sum] = "9b06b5997de2154f3bc0273f80bcef6b" SRC_URI[sha256sum] = "ac6894d876e45878faae493b0cf61d0e28ec417334448ac0a6ea2229d8343051" -RDEPENDS:${PN} += "${PYTHON_PN}-threading" +RDEPENDS:${PN} += " \ + python3-logging \ + python3-threading \ +" BBCLASSEXTEND = "native nativesdk" From patchwork Wed May 17 08:06: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: 24070 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 5AE69C77B7A for ; Wed, 17 May 2023 08:06:48 +0000 (UTC) Received: from mail-wm1-f41.google.com (mail-wm1-f41.google.com [209.85.128.41]) by mx.groups.io with SMTP id smtpd.web10.44463.1684310806313546833 for ; Wed, 17 May 2023 01:06: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=OdU27vKt; spf=none, err=SPF record not found (domain: bgdev.pl, ip: 209.85.128.41, mailfrom: brgl@bgdev.pl) Received: by mail-wm1-f41.google.com with SMTP id 5b1f17b1804b1-3f475366514so3022535e9.2 for ; Wed, 17 May 2023 01:06:45 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=bgdev-pl.20221208.gappssmtp.com; s=20221208; t=1684310804; x=1686902804; 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=cE3QAQNnMQ2tXH7HsKDV6A5AlfQblhLcbJlcyoy09Z4=; b=OdU27vKt8X7EP5BipbxWPQG4jZBq/shNAOTJ8VGYirSg4fDtp6Zyi2NSstqAzsORYx HwdNJQHIPwg22ZpObK+Bf4yRjhqnGju4cVV/AkVe7pXnWKCo/1ksfDKBEfaoPaU0Vtll qvIpgXZLHdjZVd6uMqxQB4kVcW3kjcMF2A7Y+x/1GSEYinKFmdmyFY57Eg7LquDPQdVm wk0efzw+PmhNABwqk2YCrI6DprhJd694VQRcqlMUf3oDCDFOe5MvkeaO5u5M41NWmhVp A5ST3YoXktpw0GUYqe1Kwx6IY2uFREPh7yjBE7OwAzxnQ1aLID92HXXNkS/RgOapIXlx dN7A== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20221208; t=1684310804; x=1686902804; 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=cE3QAQNnMQ2tXH7HsKDV6A5AlfQblhLcbJlcyoy09Z4=; b=WoUM53o5xIZHMF5sHo5vL2gtVy+Kx578lyLlbQ7+0q47fYVwNg6G1kgKWMfYHYbl+I eGrsfdkVQl5bdfACuwGgWHLG456Fm4DTijYmcXdmMj/TO399P1m9awZchyFQTfraYBrs c1FVtLJAx1Wi+jnnjgpyA76UlEAw8S+UEaZoR8rW8796VYLEzNifkiDm3ZKa/jLA7d8+ g09Iduf/B2fIYXrXliAqmVKtQq7YYDLAtLuyULEO72VfSjuY/VLcs3bzkeIKyEbCMohW CiNc3ffKFqJknUfCZeQKJ3MgQwtKGbi5EF8QZpX2oC/aIPS/u8HL7lLKx9703wZT6OA3 3Q+w== X-Gm-Message-State: AC+VfDwM1syMQ2JiHgmABAHiEDA4FD9+5s398vMMrKrMtPFKrDrN97xs Rv/iBcDKBTmd4nzn1duBBKv3vQ== X-Google-Smtp-Source: ACHHUZ7Pf03rNvbwbGrixS4wZHIiIonXgHdcGbb015EYSJUUPV7St2WdCDBa1/0Yg308WhVyMNqhHw== X-Received: by 2002:adf:f981:0:b0:309:3698:8016 with SMTP id f1-20020adff981000000b0030936988016mr2898186wrr.18.1684310804540; Wed, 17 May 2023 01:06:44 -0700 (PDT) Received: from brgl-uxlite.home ([2a01:cb1d:334:ac00:6f0d:9301:2b67:fec]) by smtp.gmail.com with ESMTPSA id l6-20020a5d6746000000b003090cb7a9e6sm1919593wrw.31.2023.05.17.01.06.43 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Wed, 17 May 2023 01:06:44 -0700 (PDT) From: Bartosz Golaszewski To: Khem Raj , Bruce Ashfield , openembedded-core@lists.openembedded.org Cc: Bartosz Golaszewski Subject: [OE-core][PATCH 02/20] python3-attrs: unify RDEPENDS Date: Wed, 17 May 2023 10:06:21 +0200 Message-Id: <20230517080639.9336-3-brgl@bgdev.pl> X-Mailer: git-send-email 2.39.2 In-Reply-To: <20230517080639.9336-1-brgl@bgdev.pl> References: <20230517080639.9336-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 ; Wed, 17 May 2023 08:06:48 -0000 X-Groupsio-URL: https://lists.openembedded.org/g/openembedded-core/message/181451 From: Bartosz Golaszewski The nativesdk and target RDEPENDS are the same and there's nothing that prohibits this package from build built for the native sysroot either. Use the global RDEPENDS instead of per-class assignments. While at it: order the dependencies alphabetically. Signed-off-by: Bartosz Golaszewski --- meta/recipes-devtools/python/python3-attrs_23.1.0.bb | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/meta/recipes-devtools/python/python3-attrs_23.1.0.bb b/meta/recipes-devtools/python/python3-attrs_23.1.0.bb index c8e2e514a4..207636d62e 100644 --- a/meta/recipes-devtools/python/python3-attrs_23.1.0.bb +++ b/meta/recipes-devtools/python/python3-attrs_23.1.0.bb @@ -12,13 +12,9 @@ DEPENDS += " \ ${PYTHON_PN}-hatch-fancy-pypi-readme-native \ " -RDEPENDS:${PN}:class-target += " \ - ${PYTHON_PN}-crypt \ +RDEPENDS:${PN}+= " \ ${PYTHON_PN}-ctypes \ -" -RDEPENDS:${PN}:class-nativesdk += " \ ${PYTHON_PN}-crypt \ - ${PYTHON_PN}-ctypes \ " BBCLASSEXTEND = "native nativesdk" From patchwork Wed May 17 08:06: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: 24069 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 5CF3FC77B7F for ; Wed, 17 May 2023 08:06:48 +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.web11.44373.1684310807057310413 for ; Wed, 17 May 2023 01:06: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=4HdlFblo; 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-3f50020e0f8so53195955e9.0 for ; Wed, 17 May 2023 01:06:46 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=bgdev-pl.20221208.gappssmtp.com; s=20221208; t=1684310805; x=1686902805; 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=BX7z9iEFY+/92c5yJf0ySgzT+SQ/nu+E6H540MsaVEg=; b=4HdlFbloMweYu2STsPNGGkBLQz5lP34jLPkDWqlmEgg9tw+eU+/c6BmEYRSuVg595S jW/xfAKZRzRnZoVpX7wgoxLjS8pvRUkRON4IoV/MEUaTsLqS+g3HjVz6mVhOJePn+noW G6iPgYgn/ywBMgIDBrALUmIJt0jP8/AGqwGOGtueI5uGDN6dqiIvncuMpqmqzRoLtjhg 1k2l0czUhTCr1lgLMjqW1FoudmhrWCBiUq41KYraEYQdBGTbNFHsp0HYsyL7Xvxnl5Ys lfmeldTdGkycmehPSabLa2LttMvaJ5B27pt4h2HCs6AMDiQlZoDxdE64NhUwMSPiDWXH WfGg== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20221208; t=1684310805; x=1686902805; 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=BX7z9iEFY+/92c5yJf0ySgzT+SQ/nu+E6H540MsaVEg=; b=IA7OFqQcqUs6ec7Ak9KBUwE37XQgv9QJi24ByMw8HT4WiV6p/Jfq9l3Mpc7umz2Vu9 8l0h/rtBerYrCYO0ArzNlhSHCP+t0f5YvHEazw/LqF8k8jR2+MEJaC7IeuJyH4d65jVK UzYk3rVxSQsKEbXET6joTW2ognH2Tcot0hn5OW1B06JkazaLS6PVnI1D2To5TgcO8P5D Am8hBdE41avcvnXuJEH3MbP7XovXMxQ5J1JDEQEFWEAH4c2hy/zhsCHzDNWCCe0Wx66a QKC0RC9pkJdhoQrwhkSzJwZXwyttoJazOYSyvJ85cCn0Be8FH5a1LQaHczpKkLcIGNKo NxxA== X-Gm-Message-State: AC+VfDxvubIop6BAx0lHHmCX2mdx0qHh+Y1cC8ysa6pqfJgMwBD4IcGu 5sYDp3k1jRSkvpG2lpvTm0cJGA== X-Google-Smtp-Source: ACHHUZ47P0MBYRROPw//k3iz033FBkusprbbcRl92goEasQjqucvLAc+w+Auz1HdWv8zxkktA7/FxQ== X-Received: by 2002:adf:f3c3:0:b0:306:3163:2b76 with SMTP id g3-20020adff3c3000000b0030631632b76mr879287wrp.15.1684310805572; Wed, 17 May 2023 01:06:45 -0700 (PDT) Received: from brgl-uxlite.home ([2a01:cb1d:334:ac00:6f0d:9301:2b67:fec]) by smtp.gmail.com with ESMTPSA id l6-20020a5d6746000000b003090cb7a9e6sm1919593wrw.31.2023.05.17.01.06.44 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Wed, 17 May 2023 01:06:45 -0700 (PDT) From: Bartosz Golaszewski To: Khem Raj , Bruce Ashfield , openembedded-core@lists.openembedded.org Cc: Bartosz Golaszewski Subject: [OE-core][PATCH 03/20] python3-attrs: don't use PYTHON_PN Date: Wed, 17 May 2023 10:06:22 +0200 Message-Id: <20230517080639.9336-4-brgl@bgdev.pl> X-Mailer: git-send-email 2.39.2 In-Reply-To: <20230517080639.9336-1-brgl@bgdev.pl> References: <20230517080639.9336-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 ; Wed, 17 May 2023 08:06:48 -0000 X-Groupsio-URL: https://lists.openembedded.org/g/openembedded-core/message/181452 From: Bartosz Golaszewski We no longer support python2. Drop PYTHON_PN and use python3 explicitly. Signed-off-by: Bartosz Golaszewski --- meta/recipes-devtools/python/python3-attrs_23.1.0.bb | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/meta/recipes-devtools/python/python3-attrs_23.1.0.bb b/meta/recipes-devtools/python/python3-attrs_23.1.0.bb index 207636d62e..ab3a08073d 100644 --- a/meta/recipes-devtools/python/python3-attrs_23.1.0.bb +++ b/meta/recipes-devtools/python/python3-attrs_23.1.0.bb @@ -8,13 +8,13 @@ SRC_URI[sha256sum] = "6279836d581513a26f1bf235f9acd333bc9115683f14f7e8fae46c98fc inherit pypi python_hatchling DEPENDS += " \ - ${PYTHON_PN}-hatch-vcs-native \ - ${PYTHON_PN}-hatch-fancy-pypi-readme-native \ + python3-hatch-vcs-native \ + python3-hatch-fancy-pypi-readme-native \ " RDEPENDS:${PN}+= " \ - ${PYTHON_PN}-ctypes \ - ${PYTHON_PN}-crypt \ + python3-ctypes \ + python3-crypt \ " BBCLASSEXTEND = "native nativesdk" From patchwork Wed May 17 08:06: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: 24075 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 4BB25C77B7A for ; Wed, 17 May 2023 08:06:58 +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.44374.1684310808224033800 for ; Wed, 17 May 2023 01:06: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=tYoupF76; 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-3078c092056so259226f8f.1 for ; Wed, 17 May 2023 01:06:47 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=bgdev-pl.20221208.gappssmtp.com; s=20221208; t=1684310806; x=1686902806; 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=cZY1ZSUGCwX6ROtlAlIOfbGN0dTEskFoK3iAlbwG008=; b=tYoupF76Xv2MX+h9P53OwjRgFJY/oRwwtmzxhUlPkLygPH8bQFTaQ6FJbW6L1C0ekn BLxx9a1vS6T/nAd1U/jX2lt0ySb53l1o6BgZckuX1Nch1ok3eft5o9nDq0U6y7TGNouR eCLF6CihO/anTEfegi1Ktzqz7dq2zmyg7Uim+qa18O6vxhYtkrfUBsNM0Zb0W7STB2Wt tmKEetUo6C4kJWO6ywR3rmupXDUOex/iEYdePyStdy1oAzueJx0xRBZQZXIgLOqQYkS5 Hu7utv3wfBxe9+khSD2RiXZ4WcQoYSuEPOy4lmc56fGtbvSKKHow7rLsNENzJtwJ/Twl sxHw== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20221208; t=1684310806; x=1686902806; 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=cZY1ZSUGCwX6ROtlAlIOfbGN0dTEskFoK3iAlbwG008=; b=BBOMexeNLT/f9mgSGxGJ1lvbyjPU9JGvlQLA+aj3kWKW0FgKRXvy8M8l5CmIRRBHv0 3PXNSAsmzJ8cn07GWoL1uP/clD+0GAW7r2lNQ7bkg6vsfN3PT5ZY6zlh4NV4gEJGNr71 BhNpjvAWPSsN9Zx5Ws/pXFpoxYidz2uVbHkT+SQ79kjua9hZUmiHOiXM8vQCoX/Uf63u wdRSEe3+mbWlnnt1Gl7vLJkKBoJRz7xv/jwBmCHXwmoXAZOllCFZ8tsFD+Bwh9kumr7l KV71YXcUY5M2cvho9xBMgfwPHzkm9mnHoHLgOy7IRmfPUPWRB6q/xAAjdIkLqs/vuOB3 th7g== X-Gm-Message-State: AC+VfDxQDYYLPS7BmqDQNakzESkKaCK3gkM/s1wl8uB1pXV06Up5pR9f LYfxe3gazVcInlwwfSglrnE7/w== X-Google-Smtp-Source: ACHHUZ56MlHPSPG95w8AM2mGW0XqGOqHFo+a6kwUEqIKBjgo5Au3WG53e0p07yHnlAA7xM85Li/cqA== X-Received: by 2002:a5d:4d92:0:b0:306:26d6:dd7a with SMTP id b18-20020a5d4d92000000b0030626d6dd7amr28007653wru.32.1684310806701; Wed, 17 May 2023 01:06:46 -0700 (PDT) Received: from brgl-uxlite.home ([2a01:cb1d:334:ac00:6f0d:9301:2b67:fec]) by smtp.gmail.com with ESMTPSA id l6-20020a5d6746000000b003090cb7a9e6sm1919593wrw.31.2023.05.17.01.06.45 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Wed, 17 May 2023 01:06:46 -0700 (PDT) From: Bartosz Golaszewski To: Khem Raj , Bruce Ashfield , openembedded-core@lists.openembedded.org Cc: Bartosz Golaszewski Subject: [OE-core][PATCH 04/20] python3-attrs: add missing run-time dependencies Date: Wed, 17 May 2023 10:06:23 +0200 Message-Id: <20230517080639.9336-5-brgl@bgdev.pl> X-Mailer: git-send-email 2.39.2 In-Reply-To: <20230517080639.9336-1-brgl@bgdev.pl> References: <20230517080639.9336-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 ; Wed, 17 May 2023 08:06:58 -0000 X-Groupsio-URL: https://lists.openembedded.org/g/openembedded-core/message/181453 From: Bartosz Golaszewski Add missing RDEPENDS for this package. Signed-off-by: Bartosz Golaszewski --- meta/recipes-devtools/python/python3-attrs_23.1.0.bb | 1 + 1 file changed, 1 insertion(+) diff --git a/meta/recipes-devtools/python/python3-attrs_23.1.0.bb b/meta/recipes-devtools/python/python3-attrs_23.1.0.bb index ab3a08073d..314053de08 100644 --- a/meta/recipes-devtools/python/python3-attrs_23.1.0.bb +++ b/meta/recipes-devtools/python/python3-attrs_23.1.0.bb @@ -13,6 +13,7 @@ DEPENDS += " \ " RDEPENDS:${PN}+= " \ + python3-compression \ python3-ctypes \ python3-crypt \ " From patchwork Wed May 17 08:06: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: 24077 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 64BD9C7EE23 for ; Wed, 17 May 2023 08:06:58 +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.44464.1684310808962822730 for ; Wed, 17 May 2023 01:06:49 -0700 Authentication-Results: mx.groups.io; dkim=fail reason="signature has expired" header.i=@bgdev-pl.20221208.gappssmtp.com header.s=20221208 header.b=ODlfIuP8; 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-3093eb8cd1fso241765f8f.1 for ; Wed, 17 May 2023 01:06:48 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=bgdev-pl.20221208.gappssmtp.com; s=20221208; t=1684310807; x=1686902807; 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=rC+DLWAWsbw/a85C9lGUeisehlHMgJrafaxRgh0g+7o=; b=ODlfIuP8fZvr7OcUZtcnyfeInE+2l0tgJdBwzj99iJSg0gbDaT9oyAjvlHzEJ6E12r mHQEinUR8JY9BlV20RR+xRhw8ecntN0z42lzQ2o8IpcBzUI/TWPIqj94KhVa5NTcQ6nA FN/NcvU1xQbMPMbmWt/dCULE5N0sfZbnXuNDk3IQzbmFNxrPVAnoTf3xqn1gEIWJ0MyZ 7MKw9kcAolH9842sybqA4q6NWKpScRn4Un3Zlj56QT6JwMAQ5RZn0QEj/q4LUwZWqCCU FxUNSUBoa3Mv4vAKilzxnwEOA/ScXhbrANhmYUe8r8PQhzw4TTluUXVCmoqrNlVJNfrl OnEA== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20221208; t=1684310807; x=1686902807; 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=rC+DLWAWsbw/a85C9lGUeisehlHMgJrafaxRgh0g+7o=; b=X/y1XUKSyW88303q2vTvzpIsGtnqkyMyrsLsPJzETAk7GoOTRAMpyyK/n2253/uQkm gGKbFILml5HnOZdqnVGVB+KBb3gwSIxZh9mUJQ21+i25lIAj0kfZ4yKpnbKWR43jK21c gRPrIGr53POeMEvYwOSOgUqF127EJiahNJpt1RttGnyB1GGmpB3cpZBrG3O1yax4ocQt 4I/JU2Bx151FNsuDerANkEJj6twIHCP0AlZErsUEUdFLgmHWJmrOM46T8ZkwfnYab2LO yKCVU0gCxrJ3meMs24L05LIJV/w6y2r7f7Xe+U3FmLOH/vwZZhcMP+qTQKzFPOAuhucq 0kCQ== X-Gm-Message-State: AC+VfDzZX0jxM1YmcGDSbaq9AUM63/dKfUXP7k1mES3cXXe+SLvzxeXr IsGLGyvL1XlSco1c5LEuVW+hWA== X-Google-Smtp-Source: ACHHUZ5ld4ZNbkShNSMoO2To8bj6wRKWvnIU8IhSuVcbnwlVd8GEpsa6yEdw/+c4ge+Ix56ymXQlpw== X-Received: by 2002:a5d:5404:0:b0:305:ed26:8576 with SMTP id g4-20020a5d5404000000b00305ed268576mr23476947wrv.9.1684310807502; Wed, 17 May 2023 01:06:47 -0700 (PDT) Received: from brgl-uxlite.home ([2a01:cb1d:334:ac00:6f0d:9301:2b67:fec]) by smtp.gmail.com with ESMTPSA id l6-20020a5d6746000000b003090cb7a9e6sm1919593wrw.31.2023.05.17.01.06.46 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Wed, 17 May 2023 01:06:47 -0700 (PDT) From: Bartosz Golaszewski To: Khem Raj , Bruce Ashfield , openembedded-core@lists.openembedded.org Cc: Bartosz Golaszewski Subject: [OE-core][PATCH 05/20] python3-certifi: add missing run-time dependencies Date: Wed, 17 May 2023 10:06:24 +0200 Message-Id: <20230517080639.9336-6-brgl@bgdev.pl> X-Mailer: git-send-email 2.39.2 In-Reply-To: <20230517080639.9336-1-brgl@bgdev.pl> References: <20230517080639.9336-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 ; Wed, 17 May 2023 08:06:58 -0000 X-Groupsio-URL: https://lists.openembedded.org/g/openembedded-core/message/181454 From: Bartosz Golaszewski Add missing RDEPENDS for this package. Signed-off-by: Bartosz Golaszewski --- meta/recipes-devtools/python/python3-certifi_2022.12.7.bb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/meta/recipes-devtools/python/python3-certifi_2022.12.7.bb b/meta/recipes-devtools/python/python3-certifi_2022.12.7.bb index dca3d26811..b2e3ec125a 100644 --- a/meta/recipes-devtools/python/python3-certifi_2022.12.7.bb +++ b/meta/recipes-devtools/python/python3-certifi_2022.12.7.bb @@ -12,3 +12,5 @@ SRC_URI[sha256sum] = "35824b4c3a97115964b408844d64aa14db1cc518f6562e8d7261699d13 inherit pypi setuptools3 BBCLASSEXTEND = "native nativesdk" + +RDEPENDS:${PN} += "python3-io" From patchwork Wed May 17 08:06: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: 24079 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 65D93C7EE2F for ; Wed, 17 May 2023 08:06:58 +0000 (UTC) Received: from mail-wr1-f50.google.com (mail-wr1-f50.google.com [209.85.221.50]) by mx.groups.io with SMTP id smtpd.web10.44465.1684310809993557081 for ; Wed, 17 May 2023 01:06: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=O47X7DIz; spf=none, err=SPF record not found (domain: bgdev.pl, ip: 209.85.221.50, mailfrom: brgl@bgdev.pl) Received: by mail-wr1-f50.google.com with SMTP id ffacd0b85a97d-30786c87cdaso380860f8f.2 for ; Wed, 17 May 2023 01:06:49 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=bgdev-pl.20221208.gappssmtp.com; s=20221208; t=1684310808; x=1686902808; 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=dyqwuBjvb3fdVX4wsXqsAHEgpLapNRmh70fUFY7wL/w=; b=O47X7DIzwoFZoKOdTnoQ/xOtxoc0t8bNqKTp14IL6g/Z34SmfQTMACQ0iGfFRHcNkI nrG6RCxmVYfP0f4hxVXhJ/crS5bxkjmLULJ/2Q0HNYPTXfEKRtJhVZCK859TI4SJSW4h /N3sV2yMz9PlNeL9GCPDD79aXG0EenV3rCFBXPUVrj2SB/JS3MlNbtjHBHI3PZHcaJT4 jj+l237EDp5AEcwFnIROzvGvpPnxqEI/U93MUMBOIW7xrZprdwxiQBq5ALdct0q7drHv nZE3W2Ik4YX/INlFYxmrjNKFBSYGhbF+iUkyHK6DthpkloUx3W1j74OmvYDaC8emnJiv PGsA== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20221208; t=1684310808; x=1686902808; 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=dyqwuBjvb3fdVX4wsXqsAHEgpLapNRmh70fUFY7wL/w=; b=RpKXMwXo43zEdER6ayMvB5Pq6eEDVIURD8nPfIRogMhLYtlQwLPgM8edls9cW8gGiN U/gmBl7APArEfFCMF7CD+OpULpJnQG4SWdHi+pS+b2LpE2qLK4nAj7OQpDDFBevXW3VN FZM9pdVTdeYPhEOv0JK7Tw7//2uNUx2OVwYjoTlilXfxsO4J2JEGbUSMlJsb1rcj7eRp qVEC8k532t3KlIf0xS9iwfdBjKvZuMCxBmiHZ0fnEXsJfgtWr2sGuGJ7EBWQYnKGoO+Y jw0kPxgmtvOBJYwRevvvnH2EUsvYIas+yjYfNYrX0p+W/xoC+9aXSyTfDrlO+QR3bJxy CqCA== X-Gm-Message-State: AC+VfDwUM0TJWvdjck+vMwEAKOeJW+jWjNQ5h1u1hHJENKzHlbgBcZdF 3F70cNZoBEf1kHrtaxj5DDlbgA== X-Google-Smtp-Source: ACHHUZ4r7ec/BpfNiJZ1Xq8JKEh2sp+cpkv0HOzrEmIj2laIRleuG6ya7WS25AoY63u6c/oB3x4OMw== X-Received: by 2002:a5d:43c2:0:b0:309:42d0:4c2d with SMTP id v2-20020a5d43c2000000b0030942d04c2dmr408833wrr.28.1684310808476; Wed, 17 May 2023 01:06:48 -0700 (PDT) Received: from brgl-uxlite.home ([2a01:cb1d:334:ac00:6f0d:9301:2b67:fec]) by smtp.gmail.com with ESMTPSA id l6-20020a5d6746000000b003090cb7a9e6sm1919593wrw.31.2023.05.17.01.06.47 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Wed, 17 May 2023 01:06:48 -0700 (PDT) From: Bartosz Golaszewski To: Khem Raj , Bruce Ashfield , openembedded-core@lists.openembedded.org Cc: Bartosz Golaszewski Subject: [OE-core][PATCH 06/20] python3-libfdt: new package Date: Wed, 17 May 2023 10:06:25 +0200 Message-Id: <20230517080639.9336-7-brgl@bgdev.pl> X-Mailer: git-send-email 2.39.2 In-Reply-To: <20230517080639.9336-1-brgl@bgdev.pl> References: <20230517080639.9336-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 ; Wed, 17 May 2023 08:06:58 -0000 X-Groupsio-URL: https://lists.openembedded.org/g/openembedded-core/message/181455 From: Bartosz Golaszewski Add a recipe for python bindings for libfdt (spun out of upstream dtc) fetched from pypi. Signed-off-by: Bartosz Golaszewski --- .../python/python3-libfdt_1.7.0.post1.bb | 20 +++++++++++++++++++ 1 file changed, 20 insertions(+) create mode 100644 meta/recipes-devtools/python/python3-libfdt_1.7.0.post1.bb diff --git a/meta/recipes-devtools/python/python3-libfdt_1.7.0.post1.bb b/meta/recipes-devtools/python/python3-libfdt_1.7.0.post1.bb new file mode 100644 index 0000000000..1ff3decbb9 --- /dev/null +++ b/meta/recipes-devtools/python/python3-libfdt_1.7.0.post1.bb @@ -0,0 +1,20 @@ +SUMMARY = "Python bindings for libfdt." +LICENSE = "GPL-2.0-only | BSD-2-Clause" +LIC_FILES_CHKSUM = " \ + file://BSD-2-Clause;md5=5d6306d1b08f8df623178dfd81880927 \ + file://GPL;md5=b234ee4d69f5fce4486a80fdaf4a4263 \ +" + +inherit pypi setuptools3 + +PYPI_PACKAGE = "pylibfdt" + +SRC_URI[sha256sum] = "2d048f9f8ce9a0527d497f423dea1f1135f9811c05b009cc5d5753771c1f9ba1" + +BBCLASSEXTEND = "native nativesdk" + +DEPENDS += " \ + python3-pip-native \ + python3-setuptools-scm-native \ + swig-native \ +" From patchwork Wed May 17 08:06: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: 24074 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 3FABCC77B7F for ; Wed, 17 May 2023 08:06:58 +0000 (UTC) Received: from mail-wm1-f49.google.com (mail-wm1-f49.google.com [209.85.128.49]) by mx.groups.io with SMTP id smtpd.web11.44375.1684310811577597721 for ; Wed, 17 May 2023 01:06: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=dRPWizpG; spf=none, err=SPF record not found (domain: bgdev.pl, ip: 209.85.128.49, mailfrom: brgl@bgdev.pl) Received: by mail-wm1-f49.google.com with SMTP id 5b1f17b1804b1-3f42b984405so2773215e9.3 for ; Wed, 17 May 2023 01:06:51 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=bgdev-pl.20221208.gappssmtp.com; s=20221208; t=1684310810; x=1686902810; 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=mxpxZaqCtzg+o+JdYx0vcG0W9R1dG5My0hrTjx0zLAg=; b=dRPWizpGI8ajzsqp4BosaRwzS5cOyi7sn64vI593PhbOzmoHAsSLz0F7IlXGcsL6rT 5wRQqOtC30F/qB7hxA2/2+uSsmrJVsYb2PUzpTCIsj6m9owwTfr+LZ0c8u+OU1Y8Idi0 +zgYB8iyAK6cx3U6nIi/kjdJKvu5Yt6MDL5BfdYakPfocwNeY45syPPb/tALYIX03jiZ dBxgPfv9SvQ0BBnhf3NUfIsmuAKVoMYekVrcuXBzGoOStgsNogvpjvwL6yH1Yj+doZzm hOGpT/Swzu+VXgyzTTCBzUg6w0KPSwHNGYN0qzDXJTPwuVmRxz0FouftY8r05YkiW5/z mTyQ== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20221208; t=1684310810; x=1686902810; 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=mxpxZaqCtzg+o+JdYx0vcG0W9R1dG5My0hrTjx0zLAg=; b=eh4NM4YnSWaVKlS8QM+blfxGJW/ze/yAyqV+k3bh+Vl7hagn3qHUODJJejjBBuBWQG 4dkZ4wqc1QF6X7RoUfzy2xRewvPxRPimIVb2Lpv2itCCtTzJ5KN0EE0YK9aCVDRuY+HM x7dz/7ksracL/UDM2nBdoG4nlrZan1p7KvGrqtxdhdhbgN5iMhTWIOgNtEnoC1v/bbTG R0jq1TcTcimVr9CTG3OZdLU8a1zc3Drdq6SHyP21MUVQnsV+rsgLYk5F1J0CNMjbJP1q EG9C5oc40ZF6GpN9YDk5icisFy9ACLBbB0aiCupcbYLLYi+RiHU8ahEqHpiM25we0TIj Ud8w== X-Gm-Message-State: AC+VfDyYo07ygm5pawyjnewSa9DgsjtHB83W57KM4Tw+wTZ+HMSb5kb8 klRmDLbZu14QcO/NThU9svgnCA== X-Google-Smtp-Source: ACHHUZ4MiNoh+v6GFAh7D0HZoyjNwYEnpRnrrTK1LeOMks999iCqoxe79LFr4U5ZtTlCIQidzBg6gQ== X-Received: by 2002:a5d:4cc1:0:b0:307:9b66:f4f6 with SMTP id c1-20020a5d4cc1000000b003079b66f4f6mr21018120wrt.35.1684310809899; Wed, 17 May 2023 01:06:49 -0700 (PDT) Received: from brgl-uxlite.home ([2a01:cb1d:334:ac00:6f0d:9301:2b67:fec]) by smtp.gmail.com with ESMTPSA id l6-20020a5d6746000000b003090cb7a9e6sm1919593wrw.31.2023.05.17.01.06.48 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Wed, 17 May 2023 01:06:49 -0700 (PDT) From: Bartosz Golaszewski To: Khem Raj , Bruce Ashfield , openembedded-core@lists.openembedded.org Cc: Bartosz Golaszewski Subject: [OE-core][PATCH 07/20] python3-dtschema: add missing run-time dependencies Date: Wed, 17 May 2023 10:06:26 +0200 Message-Id: <20230517080639.9336-8-brgl@bgdev.pl> X-Mailer: git-send-email 2.39.2 In-Reply-To: <20230517080639.9336-1-brgl@bgdev.pl> References: <20230517080639.9336-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 ; Wed, 17 May 2023 08:06:58 -0000 X-Groupsio-URL: https://lists.openembedded.org/g/openembedded-core/message/181456 From: Bartosz Golaszewski Add missing RDEPENDS for this package. Signed-off-by: Bartosz Golaszewski --- meta/recipes-devtools/python/python3-dtschema_2023.4.bb | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/meta/recipes-devtools/python/python3-dtschema_2023.4.bb b/meta/recipes-devtools/python/python3-dtschema_2023.4.bb index f87563facd..e5a18b0649 100644 --- a/meta/recipes-devtools/python/python3-dtschema_2023.4.bb +++ b/meta/recipes-devtools/python/python3-dtschema_2023.4.bb @@ -10,6 +10,11 @@ PYPI_PACKAGE = "dtschema" SRC_URI[sha256sum] = "6daefb8f54403b4d82961b3346571200571747ab01950fd36c1f69950fa7a8cf" DEPENDS += "python3-setuptools-scm-native" -RDEPENDS:${PN} += "python3-ruamel-yaml python3-jsonschema python3-rfc3987" +RDEPENDS:${PN} += " \ + python3-jsonschema \ + python3-libfdt \ + python3-rfc3987 \ + python3-ruamel-yaml \ +" BBCLASSEXTEND = "native nativesdk" From patchwork Wed May 17 08:06: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: 24076 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 58907C7EE2D for ; Wed, 17 May 2023 08:06:58 +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.44467.1684310812517465587 for ; Wed, 17 May 2023 01:06: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=WI79fBKl; 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-307d20548adso247935f8f.0 for ; Wed, 17 May 2023 01:06:52 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=bgdev-pl.20221208.gappssmtp.com; s=20221208; t=1684310811; x=1686902811; 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=PcSrecUKeRfSub+OGnnnTQxld6zmhlJMS9FwspvO4AM=; b=WI79fBKlaW1ONFZo3br28xAOCnNbRZyRftJSJGgz0Ya5n626QrBDjCKe2TkqvMWym4 dKk7HQbSpbcYpKyuijOqZocqZVsgGD5C1aJ0C96EqNB4RCxiZOaKgVqpVfcxJ0h2axgJ tf3OmNNj/KHDLQ/nCG9gPmn52MB3GXe0uF3SoRoYK5X+OR6AigFOIyaYNAUEn6ztoa6I iTNgNISyxceVmQfPtBWDN1bx4e9TBm/jZ4ZM4dxP8wa5klij/AFZCicNHWi5CK9csUoB 8b+plCZY8IgiruEElnH3pZZ568XmAMN30MgFIBhxjGcK49OvmSlaHSxtm+7VK3n6e4dS p3OA== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20221208; t=1684310811; x=1686902811; 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=PcSrecUKeRfSub+OGnnnTQxld6zmhlJMS9FwspvO4AM=; b=dDqWRk/IiulkF/g2R5w/5qONb8pAUb+LlexSmKSZ2KPFvB6AL6RL4lWO+OFCBraMXH oufE62Pd/ETaXw3B0KtcWvqrZpB2vQVawGR+uYjG7uTrJXQFZuDe9CE7icWjCkxXYf67 oPIq14kfMYStIvAAG/vNoOcl0RGhjvTPdL5vmYu4/fiUExtEjVhbtFR2d/v5IXT01w1v f+ZQ0/qyJtGiMkIppMHyfL0yDdjnMAolqSmLIF8419r28dM6ULB9eP1WDQQb6RPy1g0D /+qNdOgp7fy4ri8Q/Wr06GyLivdE1BQvat++hulS5TSRr/NPHgv8RrZu9j5PYulQQYSN MVzg== X-Gm-Message-State: AC+VfDxsLuIjyj19w8VyXU6d6cY3ZvhaKkG0EjwqJjugwIJ7ZyDg9aTh QCa2gtccetIiUGxXZGaZhVomSw== X-Google-Smtp-Source: ACHHUZ49M13cn4e0pUymT/+YNdJzR9WcHc3VeGmVm4YZbOQsXmR/s/m3x6DCdh05cMiRcDQ7rvQRLA== X-Received: by 2002:a5d:522b:0:b0:309:3a83:cf3a with SMTP id i11-20020a5d522b000000b003093a83cf3amr22801wra.0.1684310811039; Wed, 17 May 2023 01:06:51 -0700 (PDT) Received: from brgl-uxlite.home ([2a01:cb1d:334:ac00:6f0d:9301:2b67:fec]) by smtp.gmail.com with ESMTPSA id l6-20020a5d6746000000b003090cb7a9e6sm1919593wrw.31.2023.05.17.01.06.50 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Wed, 17 May 2023 01:06:50 -0700 (PDT) From: Bartosz Golaszewski To: Khem Raj , Bruce Ashfield , openembedded-core@lists.openembedded.org Cc: Bartosz Golaszewski Subject: [OE-core][PATCH 08/20] python3-hypothesis: fix run-time dependencies Date: Wed, 17 May 2023 10:06:27 +0200 Message-Id: <20230517080639.9336-9-brgl@bgdev.pl> X-Mailer: git-send-email 2.39.2 In-Reply-To: <20230517080639.9336-1-brgl@bgdev.pl> References: <20230517080639.9336-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 ; Wed, 17 May 2023 08:06:58 -0000 X-Groupsio-URL: https://lists.openembedded.org/g/openembedded-core/message/181457 From: Bartosz Golaszewski The main hypothesis module depends on pytest already so move it to global RDEPENDS from ptest-specific ones. Signed-off-by: Bartosz Golaszewski --- meta/recipes-devtools/python/python3-hypothesis_6.71.0.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meta/recipes-devtools/python/python3-hypothesis_6.71.0.bb b/meta/recipes-devtools/python/python3-hypothesis_6.71.0.bb index 8ec885fabf..15f4090c6d 100644 --- a/meta/recipes-devtools/python/python3-hypothesis_6.71.0.bb +++ b/meta/recipes-devtools/python/python3-hypothesis_6.71.0.bb @@ -20,13 +20,13 @@ RDEPENDS:${PN} += " \ python3-compression \ python3-core \ python3-json \ + python3-pytest \ python3-sortedcontainers \ python3-statistics \ python3-unittest \ " RDEPENDS:${PN}-ptest += " \ - ${PYTHON_PN}-pytest \ ${PYTHON_PN}-unittest-automake-output \ " From patchwork Wed May 17 08:06: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: 24078 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 58D1CC7EE2E for ; Wed, 17 May 2023 08:06:58 +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.44468.1684310813607081532 for ; Wed, 17 May 2023 01:06: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=f9TeEpGD; 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-30935d343f7so379484f8f.1 for ; Wed, 17 May 2023 01:06:53 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=bgdev-pl.20221208.gappssmtp.com; s=20221208; t=1684310812; x=1686902812; 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=/cyylXjGwnmvtfaHo/07B0kU0HyqRyuff18+GsL56Ks=; b=f9TeEpGDRoAyg6yVKG5+yZlJzSpjxZ560NObYcdh3LQvKsL07DTGNNiEXuoK48C5FG P3BBlrZMoD+DXoN4k2Ftxl0RPrelNarUEjPp2MSWcV2zdZq36GajYh2y48onsqT68eAf MhYAV54Bf7ARbQpDKco2AicDRExPzTVs+x6Zg9LQQzFKruNjIozGYLraICDLq/+lPM7K iy3P8JuMWsSPqNQfmLpJZPV9HvTxfaVDg+/NERxgDydgs9k62RNumrgekvC/sTHUFUwR G8Efyk2JQwrIo7TOZfE9pbJ7fK/K0JjGd+82Xjsi854+nEIG6H48dvKquJePHHHfyxK8 howQ== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20221208; t=1684310812; x=1686902812; 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=/cyylXjGwnmvtfaHo/07B0kU0HyqRyuff18+GsL56Ks=; b=ZyPTCYkktcN/LbB/J60maNEYJIFiEWMeyKWmi0fXDD4K62kCjNcGEZui4MXL8iTa7r K+x/Sec+46xjAX2Hlon/rWmMYQwFBL7IE7AIWM0hroKR9OHE5QHCVkeTfc9cZOfYflWk UIXT/JsSHzmYty7zsIl97NXNQ/Wws0WjdNz6AhYfEpACVhkDgcIvvWemZbdJkqbf009H JsClEGkEpR+C7KEgGKr+zbAVp6wlhh2zTS2nTWmZOjL6jz03I9mak+NJm8ixwSmsVdDc RvNvW8wbwmVWxxoarVqsfSw+g1n/GF4wC/lUo57Cr0JBFAPYo9Xp4nZ5qDjuRGJu48ac NCxg== X-Gm-Message-State: AC+VfDwV60XjKgdd8EdXz6VsUszK7QceLdc3bFsoLZgZGmhQqcqk77/U D2NkQl5c0n0xCwKXwxuC3mOTpg== X-Google-Smtp-Source: ACHHUZ680GWjim2EJujE+kxscXhMfFTX3Yw33Bmq7yOujRboUIQqZAu4evvF0j2fyLrL89hIlr0SWw== X-Received: by 2002:adf:e448:0:b0:307:cb94:972f with SMTP id t8-20020adfe448000000b00307cb94972fmr16821673wrm.46.1684310812068; Wed, 17 May 2023 01:06:52 -0700 (PDT) Received: from brgl-uxlite.home ([2a01:cb1d:334:ac00:6f0d:9301:2b67:fec]) by smtp.gmail.com with ESMTPSA id l6-20020a5d6746000000b003090cb7a9e6sm1919593wrw.31.2023.05.17.01.06.51 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Wed, 17 May 2023 01:06:51 -0700 (PDT) From: Bartosz Golaszewski To: Khem Raj , Bruce Ashfield , openembedded-core@lists.openembedded.org Cc: Bartosz Golaszewski Subject: [OE-core][PATCH 09/20] python3-tomli: add missing run-time dependencies Date: Wed, 17 May 2023 10:06:28 +0200 Message-Id: <20230517080639.9336-10-brgl@bgdev.pl> X-Mailer: git-send-email 2.39.2 In-Reply-To: <20230517080639.9336-1-brgl@bgdev.pl> References: <20230517080639.9336-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 ; Wed, 17 May 2023 08:06:58 -0000 X-Groupsio-URL: https://lists.openembedded.org/g/openembedded-core/message/181458 From: Bartosz Golaszewski Add missing RDEPENDS for this package. Signed-off-by: Bartosz Golaszewski --- meta/recipes-devtools/python/python3-tomli_2.0.1.bb | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/meta/recipes-devtools/python/python3-tomli_2.0.1.bb b/meta/recipes-devtools/python/python3-tomli_2.0.1.bb index 6118a6a9c3..9401ed897f 100644 --- a/meta/recipes-devtools/python/python3-tomli_2.0.1.bb +++ b/meta/recipes-devtools/python/python3-tomli_2.0.1.bb @@ -11,3 +11,8 @@ inherit pypi python_flit_core SRC_URI[sha256sum] = "de526c12914f0c550d15924c62d72abc48d6fe7364aa87328337a31007fe8a4f" BBCLASSEXTEND = "native nativesdk" + +RDEPENDS:${PN} += " \ + python3-datetime \ + python3-stringold \ +" From patchwork Wed May 17 08:06: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: 24073 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 4C284C7EE2A for ; Wed, 17 May 2023 08:06:58 +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.44470.1684310814640912217 for ; Wed, 17 May 2023 01:06: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=Jxb984r9; 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-307a8386946so255444f8f.2 for ; Wed, 17 May 2023 01:06:54 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=bgdev-pl.20221208.gappssmtp.com; s=20221208; t=1684310813; x=1686902813; 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=2kt9WpfNyBdryV5Prm9lhf/u9TF9kdEfLieR9cT2ZvA=; b=Jxb984r9MoyEUIDXNQvPsKV16ZrLCpocOQxNyGzdbuJBYmP9Gu387qndDSPbllTDlF +KpNfdSLfMeWd6FO7gvzS7jX6tHMquQzG2GlmJeeCeKY5uNa4PHDUdVXLIQ7PcUmz5+R s49H6pSaDnAXfRGFRWMCGasYnR7jRCGuSP9vrGnLsrOpeir3vPik5YX/2ZiWxKdvYVT0 qcU09yb7AT3QfsMlJP7kkXjaMA2XnVvPi0HzjhPyvaVRo+8n03gELPzVrUWfJMfuzHz4 88+kyv+zMuuRDjaTrt05ivdGNNLvO7tbcEq3WOGGvaiuBXFQH3Ljy+cxWhNIl0MZUTtW tMCA== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20221208; t=1684310813; x=1686902813; 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=2kt9WpfNyBdryV5Prm9lhf/u9TF9kdEfLieR9cT2ZvA=; b=YLPx9TdbqxRqEsVkM/KzAyKVhZw8RZNlRM2nRSybNQ325PTMqfqavSgVSQXZGy7Zmd u1BxDBro3GB56nEZ+qVKXp1dKp3jqovZx1kMSCSHOk7b7a7nEtv4GeUu/Qir5jD/Xeb0 liWycmisVQO86h68dingFVM0q2rH5UFbeMamUemAVniKUhoYAfz3MpZzCl0Ux+5uFfTa 80zTpsKWqJoAvQGmrRMssYB2sazXjy6qImVcdQlNZa9myMMNNrzCL+VFEvEOMryGK0Jm Bc8pEmzUVwwLBn9+GSwr0J5HOiDNVNT8e4aSS/jBxp4I+/pl5JvH42Z6qV4cZl4tfYND jwRA== X-Gm-Message-State: AC+VfDyMydk+AdvYj+2i9S7Jm9LYUVD6Qqb86JUykqGiBzvb44yCXiYq TFKqrcN/YVoo7FKE8yY6b21d88QJktFMK58d/OU= X-Google-Smtp-Source: ACHHUZ5+SL9uX8LbF6phWz/DIwnsAgT1SO/X8Ad8cFVp9T+rO49U3Qiwa1tHL8y9PyoqDvuPITnasg== X-Received: by 2002:a5d:4ac8:0:b0:309:3df4:54c3 with SMTP id y8-20020a5d4ac8000000b003093df454c3mr1201604wrs.37.1684310813125; Wed, 17 May 2023 01:06:53 -0700 (PDT) Received: from brgl-uxlite.home ([2a01:cb1d:334:ac00:6f0d:9301:2b67:fec]) by smtp.gmail.com with ESMTPSA id l6-20020a5d6746000000b003090cb7a9e6sm1919593wrw.31.2023.05.17.01.06.52 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Wed, 17 May 2023 01:06:52 -0700 (PDT) From: Bartosz Golaszewski To: Khem Raj , Bruce Ashfield , openembedded-core@lists.openembedded.org Cc: Bartosz Golaszewski Subject: [OE-core][PATCH 10/20] python3-pathspec: add missing run-time dependencies Date: Wed, 17 May 2023 10:06:29 +0200 Message-Id: <20230517080639.9336-11-brgl@bgdev.pl> X-Mailer: git-send-email 2.39.2 In-Reply-To: <20230517080639.9336-1-brgl@bgdev.pl> References: <20230517080639.9336-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 ; Wed, 17 May 2023 08:06:58 -0000 X-Groupsio-URL: https://lists.openembedded.org/g/openembedded-core/message/181459 From: Bartosz Golaszewski Add missing RDEPENDS for this package. Signed-off-by: Bartosz Golaszewski --- meta/recipes-devtools/python/python3-pathspec_0.11.1.bb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/meta/recipes-devtools/python/python3-pathspec_0.11.1.bb b/meta/recipes-devtools/python/python3-pathspec_0.11.1.bb index f49bf080e9..79f03da984 100644 --- a/meta/recipes-devtools/python/python3-pathspec_0.11.1.bb +++ b/meta/recipes-devtools/python/python3-pathspec_0.11.1.bb @@ -9,3 +9,5 @@ SRC_URI[sha256sum] = "2798de800fa92780e33acca925945e9a19a133b715067cf165b8866c15 inherit pypi setuptools3 BBCLASSEXTEND = "native nativesdk" + +RDEPENDS:${PN} += "python3-profile" From patchwork Wed May 17 08:06: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: 24080 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 669B4C7EE31 for ; Wed, 17 May 2023 08:06:58 +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.44471.1684310815403940321 for ; Wed, 17 May 2023 01:06: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=P0vmrJcu; 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-309382efe13so238819f8f.2 for ; Wed, 17 May 2023 01:06:55 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=bgdev-pl.20221208.gappssmtp.com; s=20221208; t=1684310814; x=1686902814; 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=WN/YYfUGrJ1pI7TUwd5L1XglncB3+LSl4ZsVGPlcKIg=; b=P0vmrJcu0l69xJbmbd7/SdmVt/dcZFqwBdnRUk/47cGqcAUyykGDajCH3UlhiRMfIn CZwHdeSjKQFxCCWBjI1HbCVFOaalsa4G4fdTiHCLCvnxLF6NsiJBy5ZfySJE0OplyfGZ wauEb21RBuL9o0VbqZQf36gwrepImi9cIO2jedPOA0w2zCe07+3pMSyoK2B9/+5PJ21F PGAb+wPfAO2XQp89PcA/NDB4KdwrZtK1/fPRdOADocFEBnPwtezIjWxHI81DIw0fKKB7 dvkmvhEYKPZN9GXiuhCCUkioAafcmB1eojBuTC1lSjshqCzumVCSUsCaDX/oKiiFV6Oj 72aw== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20221208; t=1684310814; x=1686902814; 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=WN/YYfUGrJ1pI7TUwd5L1XglncB3+LSl4ZsVGPlcKIg=; b=BnQM4jjAij2fPEUDPLvFfsXYpJw/0RN10sHVh3ICUXRrSCAqVM/y69EaaeHcwiqk9l sQYOElJ/OjsdQCOW/A5A3+qglKjSNVkTjz6+ZLzt2aElZqNlfXzBkPmiLLel+k3FZ76F YLFRWDcGSGiFUqMGIxEgwXnJl1VItfWKwZYPjCozCzg5G2fAith5CoJnqd2SS3EonKxR sHlSx7yNPtDNkkL9daDFLHlLx7Cg43nILdO+kIUtm7yXMBvOzYQ5/Kmn5ewiUnRxWJ2r +qr5vlIjagQ00LbokIj5kF1rLRGGtgEiOvXfqqw7c/p75JcvMbLCRuQAz/LeOGtQBBAF pH2Q== X-Gm-Message-State: AC+VfDyBDZfMc6wSkqptxyufz10t6uXKrVBGfLzKppe11twlTHdBVMZG Lcu3DwKJfhJ+FYwpr1E4IdozZkFdnXcyjcOn50E= X-Google-Smtp-Source: ACHHUZ4HxBFAyw3DlWEaK70B9VCRqfTJJq6lz6w15HmGCHxzk+Ji1Y/CAGG9ZlcJN8qS+RpS1+Kivg== X-Received: by 2002:a5d:56c8:0:b0:2f5:83a8:a9a9 with SMTP id m8-20020a5d56c8000000b002f583a8a9a9mr29689206wrw.16.1684310813885; Wed, 17 May 2023 01:06:53 -0700 (PDT) Received: from brgl-uxlite.home ([2a01:cb1d:334:ac00:6f0d:9301:2b67:fec]) by smtp.gmail.com with ESMTPSA id l6-20020a5d6746000000b003090cb7a9e6sm1919593wrw.31.2023.05.17.01.06.53 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Wed, 17 May 2023 01:06:53 -0700 (PDT) From: Bartosz Golaszewski To: Khem Raj , Bruce Ashfield , openembedded-core@lists.openembedded.org Cc: Bartosz Golaszewski Subject: [OE-core][PATCH 11/20] python3-installer: add missing run-time dependencies Date: Wed, 17 May 2023 10:06:30 +0200 Message-Id: <20230517080639.9336-12-brgl@bgdev.pl> X-Mailer: git-send-email 2.39.2 In-Reply-To: <20230517080639.9336-1-brgl@bgdev.pl> References: <20230517080639.9336-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 ; Wed, 17 May 2023 08:06:58 -0000 X-Groupsio-URL: https://lists.openembedded.org/g/openembedded-core/message/181460 From: Bartosz Golaszewski Add missing RDEPENDS for this package. Signed-off-by: Bartosz Golaszewski --- meta/recipes-devtools/python/python3-installer_0.7.0.bb | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/meta/recipes-devtools/python/python3-installer_0.7.0.bb b/meta/recipes-devtools/python/python3-installer_0.7.0.bb index d7f1e79a5c..9429705b1f 100644 --- a/meta/recipes-devtools/python/python3-installer_0.7.0.bb +++ b/meta/recipes-devtools/python/python3-installer_0.7.0.bb @@ -15,6 +15,12 @@ inherit pypi python_flit_core # Bootstrap the native build DEPENDS:remove:class-native = "python3-build-native python3-installer-native" +RDEPENDS:${PN} += " \ + python3-compile \ + python3-compression \ + python3-netclient \ +" + INSTALL_WHEEL_COMPILE_BYTECODE:class-native = "--no-compile-bytecode" do_compile:class-native () { From patchwork Wed May 17 08:06: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: 24072 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 4CABEC7EE2C for ; Wed, 17 May 2023 08:06:58 +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.44473.1684310816550638521 for ; Wed, 17 May 2023 01:06: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=q5TjFncp; 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-309382efe13so238830f8f.2 for ; Wed, 17 May 2023 01:06:56 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=bgdev-pl.20221208.gappssmtp.com; s=20221208; t=1684310815; x=1686902815; 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=KNhlvzG9l+oV1g5YhLFIqTVj2g2ni/dPXYwO5GKgA1I=; b=q5TjFncpernPIsbBjikUAxRnVd6DXxvIIX938Mx/XHK74wRLjbbiwERZuQGF8Hfrtm z8sfFx07BS6GkKxRl12dPBj92HSblWiozaEwXbsjXUJSbAmmuwXxUngGjNRMPIpdVEnw hlERwrycWI8GPWXccooygylvcibtHx1ACheAmU72d7Snx4v4sGAwUakREhNgI2zFw2W9 gmuOVyJ8AO4iIgiGLOnzDbLdYqWA/m4bmK7vE1bWm7HSp5E1ibRY7pITeMxO0+rADX/d JrZqPCJHKdKvZIFbeutbinLDvT33wasOXFxCQVjaLU4ZzQ7aIOLpCBUHONmqd+cqwxtV YwfA== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20221208; t=1684310815; x=1686902815; 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=KNhlvzG9l+oV1g5YhLFIqTVj2g2ni/dPXYwO5GKgA1I=; b=Q1cO+ZhOTyi9IpNO7plGFknVaI5E+iOi+fpbhG1FPY/lTL6jGZSZrsbJD479fiGzF1 BZNfnWN9DMwX/2S1OAgsLQsPN+7TwwBEMmx+8k5kQDvGEQwPyNEdqkVzHzwg8sRoWo6P DSJbJDglMlmGtPwdJdimurDN+0haDrHcMqqamdOdRS+tnyS9Vyc8ytMj5BJaWgSZjfLA KsajZj6V5i6Vw80HN5XRL17zoJXA3c0c20Ktn/lm3V/IPjFaorL/3Yl4jYnyV6CuaGUC J8SojKhpp48ObP2Aeo36Bo31/cxkuRMbzcZeoAeL5U8GNZACTypaPWf9Gf2yTB7h8Etk Pehg== X-Gm-Message-State: AC+VfDz7BG66liEgDe6QKAJOABZz9GpB/LAx234Dv+xHBhpCG5x6u6Q/ PuioXdTEtDg9QY+5s9UyBVqXCQ== X-Google-Smtp-Source: ACHHUZ58WOPBfNv1H4QXh8SlACkvh3la3q1s+BeUco1oCxog3/81Rcho3xRSNeYIdUNpvfsfxF2Yow== X-Received: by 2002:a5d:6850:0:b0:306:34ae:6a23 with SMTP id o16-20020a5d6850000000b0030634ae6a23mr23768696wrw.5.1684310815151; Wed, 17 May 2023 01:06:55 -0700 (PDT) Received: from brgl-uxlite.home ([2a01:cb1d:334:ac00:6f0d:9301:2b67:fec]) by smtp.gmail.com with ESMTPSA id l6-20020a5d6746000000b003090cb7a9e6sm1919593wrw.31.2023.05.17.01.06.53 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Wed, 17 May 2023 01:06:54 -0700 (PDT) From: Bartosz Golaszewski To: Khem Raj , Bruce Ashfield , openembedded-core@lists.openembedded.org Cc: Bartosz Golaszewski Subject: [OE-core][PATCH 12/20] python3-sphinx-rtd-theme: add missing run-time dependencies Date: Wed, 17 May 2023 10:06:31 +0200 Message-Id: <20230517080639.9336-13-brgl@bgdev.pl> X-Mailer: git-send-email 2.39.2 In-Reply-To: <20230517080639.9336-1-brgl@bgdev.pl> References: <20230517080639.9336-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 ; Wed, 17 May 2023 08:06:58 -0000 X-Groupsio-URL: https://lists.openembedded.org/g/openembedded-core/message/181461 From: Bartosz Golaszewski Add missing RDEPENDS for this package. Remove DEPENDS as this package doesn't really have any. Signed-off-by: Bartosz Golaszewski --- .../python/python3-sphinx-rtd-theme_1.2.0.bb | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/meta/recipes-devtools/python/python3-sphinx-rtd-theme_1.2.0.bb b/meta/recipes-devtools/python/python3-sphinx-rtd-theme_1.2.0.bb index e8a422b2e7..d9cd18e0ed 100644 --- a/meta/recipes-devtools/python/python3-sphinx-rtd-theme_1.2.0.bb +++ b/meta/recipes-devtools/python/python3-sphinx-rtd-theme_1.2.0.bb @@ -6,7 +6,10 @@ LIC_FILES_CHKSUM = "file://LICENSE;md5=a1db7d4ef426c2935227264e1d4ae8f9 \ file://OFL-License.txt;md5=4534c22e0147eadb6828bd9fe86d4868 \ file://Apache-License-2.0.txt;md5=8a75796f0ef19c3f601d69857f5a9a5b" -DEPENDS = "python3-sphinx" +RDEPENDS:${PN} += " \ + python3-compile \ + python3-sphinx \ +" PYPI_PACKAGE = "sphinx_rtd_theme" From patchwork Wed May 17 08:06: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: 24082 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 5BB8CC77B7A for ; Wed, 17 May 2023 08:07:08 +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.44474.1684310818134451298 for ; Wed, 17 May 2023 01:06: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=qbA9o09G; 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-3078aa0b152so254576f8f.3 for ; Wed, 17 May 2023 01:06:57 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=bgdev-pl.20221208.gappssmtp.com; s=20221208; t=1684310816; x=1686902816; 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=ILnq6Rb8l1/L2m3Q8D9cY1IobVIl8KNyV/HmQeyOwm8=; b=qbA9o09GSVC9eRlnAZ7dHYknk/XzGkIC5tQTcDdTLmmFmHungNI5PmJM9btJ9FPaHi ftkZH3wXEKM4ukApDSGOsoIIxiw+E3QutOKYH9GQiWNTVZS+RCPLf2lEd4QFFLPVkGMR UVOhNf8xSXO+mMee8Uz4rCNNEUmiPSq3up2SW5noYPqqP4j9tyDMNHLeExZn5Sa+yf2E ZFMc5zjVYr558M+lLSLwNvzRoVY94VM2UyNXn4H3G6W0j4JYkXCUa1mfWscjauquwDff hriLHwi0P0l2XfgX54ccMmFVdKagSMzG1Wjxo+zU5ZCxL/ApVuk7dcRwDRkqIASuzmp5 IuPg== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20221208; t=1684310816; x=1686902816; 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=ILnq6Rb8l1/L2m3Q8D9cY1IobVIl8KNyV/HmQeyOwm8=; b=jEk8hv6rTDvvhU1fs2+GPGa7r+Gn1IRkK7CPUpdAQq4Qeohp1XxMC8XjYVyArRIFbc swFAvX03ibfa0sh1B/Mi1awU0eDgEspnX/+gDV2GmsntCcbC1+RXTAl1akIpIQ510Zd7 gdEiGAoRRb/cwMm5Ex1KOC5MoMy/Qux2KljTG03fvj9YVgeREabMzPIzlquOiDkrrW2g Jsb7a4YSBhkqljAee44RPIPB5FJhaXEdYVfqoFrw4vFuSySYnUX22PnTPtoJPJf8WtJQ gMEAz2J4pCO+sUGJMOm7cT2cemKivGmONIt4v7GbedfG30a91L0PkyU8rLIhRI1ss/Ic ecWA== X-Gm-Message-State: AC+VfDwYAdg70Ze3GIFR3uKDUzPygOvOJEWDWqdJHMT+vImnp6A/HxBJ fKud9N25A83U+c7lXnxcVYfBTA== X-Google-Smtp-Source: ACHHUZ56rX0nPKCTrbxIVHFiv51xwWGjj9dLelScc/B2HkXOg6vhqsDIM+wDtdcIapDHZT4vwHzy1Q== X-Received: by 2002:a5d:69cc:0:b0:306:42bb:53be with SMTP id s12-20020a5d69cc000000b0030642bb53bemr28340305wrw.10.1684310816701; Wed, 17 May 2023 01:06:56 -0700 (PDT) Received: from brgl-uxlite.home ([2a01:cb1d:334:ac00:6f0d:9301:2b67:fec]) by smtp.gmail.com with ESMTPSA id l6-20020a5d6746000000b003090cb7a9e6sm1919593wrw.31.2023.05.17.01.06.55 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Wed, 17 May 2023 01:06:56 -0700 (PDT) From: Bartosz Golaszewski To: Khem Raj , Bruce Ashfield , openembedded-core@lists.openembedded.org Cc: Bartosz Golaszewski Subject: [OE-core][PATCH 13/20] python3-setuptools-rust: fix RDEPENDS and allow target build Date: Wed, 17 May 2023 10:06:32 +0200 Message-Id: <20230517080639.9336-14-brgl@bgdev.pl> X-Mailer: git-send-email 2.39.2 In-Reply-To: <20230517080639.9336-1-brgl@bgdev.pl> References: <20230517080639.9336-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 ; Wed, 17 May 2023 08:07:08 -0000 X-Groupsio-URL: https://lists.openembedded.org/g/openembedded-core/message/181462 From: Bartosz Golaszewski Cargo and rustc can now be built for the target architecture. There's no reason to limit the setuptools rust extensions to native build only so make the RDEPENDS global. Also: add the missing ones. Signed-off-by: Bartosz Golaszewski --- .../python/python3-setuptools-rust_1.5.2.bb | 17 ++++++++++------- 1 file changed, 10 insertions(+), 7 deletions(-) diff --git a/meta/recipes-devtools/python/python3-setuptools-rust_1.5.2.bb b/meta/recipes-devtools/python/python3-setuptools-rust_1.5.2.bb index 502967fd20..01e29cc6d8 100644 --- a/meta/recipes-devtools/python/python3-setuptools-rust_1.5.2.bb +++ b/meta/recipes-devtools/python/python3-setuptools-rust_1.5.2.bb @@ -18,13 +18,16 @@ inherit cargo pypi python_setuptools_build_meta DEPENDS += "python3-setuptools-scm-native python3-wheel-native" -RDEPENDS:${PN}:class-native += " \ - python3-semantic-version-native \ - python3-setuptools-native \ - python3-setuptools-scm-native \ - python3-toml-native \ - python3-typing-extensions-native \ - python3-wheel-native \ +RDEPENDS:${PN} += " \ + python3-distutils \ + python3-json \ + python3-semantic-version \ + python3-setuptools \ + python3-setuptools-scm \ + python3-shell \ + python3-toml \ + python3-typing-extensions \ + python3-wheel \ " BBCLASSEXTEND = "native" From patchwork Wed May 17 08:06: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: 24087 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 8206BC7EE30 for ; Wed, 17 May 2023 08:07:08 +0000 (UTC) Received: from mail-wm1-f41.google.com (mail-wm1-f41.google.com [209.85.128.41]) by mx.groups.io with SMTP id smtpd.web10.44475.1684310819265146129 for ; Wed, 17 May 2023 01:06: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=hY/FNXBX; spf=none, err=SPF record not found (domain: bgdev.pl, ip: 209.85.128.41, mailfrom: brgl@bgdev.pl) Received: by mail-wm1-f41.google.com with SMTP id 5b1f17b1804b1-3f417ea5252so3143585e9.0 for ; Wed, 17 May 2023 01:06:59 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=bgdev-pl.20221208.gappssmtp.com; s=20221208; t=1684310818; x=1686902818; 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=88hHRs8Mkn9CdCmQlJsR9QZpxShxaIuDw1JAT2IHCqQ=; b=hY/FNXBXLzMLdmQz0QoDtcRNWI/4uqbv46LNvkDz8U8jfrrTsn6vu8dwpm2T6Oj7+X 118M+Od2Mcx8L2yDfWwuTHu4H3tkgSHHOVNNkXL1MoSJLqT2U10pDfMNOJmRGQ+tLaGj rbqhikKyUr5Qubl4Bqdl0mXUGi8t5rVd4cAKS+y/66yTNEkCtovIdesMG+C28hjF3t1U McrzShJZJV33I3sohEWPmLhFmCpM8Qcxk64RURfAhVcodNQlXVvh8E97FLIRLTPAGKUW JVhBCtC3nvEJze1UCbP6pnJRMCg+4K3cY6TqF7KXjUwdLXWErrwo1iYBg/uagfRThz2T /vvA== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20221208; t=1684310818; x=1686902818; 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=88hHRs8Mkn9CdCmQlJsR9QZpxShxaIuDw1JAT2IHCqQ=; b=l3EO0gu4aiVXUxioUH4GE4wZ4pTKQdWJt+2H7aAEX8Obf6ZN7Afle0ENS1qygpf04d jAzpreeAUn8Q93AgPtvtYiWka40W0pUPvIZGa2j1BkkvvETKpLeK9IiZDtKAb8GywdML sgLXOkuys8lhQahTrEcCyPyP/R5pSu85ArDMQBueQoUjpNrWshK3BmeyGc+KCSnlkvjR qc+JHYV3IunbQTSyDpNImidaR+cbrStcpw6IqoDFOkNd3kdzBjYrDPrgkSCndyGNe057 BLum7+47KYr403bEvw11nGb4vkHeh5z4pb1jQk2N7HS8InueCxD0tvKBxjkVQK772Pa/ O2Sw== X-Gm-Message-State: AC+VfDz77cuhcah+iZZIEMCU65gOpnRg7N8qblenOFw6hrktzhejI5nx KnvwhaRn792lUIoJACK9ie6o8w== X-Google-Smtp-Source: ACHHUZ7k5sgwS+oSlZCtwWDihL3mAGSm1hX18ETmZPzJnIOr19ZouAv6SbHt0iDraE2xUBjsdg/EqA== X-Received: by 2002:a5d:4004:0:b0:306:39e3:840e with SMTP id n4-20020a5d4004000000b0030639e3840emr27716496wrp.3.1684310817783; Wed, 17 May 2023 01:06:57 -0700 (PDT) Received: from brgl-uxlite.home ([2a01:cb1d:334:ac00:6f0d:9301:2b67:fec]) by smtp.gmail.com with ESMTPSA id l6-20020a5d6746000000b003090cb7a9e6sm1919593wrw.31.2023.05.17.01.06.56 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Wed, 17 May 2023 01:06:57 -0700 (PDT) From: Bartosz Golaszewski To: Khem Raj , Bruce Ashfield , openembedded-core@lists.openembedded.org Cc: Bartosz Golaszewski Subject: [OE-core][PATCH 14/20] python3-pyproject-hooks: add missing run-time dependencies Date: Wed, 17 May 2023 10:06:33 +0200 Message-Id: <20230517080639.9336-15-brgl@bgdev.pl> X-Mailer: git-send-email 2.39.2 In-Reply-To: <20230517080639.9336-1-brgl@bgdev.pl> References: <20230517080639.9336-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 ; Wed, 17 May 2023 08:07:08 -0000 X-Groupsio-URL: https://lists.openembedded.org/g/openembedded-core/message/181464 From: Bartosz Golaszewski Add missing RDEPENDS for this package. Signed-off-by: Bartosz Golaszewski --- .../recipes-devtools/python/python3-pyproject-hooks_1.0.0.bb | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/meta/recipes-devtools/python/python3-pyproject-hooks_1.0.0.bb b/meta/recipes-devtools/python/python3-pyproject-hooks_1.0.0.bb index e3893d51cb..c3f1fb75ed 100644 --- a/meta/recipes-devtools/python/python3-pyproject-hooks_1.0.0.bb +++ b/meta/recipes-devtools/python/python3-pyproject-hooks_1.0.0.bb @@ -14,7 +14,10 @@ BBCLASSEXTEND = "native nativesdk" # Bootstrap the native build DEPENDS:remove:class-native = "python3-build-native" -RDEPENDS:${PN} += "python3-json" +RDEPENDS:${PN} += " \ + python3-io \ + python3-json \ +" do_compile:class-native () { python_flit_core_do_manual_build From patchwork Wed May 17 08:06: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: 24083 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 7CF95C7EE2E for ; Wed, 17 May 2023 08:07:08 +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.44467.1684310812517465587 for ; Wed, 17 May 2023 01:06: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=fqMYn62D; 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-307d20548adso248017f8f.0 for ; Wed, 17 May 2023 01:06:58 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=bgdev-pl.20221208.gappssmtp.com; s=20221208; t=1684310818; x=1686902818; 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=0q4642vKrhQaJh2Ne8pATNVFIMv3+eb70mHfgR9smWE=; b=fqMYn62DdPKoMI2Q66OrKk8c0llhdXJSQV2M5TXh7L7AZMXAiLT61wzfR8jB+1ZVrC Mq7LmbDkD803FcQ9iTevz20vaOwqvjNkXkf4Nwd0nSZy/eJ3bt3IzlXqJr72to/A9wfL KTVb6k+R48n8CNSzK3g9wPqQMlRMerOEkVJxgFQBS+th5m/lg6bjGNzODAl4y+9KXDrA ZXXer8jKe6XpxEJJH0MfEC3k6bmgGIT4wtAoesz/SwhDeuKwru/NoVYoe3bgknclrWBP emEAq1vaiP+V5fPauEgdUeKT4dPgjctYM3+8GSUnVvNa0lU1YUhOlt05fUozYkqKNKI9 iRCA== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20221208; t=1684310818; x=1686902818; 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=0q4642vKrhQaJh2Ne8pATNVFIMv3+eb70mHfgR9smWE=; b=DfEyR0jIgTxreJgeB+0kSp4atj/0jiZbFAKcg+9aaJ4UMLO2C/X6FZdHpzQa/WSXy6 Hotsp+O/dASOxscg7tRHRZwyowDG6/b7Z6Tn8Nu6MpCzTc+sIIQR5cUXn8k7xAtdpfJA J6O0WuUNoeSY1KmPZGeeC7WSbbjQjowHGAz5OKlng06th75Nh7oucrVzJnxlQgaFcdTX 9a8++vleI+s8iwxfKk1znN8vsB2/yZP9a2D46ju2PE57kFnUwWb8UrPSqpaZHelvPxw/ pLqsMg/PKK/GZFXh2lfuEPMT5xJde1ykGkRfTUGJktL4+vXVupGd+/vpk8HOUnERSyZ+ Mxcw== X-Gm-Message-State: AC+VfDyKum3bPV1S+Y1C22YXdS3ZEteIZkB9Buf0SaA9Ose9twtPNisV Ta//H1LZuNOunDbII5iw1t2biA== X-Google-Smtp-Source: ACHHUZ5uZjDoqGGeLVV5qsLrSxEfUbql1jH58NbE6uO2YnefDgBs1uR3RA7hMkYzwVQdS94SQqp2eA== X-Received: by 2002:adf:f3c2:0:b0:306:370e:6b13 with SMTP id g2-20020adff3c2000000b00306370e6b13mr28688777wrp.13.1684310818596; Wed, 17 May 2023 01:06:58 -0700 (PDT) Received: from brgl-uxlite.home ([2a01:cb1d:334:ac00:6f0d:9301:2b67:fec]) by smtp.gmail.com with ESMTPSA id l6-20020a5d6746000000b003090cb7a9e6sm1919593wrw.31.2023.05.17.01.06.57 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Wed, 17 May 2023 01:06:58 -0700 (PDT) From: Bartosz Golaszewski To: Khem Raj , Bruce Ashfield , openembedded-core@lists.openembedded.org Cc: Bartosz Golaszewski Subject: [OE-core][PATCH 15/20] python3-pycryptodome: don't use PYTHON_PN Date: Wed, 17 May 2023 10:06:34 +0200 Message-Id: <20230517080639.9336-16-brgl@bgdev.pl> X-Mailer: git-send-email 2.39.2 In-Reply-To: <20230517080639.9336-1-brgl@bgdev.pl> References: <20230517080639.9336-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 ; Wed, 17 May 2023 08:07:08 -0000 X-Groupsio-URL: https://lists.openembedded.org/g/openembedded-core/message/181463 From: Bartosz Golaszewski We no longer support python2. Drop PYTHON_PN and use python3 explicitly. Signed-off-by: Bartosz Golaszewski --- meta/recipes-devtools/python/python-pycryptodome.inc | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/meta/recipes-devtools/python/python-pycryptodome.inc b/meta/recipes-devtools/python/python-pycryptodome.inc index 29fe80d224..86d7f261af 100644 --- a/meta/recipes-devtools/python/python-pycryptodome.inc +++ b/meta/recipes-devtools/python/python-pycryptodome.inc @@ -10,12 +10,12 @@ inherit pypi PYPI_PACKAGE_EXT = "tar.gz" RDEPENDS:${PN} += " \ - ${PYTHON_PN}-io \ - ${PYTHON_PN}-math \ + python3-io \ + python3-math \ " RDEPENDS:${PN}-tests += " \ - ${PYTHON_PN}-unittest \ + python3-unittest \ " PACKAGES =+ "${PN}-tests" From patchwork Wed May 17 08:06: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: 24085 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 631B4C7EE23 for ; Wed, 17 May 2023 08:07:08 +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.44461.1684310804777859019 for ; Wed, 17 May 2023 01:07:00 -0700 Authentication-Results: mx.groups.io; dkim=pass header.i=@bgdev-pl.20221208.gappssmtp.com header.s=20221208 header.b=aMRgtd9P; 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-3063433fa66so236948f8f.3 for ; Wed, 17 May 2023 01:07:00 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=bgdev-pl.20221208.gappssmtp.com; s=20221208; t=1684310819; x=1686902819; 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=P049dvU37PxX2+nr6pCNXMRqzVAuz6yCaSma380DtRo=; b=aMRgtd9P+tztusDtbAj7yZf6xKEvNxaW18pIK5i2st9qlAKI5AVmhTf8FXszJM/m5v 8PH3WFsouUOM2XrbrPvOsPguxIGa4u2DUQ0J3UIgXUoWyL5Zetvg75zck1hS5R2IuIjO PAnewNkiCbOvPmagk7ErTT4tKksvt5rw0XKm2AWdUfIGvN6vL69ewL0t1/uVghRp+KBh YlBJ1661mMT+Qph0CAuAwuMzMbS60mzIMJAdocCWbf6xOSuie3FlmUpH6q2DWkwwSDFT 2yzTy/ZU7nvVr0eG2T7zn01wh9Sgvr7a/W2W+KaTqFje9uNWz8oquUWQfq2QMAdoaeOk YE5Q== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20221208; t=1684310819; x=1686902819; 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=P049dvU37PxX2+nr6pCNXMRqzVAuz6yCaSma380DtRo=; b=ANp1cljdcUToVEoQtk9btFFfnyr/tQ9sBfYHTypyroOMYNiEfXAhBW8SWdi0fbd/Ws 7MYMAnxEJMhZZe7GWC90Ch2r86bimSOyUC74W4iekDURoxE38xDcof+fkhaLwOedqLfT 89uOFHEJpwTVNcTm6ymm+lVXa1e58xUogu6PGyxwMpOwv78SZxnGbSoKMbQzFNxxqMmA Iuk8J6/l9IKxZ4wNHrWHp7TpCrrmDcWcBnsUd+tc0NqwX4NC3vfE3ttm7XOOwMlzU3Cb bHYW/wtUuPpinmFHbjT9d96JbZWstJDeggCHij4vNQv6Ku0g9iVdxvmk63Ci5qOi/HzH 6iIw== X-Gm-Message-State: AC+VfDxoW9AkxxMNpAVLQ7YByTMEJWl9rUn8aYBn/I724zcxCgCYPh81 WXc6HTVcp4sRcXSLBAysKAZYTg== X-Google-Smtp-Source: ACHHUZ7ftAQx1kkZAdSQL5kSulhb3+zyyBvyyffgMSQs0vNuspxEBtSk0S+O6eHe2WRSElVUKy4noQ== X-Received: by 2002:adf:fc46:0:b0:2f4:9f46:6865 with SMTP id e6-20020adffc46000000b002f49f466865mr29464489wrs.30.1684310819761; Wed, 17 May 2023 01:06:59 -0700 (PDT) Received: from brgl-uxlite.home ([2a01:cb1d:334:ac00:6f0d:9301:2b67:fec]) by smtp.gmail.com with ESMTPSA id l6-20020a5d6746000000b003090cb7a9e6sm1919593wrw.31.2023.05.17.01.06.58 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Wed, 17 May 2023 01:06:59 -0700 (PDT) From: Bartosz Golaszewski To: Khem Raj , Bruce Ashfield , openembedded-core@lists.openembedded.org Cc: Bartosz Golaszewski Subject: [OE-core][PATCH 16/20] python3-pycryptodome: add missing run-time dependencies Date: Wed, 17 May 2023 10:06:35 +0200 Message-Id: <20230517080639.9336-17-brgl@bgdev.pl> X-Mailer: git-send-email 2.39.2 In-Reply-To: <20230517080639.9336-1-brgl@bgdev.pl> References: <20230517080639.9336-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 ; Wed, 17 May 2023 08:07:08 -0000 X-Groupsio-URL: https://lists.openembedded.org/g/openembedded-core/message/181465 From: Bartosz Golaszewski Add missing RDEPENDS for this package. Signed-off-by: Bartosz Golaszewski --- meta/recipes-devtools/python/python-pycryptodome.inc | 2 ++ 1 file changed, 2 insertions(+) diff --git a/meta/recipes-devtools/python/python-pycryptodome.inc b/meta/recipes-devtools/python/python-pycryptodome.inc index 86d7f261af..8d9b6d911e 100644 --- a/meta/recipes-devtools/python/python-pycryptodome.inc +++ b/meta/recipes-devtools/python/python-pycryptodome.inc @@ -10,6 +10,8 @@ inherit pypi PYPI_PACKAGE_EXT = "tar.gz" RDEPENDS:${PN} += " \ + python3-cffi \ + python3-ctypes \ python3-io \ python3-math \ " From patchwork Wed May 17 08:06: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: 24084 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 72DA1C7EE2A for ; Wed, 17 May 2023 08:07:08 +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.44477.1684310822108469215 for ; Wed, 17 May 2023 01:07: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=BAbG90o6; 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-3f41dceb9c9so3014925e9.3 for ; Wed, 17 May 2023 01:07:01 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=bgdev-pl.20221208.gappssmtp.com; s=20221208; t=1684310820; x=1686902820; 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=i6y/MKgHk+m70e7BUZM4vIh0yJ55pOMcTPcjKGdqVWc=; b=BAbG90o6yqLN+mj/CFu9cW60KUu/aNis39ioHtTHCcZzmaL1Igv5HKKSPkhC2rVpFU 98an7XpAI52Vlc7r/8ItHeqlwmX2KHd3N3xhwu8BzwFljGTr0ynFzT0FNurxov44Htiv oUzc0G4w0KWjn+rxhsWWxk1KoV7hjMLmcR67H092hrjkWICrM3QXnIuw9e01slbekzxl iWed1cZ0oYkneFEhlASo+DNRjoLTa81aOSxK9JJmxeCdK5LIXQ/VUE20SRiWnKGymxpD 3uAxqv3bak7C7uV/aMO1Pmp2KCU5lWdizXL0vLJbyBaLzUH/Yvu+MmYF7TrkHjkByEi0 Y2XQ== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20221208; t=1684310820; x=1686902820; 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=i6y/MKgHk+m70e7BUZM4vIh0yJ55pOMcTPcjKGdqVWc=; b=l0LVI/27X3Rau1A4wJVXhpR4wFl5KB1sjlv6pLCLJogpXn5PpDmF2SUuXx/oR8lHhH TWANkcb2QURTxi+NlrmRIKPM8s7hCflAflDjKP4BXtXHVE+MVSkquWuVkT03X0pMvT1H zvu7/aHjJW3YSd49cNecWBTTL79j+/EgZPNQEN58dqyZ469MAx9NPWbVOzPV/SXABuDX Q0LtK/p7hx4IfqkOBmP2NL6ZK6STBHSU66zi0XyxUroUwXVXRyYH3mVykc+jMSuoXfm9 s8Qd1WlfEB91j4zTqgmKvhStNf1hAFfKFl6yzlojNX4xVXjsCVV6ZgeQQnlMs9N6aypP iZHg== X-Gm-Message-State: AC+VfDwSCV3zMmvyd9GwPZnzhK9gZ/JGo4qN++UDgLrCU7ZgBGu9gTNw uZM9Bh3ewO46afBylGI2BprBevy3TJVjYcCjs0o= X-Google-Smtp-Source: ACHHUZ6gdndSnWoWLQ+b0aEvrYwEKF1E1x9NIVav8RzGy3SetRXOwuzmro47YNphWJNOsryThB1kkg== X-Received: by 2002:a5d:61ce:0:b0:306:30ea:a072 with SMTP id q14-20020a5d61ce000000b0030630eaa072mr31929016wrv.53.1684310820674; Wed, 17 May 2023 01:07:00 -0700 (PDT) Received: from brgl-uxlite.home ([2a01:cb1d:334:ac00:6f0d:9301:2b67:fec]) by smtp.gmail.com with ESMTPSA id l6-20020a5d6746000000b003090cb7a9e6sm1919593wrw.31.2023.05.17.01.06.59 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Wed, 17 May 2023 01:07:00 -0700 (PDT) From: Bartosz Golaszewski To: Khem Raj , Bruce Ashfield , openembedded-core@lists.openembedded.org Cc: Bartosz Golaszewski Subject: [OE-core][PATCH 17/20] python3-pygobject: add missing run-time dependencies Date: Wed, 17 May 2023 10:06:36 +0200 Message-Id: <20230517080639.9336-18-brgl@bgdev.pl> X-Mailer: git-send-email 2.39.2 In-Reply-To: <20230517080639.9336-1-brgl@bgdev.pl> References: <20230517080639.9336-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 ; Wed, 17 May 2023 08:07:08 -0000 X-Groupsio-URL: https://lists.openembedded.org/g/openembedded-core/message/181466 From: Bartosz Golaszewski Add missing RDEPENDS for this package. Signed-off-by: Bartosz Golaszewski --- meta/recipes-devtools/python/python3-pygobject_3.44.1.bb | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/meta/recipes-devtools/python/python3-pygobject_3.44.1.bb b/meta/recipes-devtools/python/python3-pygobject_3.44.1.bb index 8bfff43560..a5eecd33aa 100644 --- a/meta/recipes-devtools/python/python3-pygobject_3.44.1.bb +++ b/meta/recipes-devtools/python/python3-pygobject_3.44.1.bb @@ -24,7 +24,10 @@ S = "${WORKDIR}/${SRCNAME}-${PV}" PACKAGECONFIG ??= "${@bb.utils.contains_any('DISTRO_FEATURES', [ 'directfb', 'wayland', 'x11' ], 'cairo', '', d)}" -RDEPENDS:${PN} += "python3-pkgutil" +RDEPENDS:${PN} += " \ + python3-io \ + python3-pkgutil \ +" # python3-pycairo is checked on configuration -> DEPENDS # we don't link against python3-pycairo -> RDEPENDS From patchwork Wed May 17 08:06: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: 24088 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 76353C7EE2D for ; Wed, 17 May 2023 08:07:08 +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.web11.44373.1684310807057310413 for ; Wed, 17 May 2023 01:07: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=zi7TJh/W; 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-3f50020e0f8so53205145e9.0 for ; Wed, 17 May 2023 01:07:01 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=bgdev-pl.20221208.gappssmtp.com; s=20221208; t=1684310821; x=1686902821; 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=R8yohqozFWls04/RYmR/r3xY7nNOSzkY7XvFonhyF8A=; b=zi7TJh/WNLFN+leADSNinioYNqq+sNYgSasmKIGTqAXEJEfmS0UOdIUb9JyujsUIoc wmgYof1n0OY1PqGnn8gtU/27+gVk0D4DEKIAAuzkvMvzXZdkXEKeTI3RZZCE41pe0Ht1 CxcUQYUMZ1z4LxL/ChzPHO5XFG677tGKqpXQom0bC/0JGutonnjTAjtHsM8BjMmANwIf Wto8eKUGi6B+onVgNGGZldEx/6t+ZG3m9sUlcC4QEWOf4NIqIIfkIo1ks9JGF72TmDaK E83amATG3ixJIparIbnmLEeYyQhqXbDAFkgHxQn8y3LrjvHArocVSXSw82lsut2vc3A9 1tYQ== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20221208; t=1684310821; x=1686902821; 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=R8yohqozFWls04/RYmR/r3xY7nNOSzkY7XvFonhyF8A=; b=ItMevohU8O2t6GEzAaNWKqNGaS5g8QQD5tQjuTzFYKhu91UO01gUgO7kYoEeX+nGae 9dnnDc/QZBUyxP40Y+A22NFTkAGR2KbZ3wIoWcD88dXsOz2baWKfsMHGFojunUd1tJXT QAaD60deB2NnZuf1/H1hsGwRBeNYsBiGN3ohpBsNojkuvAfyYRV/SK59GHoLLykZpBBR W3V8y+kIMLbjBT2OsVOz2lCHtSYjYB4MYE/acU7Zqv34t1/zilEwUa6xsR5Xzdv/J4L+ lfsnBHePNyl5j5u+o1E3Tq3+tE93/AHiWJHqJGIj2ahpPIeEMxJSUT3xnr4yqje+HhVg L8+A== X-Gm-Message-State: AC+VfDzGvL9u1eJWxCsSurH4fkSnvxI3XtTjYhZgHEXPrLy+K2xmfz+2 Fmws0F8dVTrDuQMLXUPqke+O7Q== X-Google-Smtp-Source: ACHHUZ4ulrrj44uJ7sMUvq1IBr5yRVjr8q7EBHkiiVd34WD6l3nLGHAcDMgjtU0nmn8Q7mnpnVx9ug== X-Received: by 2002:adf:f5c2:0:b0:2fd:c315:bb2c with SMTP id k2-20020adff5c2000000b002fdc315bb2cmr877903wrp.22.1684310821541; Wed, 17 May 2023 01:07:01 -0700 (PDT) Received: from brgl-uxlite.home ([2a01:cb1d:334:ac00:6f0d:9301:2b67:fec]) by smtp.gmail.com with ESMTPSA id l6-20020a5d6746000000b003090cb7a9e6sm1919593wrw.31.2023.05.17.01.07.00 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Wed, 17 May 2023 01:07:01 -0700 (PDT) From: Bartosz Golaszewski To: Khem Raj , Bruce Ashfield , openembedded-core@lists.openembedded.org Cc: Bartosz Golaszewski Subject: [OE-core][PATCH 18/20] python3-manifest: cgitb: new package Date: Wed, 17 May 2023 10:06:37 +0200 Message-Id: <20230517080639.9336-19-brgl@bgdev.pl> X-Mailer: git-send-email 2.39.2 In-Reply-To: <20230517080639.9336-1-brgl@bgdev.pl> References: <20230517080639.9336-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 ; Wed, 17 May 2023 08:07:08 -0000 X-Groupsio-URL: https://lists.openembedded.org/g/openembedded-core/message/181467 From: Bartosz Golaszewski Extend the manifest with definitions for the cgitb package from the Python standard library. Currently this package cannot be imported at run-time because python3-misc doesn't pull the required dependencies. Signed-off-by: Bartosz Golaszewski --- .../python/python3/python3-manifest.json | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) diff --git a/meta/recipes-devtools/python/python3/python3-manifest.json b/meta/recipes-devtools/python/python3/python3-manifest.json index f278b18775..f60c83d76b 100644 --- a/meta/recipes-devtools/python/python3/python3-manifest.json +++ b/meta/recipes-devtools/python/python3/python3-manifest.json @@ -152,6 +152,23 @@ "${libdir}/python${PYTHON_MAJMIN}/__pycache__/wave.*.pyc" ] }, + "cgitb": { + "summary": "Special exception handler for Python scripts", + "rdepends": [ + "core", + "crypt", + "html", + "io", + "math", + "pydoc" + ], + "files": [ + "${libdir}/python${PYTHON_MAJMIN}/cgitb.py" + ], + "cached": [ + "${libdir}/python${PYTHON_MAJMIN}/__pycache__/cgitb.*.pyc" + ] + }, "codecs": { "summary": "Python codec", "rdepends": [ From patchwork Wed May 17 08:06: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: 24081 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 63A65C7EE2C for ; Wed, 17 May 2023 08:07:08 +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.44379.1684310824005131377 for ; Wed, 17 May 2023 01:07: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=Vfbdi9tk; 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-3078fa679a7so391148f8f.3 for ; Wed, 17 May 2023 01:07:03 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=bgdev-pl.20221208.gappssmtp.com; s=20221208; t=1684310822; x=1686902822; 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=Omn9quP+JDOZwlOH869MG6Ku346rVOa1TZMslQaRSU4=; b=Vfbdi9tkE42hm35b4W5kdAnc1ceYxvEYqJrugTAoI0tOJRp7C3IFCMKVjP7IXRQwvy ZjXVxkgf/f9dCiqbGyQpy4xhH5fX82kw6dRZE+o3aZ3iQs2uDpMN2jNLfW7yVH9RYyqE PlSeiD4o2BzHl0Px2ayW3CjVoPMwffoYnpqUoLeCEd6p5/Mhkmk317xlARk1y91icpDj XhB6j9O+HGM/EDzq84fzkjUW5DZo07t2KQ1o4bFnB+61rNbgmo9kHdUGi8Kk6SJBJFzE LFiYJUY8GN8WquQ9ECdCuKjKg9hMd3OYz8qFhIGHKFfKidbVf5n+p2d+RzhN4QqGjq1s 5QaQ== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20221208; t=1684310822; x=1686902822; 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=Omn9quP+JDOZwlOH869MG6Ku346rVOa1TZMslQaRSU4=; b=JrB1OOdk5JPFXUdE9Myl7uCQB3fRQafeKr71/nsC6Ka+t3l54RZlNuquCHz+a2Qfnc Q4HYHOuHZNCz+aelwzg6Hsbw8s1ihgutTyCvSucdofViiLRKiGBqpckko/MUCgrnMLuz 7tMTw2yVkhRUAU6cXnRP7LswBBA93a0Q4Un1UrX4hivhixyAqBtlGUq3zY3EmOuKQM76 gPBQ8XNKGgneyfD5uXyES5JOu5KfLpyWJMFImny15Y2rJ4BGEdRWLsWofDJuaYG297Kv zpVYn4T+L78loDQ8l3pMCW3g3G3Guxp5X1/Gv7zD5VhEqVncTG8GqxhqcXMRJavcb9Xw Tzig== X-Gm-Message-State: AC+VfDxQjTaxuQumHdzu1HVy7Td6wfOvhIbGkah97UBnHJXXBQGvmrMZ MKBml3D5ftbN7fGSYnvRN/QH8w== X-Google-Smtp-Source: ACHHUZ7thm5DkHSk5t9Ie3baCE/lA8fGYDka9zNEnH+dlKIhs+38iK5tr+5LAiWY++wOktscBnZCTw== X-Received: by 2002:a5d:604e:0:b0:2f6:9bc4:76f1 with SMTP id j14-20020a5d604e000000b002f69bc476f1mr29129008wrt.1.1684310822549; Wed, 17 May 2023 01:07:02 -0700 (PDT) Received: from brgl-uxlite.home ([2a01:cb1d:334:ac00:6f0d:9301:2b67:fec]) by smtp.gmail.com with ESMTPSA id l6-20020a5d6746000000b003090cb7a9e6sm1919593wrw.31.2023.05.17.01.07.01 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Wed, 17 May 2023 01:07:02 -0700 (PDT) From: Bartosz Golaszewski To: Khem Raj , Bruce Ashfield , openembedded-core@lists.openembedded.org Cc: Bartosz Golaszewski Subject: [OE-core][PATCH 19/20] python3-manifest: zipapp: new package Date: Wed, 17 May 2023 10:06:38 +0200 Message-Id: <20230517080639.9336-20-brgl@bgdev.pl> X-Mailer: git-send-email 2.39.2 In-Reply-To: <20230517080639.9336-1-brgl@bgdev.pl> References: <20230517080639.9336-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 ; Wed, 17 May 2023 08:07:08 -0000 X-Groupsio-URL: https://lists.openembedded.org/g/openembedded-core/message/181468 From: Bartosz Golaszewski Extend the manifest with definitions for the zipapp package from the Python standard library. Currently this package cannot be imported at run-time because python3-misc doesn't pull the required dependencies. Signed-off-by: Bartosz Golaszewski --- .../python/python3/python3-manifest.json | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/meta/recipes-devtools/python/python3/python3-manifest.json b/meta/recipes-devtools/python/python3/python3-manifest.json index f60c83d76b..d368b162bd 100644 --- a/meta/recipes-devtools/python/python3/python3-manifest.json +++ b/meta/recipes-devtools/python/python3/python3-manifest.json @@ -1321,6 +1321,19 @@ ], "cached": [] }, + "zipapp": { + "summary": "Tools to manage the creation of zip files containing Python code", + "rdepends": [ + "compression", + "core" + ], + "files": [ + "${libdir}/python${PYTHON_MAJMIN}/zipapp.py" + ], + "cached": [ + "${libdir}/python${PYTHON_MAJMIN}/__pycache__/zipapp.*.pyc" + ] + }, "zoneinfo": { "summary": "IANA time zone support", "rdepends": [ From patchwork Wed May 17 08:06: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: 24086 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 945B2C7EE2F for ; Wed, 17 May 2023 08:07:08 +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.44481.1684310824894791119 for ; Wed, 17 May 2023 01:07: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=IoGXf93J; 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-3078a3f3b5fso407118f8f.0 for ; Wed, 17 May 2023 01:07:04 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=bgdev-pl.20221208.gappssmtp.com; s=20221208; t=1684310823; x=1686902823; 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=sAJTCY4khoNB6dfnEaykgtSvO+BImtcHn6qABZkYwqI=; b=IoGXf93J5hh5pmSr7TM0IgYfK5HZ/mJpNnomW62gi1qyB3M840rWJ+zYC+u4K0p5sF fm81ed2jvl7qkq4LWaB6vvLabzPXkbHpJJ7SCblkVjSPtOPtZBr6HjfHmLgOqRmzSae4 LXOvhh1wanNK8gp+THGOCEKw+Lexkygi/v47zH+dEnZtAlIopEC0CN5ulw4pdPoDkTaR xVJ2uCFmrn4jCB/TjNxw5uKa4zkuY2EmpD4g86mn7I/iCVExSrgmAj1C/3Ww5u2Psw5e V+02unz83Ptdz/K7Af2seK2lbWMhZiKbqT8k/Knu+5ZL+xKEHqbpp99a31L7VTXOWKg/ RBTQ== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20221208; t=1684310823; x=1686902823; 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=sAJTCY4khoNB6dfnEaykgtSvO+BImtcHn6qABZkYwqI=; b=fwCXrc0dajxtVEeT0ywS7kQHLYLaxx+htt3nvu9M+EZk07Kx4/YHB4glxLtsAQaztY e+Jb8CNWfQAZu+TVhu3kxD5kzcoXOvi9RimtkdnKlQ8OGdyoPnCw4tunCT/aP/gU/x05 gTmVK63qJ/V/QRHPPRM4N305Z0bgwr5SUlLtKh1o86dk6z1BiLaPGGriK4cY3i0qpDNi gOMQWNEKyaq2bGOG6hbQYVZzvQtU4onFnZWJRBQhU9uGg7CkAiw5NopLsRGzQ39E0Z1o uV04ApbMAfAEyc/uChI4cjicDNqHO/WtVA4bJ5dV9pUUQa6eg537olSOlTGjOlRcrYFK QoTQ== X-Gm-Message-State: AC+VfDwuRwunQVJLybU9M8BTsUlih6N35aCrDUptACQbBd9HUphrc/2h 6cJktcd4gL//YwB09rtFfVnyXg== X-Google-Smtp-Source: ACHHUZ6bmeWN30qraZsz4SCWdUpe9PeszqNVKihIXRfo3c4J774sfkKaPDwVcjbt1akI96r/0oHhHQ== X-Received: by 2002:adf:e948:0:b0:306:2aac:4b84 with SMTP id m8-20020adfe948000000b003062aac4b84mr30501308wrn.30.1684310823430; Wed, 17 May 2023 01:07:03 -0700 (PDT) Received: from brgl-uxlite.home ([2a01:cb1d:334:ac00:6f0d:9301:2b67:fec]) by smtp.gmail.com with ESMTPSA id l6-20020a5d6746000000b003090cb7a9e6sm1919593wrw.31.2023.05.17.01.07.02 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Wed, 17 May 2023 01:07:03 -0700 (PDT) From: Bartosz Golaszewski To: Khem Raj , Bruce Ashfield , openembedded-core@lists.openembedded.org Cc: Bartosz Golaszewski Subject: [OE-core][PATCH 20/20] python3-manifest: turtle: new package Date: Wed, 17 May 2023 10:06:39 +0200 Message-Id: <20230517080639.9336-21-brgl@bgdev.pl> X-Mailer: git-send-email 2.39.2 In-Reply-To: <20230517080639.9336-1-brgl@bgdev.pl> References: <20230517080639.9336-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 ; Wed, 17 May 2023 08:07:08 -0000 X-Groupsio-URL: https://lists.openembedded.org/g/openembedded-core/message/181469 From: Bartosz Golaszewski Extend the manifest with definitions for the turtle package from the Python standard library. Currently this package cannot be imported at run-time because python3-misc doesn't pull the required dependencies. Signed-off-by: Bartosz Golaszewski --- .../python/python3/python3-manifest.json | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/meta/recipes-devtools/python/python3/python3-manifest.json b/meta/recipes-devtools/python/python3/python3-manifest.json index d368b162bd..766f083ae4 100644 --- a/meta/recipes-devtools/python/python3/python3-manifest.json +++ b/meta/recipes-devtools/python/python3/python3-manifest.json @@ -1236,6 +1236,18 @@ "${libdir}/python${PYTHON_MAJMIN}/tomllib/_parser.*.pyc" ] }, + "turtle": { + "summary": "Turtle graphics is a popular way for introducing programming to kids.", + "rdepends": [ + "tkinter" + ], + "files": [ + "${libdir}/python${PYTHON_MAJMIN}/turtle.py" + ], + "cached": [ + "${libdir}/python${PYTHON_MAJMIN}/__pycache__/turtle.*.pyc" + ] + }, "unittest": { "summary": "Python unit testing framework", "rdepends": [