From patchwork Tue Jan 31 17:08:46 2023 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Markus Volk X-Patchwork-Id: 18849 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 7BEA7C636CC for ; Tue, 31 Jan 2023 17:09:14 +0000 (UTC) Received: from mailout02.t-online.de (mailout02.t-online.de [194.25.134.17]) by mx.groups.io with SMTP id smtpd.web10.113.1675184944549797829 for ; Tue, 31 Jan 2023 09:09:04 -0800 Authentication-Results: mx.groups.io; dkim=missing; spf=none, err=SPF record not found (domain: t-online.de, ip: 194.25.134.17, mailfrom: f_l_k@t-online.de) Received: from fwd82.dcpf.telekom.de (fwd82.aul.t-online.de [10.223.144.108]) by mailout02.t-online.de (Postfix) with SMTP id AA12214C3F for ; Tue, 31 Jan 2023 18:09:02 +0100 (CET) Received: from flk-MS-7C91.fritz.box ([79.219.224.44]) by fwd82.t-online.de with (TLSv1.3:TLS_AES_256_GCM_SHA384 encrypted) esmtp id 1pMu7x-12tof30; Tue, 31 Jan 2023 18:09:02 +0100 From: Markus Volk To: openembedded-devel@lists.openembedded.org Cc: Markus Volk Subject: [meta-oe][PATCH 1/3] python3-pycups: add recipe Date: Tue, 31 Jan 2023 18:08:46 +0100 Message-Id: <20230131170848.367522-1-f_l_k@t-online.de> X-Mailer: git-send-email 2.34.1 MIME-Version: 1.0 X-TOI-EXPURGATEID: 150726::1675184942-FAFFE992-F3774A88/0/0 CLEAN NORMAL X-TOI-MSGID: 0490de2d-9cd4-4c98-85b5-4b95f4108b28 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 ; Tue, 31 Jan 2023 17:09:14 -0000 X-Groupsio-URL: https://lists.openembedded.org/g/openembedded-devel/message/100880 This is a runtime dependency for system-config-printer Signed-off-by: Markus Volk --- meta-oe/recipes-printing/cups/python3-pycups.bb | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 meta-oe/recipes-printing/cups/python3-pycups.bb diff --git a/meta-oe/recipes-printing/cups/python3-pycups.bb b/meta-oe/recipes-printing/cups/python3-pycups.bb new file mode 100644 index 000000000..6968170d9 --- /dev/null +++ b/meta-oe/recipes-printing/cups/python3-pycups.bb @@ -0,0 +1,11 @@ +SUMMARY = "CUPS bindings for Python" +LICENSE = "GPL-2.0-only" +LIC_FILES_CHKSUM = "file://LICENSE;md5=3961efb54421653518521529853444c4" + +RDEPENDS:${PN} = "python3" + +inherit setuptools3 pypi + +PV = "2.0.1" + +SRC_URI[sha256sum] = "e880d7d7147959ead5cb34764f08b97b41385b36eb8256e8af1ce163dbcccce8"