From patchwork Tue Jan 11 19:01:13 2022 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Tim Orling X-Patchwork-Id: 2291 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 388DFC433EF for ; Tue, 11 Jan 2022 19:02:08 +0000 (UTC) Received: from mail-pj1-f49.google.com (mail-pj1-f49.google.com [209.85.216.49]) by mx.groups.io with SMTP id smtpd.web09.12219.1641927727442605352 for ; Tue, 11 Jan 2022 11:02:07 -0800 Authentication-Results: mx.groups.io; dkim=pass header.i=@gmail.com header.s=20210112 header.b=MHznoeMd; spf=pass (domain: gmail.com, ip: 209.85.216.49, mailfrom: ticotimo@gmail.com) Received: by mail-pj1-f49.google.com with SMTP id lr15-20020a17090b4b8f00b001b19671cbebso569026pjb.1 for ; Tue, 11 Jan 2022 11:02:07 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20210112; h=from:to:subject:date:message-id:in-reply-to:references:mime-version :content-transfer-encoding; bh=S0P7ggYgInUTT3Q/asQs6A1qn53tQ+YNUClZRnm/zEs=; b=MHznoeMdPsvncWln2jJE53uQtIRcK7EgoJkB99irEkIbvoLwakCU11WZYgk3iHNGpV zK1uccmo+htU8gdPd1JV3o+HCIydeSzMgdw063IQLVpcLuZokIlKHqk1wWTTzSu9bymb qhmJHYuWQ+Nouyt1G8/HwkpycQ6vC5jpmpuSEIYTCQ+ZUh+baz9a31r0HzcFciHCTnWL rRq6tOCOar6EBXHFGvETBXrPy3C4j0HWVOg069ZOfZ1YTEedEZ1UPcJx7ekpNXNBSeHw oTV8352+OV6UQu7m0/pJCmV1/3I567ICGXJG2xD2fvNP00jkHrqFjrzgBqYvGijJ9dnh 8W6w== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20210112; h=x-gm-message-state:from:to:subject:date:message-id:in-reply-to :references:mime-version:content-transfer-encoding; bh=S0P7ggYgInUTT3Q/asQs6A1qn53tQ+YNUClZRnm/zEs=; b=K7pSghp0h0tPsADr6IY4cYDBkGhrTncrzWs+i42SNpY9BXtCZOw7nUBXrJ/aVuwqFU SoleN4wkfjn9JN9pMz0riyM0rm466PGr/VsvDleTNfBo/7JGhARZXtBzWEPpIx/KiOK8 q3UBXpgcxfZN9U45kOGvlXg0VPFEsk639+nGR3mFxWPMuBAJO49akpTqSWnN/ENx+7+J iykJ14no9v5XpYlrtOQo93IqI56bxjfKruHD2+nVuaMFAPaEQxstJdhxYjat5BVhr29t y89jbmAoM7N6gaes+ssbr5bDxeqMm20ciNjACCRUa32PIdyfzQkjN3tyqQnFP46C1k7G Rryg== X-Gm-Message-State: AOAM532OHrci0zrNhTq8BdVO82aKLoqXBfsVAGGBVFrlnxa/kh1xm4RU 7f8ooGVPxmHyJ+2bDiQaM6da8yFA03w= X-Google-Smtp-Source: ABdhPJwuR4MI16k/C5ufSY9yp1QmG8WOPQ1yQt6mt8ZjSIrEs8OCLaroHzMfarnvH9vd2SivKp95gQ== X-Received: by 2002:aa7:96bd:0:b0:4c1:232c:818a with SMTP id g29-20020aa796bd000000b004c1232c818amr331045pfk.35.1641927726592; Tue, 11 Jan 2022 11:02:06 -0800 (PST) Received: from nereus.hsd1.or.comcast.net ([2601:1c0:6000:1b20:9b84:60d5:95c9:ae8b]) by smtp.gmail.com with ESMTPSA id u3sm11509977pfk.82.2022.01.11.11.02.06 for (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Tue, 11 Jan 2022 11:02:06 -0800 (PST) From: Tim Orling X-Google-Original-From: Tim Orling To: openembedded-core@lists.openembedded.org Subject: [PATCH v2 04/22] dnf: inherit setuptools3-base instead of distutils Date: Tue, 11 Jan 2022 11:01:13 -0800 Message-Id: <9e23004c0421d4ded29c74192866ab2c303081b8.1641920605.git.tim.orling@konsulko.com> X-Mailer: git-send-email 2.30.2 In-Reply-To: References: 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 ; Tue, 11 Jan 2022 19:02:08 -0000 X-Groupsio-URL: https://lists.openembedded.org/g/openembedded-core/message/160439 [YOCTO #14610] Signed-off-by: Tim Orling --- meta/recipes-devtools/dnf/dnf_4.10.0.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meta/recipes-devtools/dnf/dnf_4.10.0.bb b/meta/recipes-devtools/dnf/dnf_4.10.0.bb index cef2c03e4e2..6ff2a6b1e6f 100644 --- a/meta/recipes-devtools/dnf/dnf_4.10.0.bb +++ b/meta/recipes-devtools/dnf/dnf_4.10.0.bb @@ -23,7 +23,7 @@ UPSTREAM_CHECK_GITTAGREGEX = "(?P\d+(\.\d+)+)" S = "${WORKDIR}/git" -inherit cmake gettext bash-completion distutils3-base systemd +inherit cmake gettext bash-completion setuptools3-base systemd DEPENDS += "libdnf librepo libcomps python3-iniparse"