meta-virtualization.lists.yoctoproject.org archive mirror
 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 1/8] python-novnc: inherit setuptools3 not distutils
Date: Wed, 19 Jan 2022 13:12:02 +0800	[thread overview]
Message-ID: <1642569125-18758-1-git-send-email-wangmy@fujitsu.com> (raw)

Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
---
 meta-openstack/recipes-devtools/python/python-novnc_git.bb | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/meta-openstack/recipes-devtools/python/python-novnc_git.bb b/meta-openstack/recipes-devtools/python/python-novnc_git.bb
index 50041ac9..da5f048e 100644
--- a/meta-openstack/recipes-devtools/python/python-novnc_git.bb
+++ b/meta-openstack/recipes-devtools/python/python-novnc_git.bb
@@ -15,6 +15,6 @@ SRC_URI = "git://github.com/kanaka/noVNC.git;branch=master;protocol=https \
 
 S = "${WORKDIR}/git"
 
-inherit distutils3
+inherit setuptools3
 
-DEPENDS += " python-websockify"
+DEPENDS += " python3-websockify"
-- 
2.25.1



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

Thread overview: 9+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2022-01-19  5:12 Wang Mingyu [this message]
2022-01-19  5:12 ` [meta-virtualization][meta-cloud-services][PATCH 2/8] python3-fixtures: inherit setuptools3 not distutils 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
2022-01-19  5:13 [meta-virtualization][meta-cloud-services][PATCH 6/8] python3-termcolor: " Wang Mingyu
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

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=1642569125-18758-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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).