All of lore.kernel.org
 help / color / mirror / Atom feed
From: Wang Mingyu <wangmy@fujitsu.com>
To: <meta-virtualization@lists.yoctoproject.org>
Cc: Wang Mingyu <wangmy@fujitsu.com>
Subject: [meta-virtualization][meta-cloud-services][PATCH 6/8] python3-termcolor: inherit setuptools3 not distutils
Date: Wed, 19 Jan 2022 13:13:12 +0800	[thread overview]
Message-ID: <1642569194-18853-1-git-send-email-wangmy@fujitsu.com> (raw)

Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
---
 .../recipes-devtools/python/python3-termcolor_1.1.0.bb          | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/meta-openstack/recipes-devtools/python/python3-termcolor_1.1.0.bb b/meta-openstack/recipes-devtools/python/python3-termcolor_1.1.0.bb
index a8d50097..127287a7 100644
--- a/meta-openstack/recipes-devtools/python/python3-termcolor_1.1.0.bb
+++ b/meta-openstack/recipes-devtools/python/python3-termcolor_1.1.0.bb
@@ -10,7 +10,7 @@ LIC_FILES_CHKSUM = "file://COPYING.txt;md5=809e8749b63567978acfbd81d9f6a27d"
 SRC_URI[md5sum] = "043e89644f8909d462fbbfa511c768df"
 SRC_URI[sha256sum] = "1d6d69ce66211143803fbc56652b41d73b4a400a2891d7bf7a1cdf4c02de613b"
 
-inherit distutils3 pypi
+inherit setuptools3 pypi
 
 DEPENDS += " \
         python3-pip \
-- 
2.25.1



             reply	other threads:[~2022-01-19  5:13 UTC|newest]

Thread overview: 9+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2022-01-19  5:13 Wang Mingyu [this message]
2022-01-19  5:13 ` [meta-virtualization][meta-cloud-services][PATCH 7/8] mod-wsgi: inherit setuptools3-base not distutils3-base Wang Mingyu
2022-01-19  5:13 ` [meta-virtualization][meta-cloud-services][PATCH 8/8] python3-novnc: update 0.5.1 -> 1.3.0 Wang Mingyu
2022-01-30 22:14 ` [meta-virtualization][meta-cloud-services][PATCH 6/8] python3-termcolor: inherit setuptools3 not distutils Bruce Ashfield
  -- strict thread matches above, loose matches on Subject: below --
2022-01-19  5:12 [meta-virtualization][meta-cloud-services][PATCH 1/8] python-novnc: " Wang Mingyu
2022-01-19  5:12 ` [meta-virtualization][meta-cloud-services][PATCH 2/8] python3-fixtures: " Wang Mingyu
2022-01-19  5:12 ` [meta-virtualization][meta-cloud-services][PATCH 3/8] python3-ipaddr: " Wang Mingyu
2022-01-19  5:12 ` [meta-virtualization][meta-cloud-services][PATCH 4/8] python3-lockfile: " Wang Mingyu
2022-01-19  5:12 ` [meta-virtualization][meta-cloud-services][PATCH 5/8] python3-mimeparse: " Wang Mingyu

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1642569194-18853-1-git-send-email-wangmy@fujitsu.com \
    --to=wangmy@fujitsu.com \
    --cc=meta-virtualization@lists.yoctoproject.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.