All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] qpid-python: switch from distutils3 to setuptools3
@ 2022-11-28 22:25 dylantdmt
  2022-11-28 23:23 ` [PATCH] python-psycopg: switched from distutils to setuptools dylantdmt
  0 siblings, 1 reply; 3+ messages in thread
From: dylantdmt @ 2022-11-28 22:25 UTC (permalink / raw)
  To: meta-virtualization; +Cc: Dylan Turner

From: Dylan Turner <dylan.turner@ni.com>

---
 meta-openstack/recipes-extended/qpid/qpid-python_0.20.bb | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/meta-openstack/recipes-extended/qpid/qpid-python_0.20.bb b/meta-openstack/recipes-extended/qpid/qpid-python_0.20.bb
index 9db46859..3a486b4f 100644
--- a/meta-openstack/recipes-extended/qpid/qpid-python_0.20.bb
+++ b/meta-openstack/recipes-extended/qpid/qpid-python_0.20.bb
@@ -12,4 +12,5 @@ SRC_URI[sha256sum] = "3ca55a5aa11fbbd4e26cb4cdafc9658489c159acadceac60c89d4bfb5c
 
 S = "${WORKDIR}/qpid-${PV}/python"
 
-inherit distutils3
+inherit setuptools3
+
-- 
2.38.1



^ permalink raw reply related	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2022-12-01 21:49 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2022-11-28 22:25 [PATCH] qpid-python: switch from distutils3 to setuptools3 dylantdmt
2022-11-28 23:23 ` [PATCH] python-psycopg: switched from distutils to setuptools dylantdmt
2022-12-01 21:49   ` [meta-virtualization] " Bruce Ashfield

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.