summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDylan Turner <dylan.turner@ni.com>2022-11-28 17:23:00 -0600
committerBruce Ashfield <bruce.ashfield@gmail.com>2022-12-01 16:48:33 -0500
commitba4ebbf32a7537273fb68966ceb28bbd79999dbb (patch)
tree63bd611b8d4668a19bdf90fd544b34a64c585546
parent6c767d9f1f76e3228a082c3a7e3bf130d63e925c (diff)
downloadmeta-cloud-services-ba4ebbf32a7537273fb68966ceb28bbd79999dbb.tar.gz
python-psycopg: switched from distutils to setuptools
Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com>
-rw-r--r--meta-openstack/recipes-devtools/python/python-psycopg2_2.7.5.bb2
1 files changed, 1 insertions, 1 deletions
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 += " \
12SRC_URI[md5sum] = "9e7d6f695fc7f8d1c42a7905449246c9" 12SRC_URI[md5sum] = "9e7d6f695fc7f8d1c42a7905449246c9"
13SRC_URI[sha256sum] = "eccf962d41ca46e6326b97c8fe0a6687b58dfc1a5f6540ed071ff1474cea749e" 13SRC_URI[sha256sum] = "eccf962d41ca46e6326b97c8fe0a6687b58dfc1a5f6540ed071ff1474cea749e"
14 14
15inherit distutils3 pypi 15inherit setuptools3 pypi
16 16
17DEPENDS += " \ 17DEPENDS += " \
18 postgresql \ 18 postgresql \