From ba4ebbf32a7537273fb68966ceb28bbd79999dbb Mon Sep 17 00:00:00 2001 From: Dylan Turner Date: Mon, 28 Nov 2022 17:23:00 -0600 Subject: python-psycopg: switched from distutils to setuptools Signed-off-by: Bruce Ashfield --- meta-openstack/recipes-devtools/python/python-psycopg2_2.7.5.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meta-openstack/recipes-devtools/python/python-psycopg2_2.7.5.bb b/meta-openstack/recipes-devtools/python/python-psycopg2_2.7.5.bb index d054214..94787e6 100644 --- a/meta-openstack/recipes-devtools/python/python-psycopg2_2.7.5.bb +++ b/meta-openstack/recipes-devtools/python/python-psycopg2_2.7.5.bb @@ -12,7 +12,7 @@ SRC_URI += " \ SRC_URI[md5sum] = "9e7d6f695fc7f8d1c42a7905449246c9" SRC_URI[sha256sum] = "eccf962d41ca46e6326b97c8fe0a6687b58dfc1a5f6540ed071ff1474cea749e" -inherit distutils3 pypi +inherit setuptools3 pypi DEPENDS += " \ postgresql \ -- cgit v1.2.3-54-g00ecf