From 59b27d7855597a5725978edeb96b3454e4855236 Mon Sep 17 00:00:00 2001 From: Mark Asselstine Date: Mon, 30 Jan 2017 12:07:50 -0500 Subject: python-netaddr: switch to setuptools The uprev done in commit 0f9fb18e1883 didn't take into account that upstream moved to use setuptools (see upstream commit a8509c0c7c4c [cleaned up of older conventions and switched to setuptools]). Switch to setup tools to match this upstream change. This will fix errors seen when attempting to 'import netaddr'. Signed-off-by: Mark Asselstine Signed-off-by: Bruce Ashfield --- meta-openstack/recipes-devtools/python/python-netaddr_0.7.19.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'meta-openstack') diff --git a/meta-openstack/recipes-devtools/python/python-netaddr_0.7.19.bb b/meta-openstack/recipes-devtools/python/python-netaddr_0.7.19.bb index 8284d20..d3d83a1 100644 --- a/meta-openstack/recipes-devtools/python/python-netaddr_0.7.19.bb +++ b/meta-openstack/recipes-devtools/python/python-netaddr_0.7.19.bb @@ -13,4 +13,4 @@ SRC_URI[sha256sum] = "38aeec7cdd035081d3a4c306394b19d677623bf76fa0913f6695127c77 S = "${WORKDIR}/${SRCNAME}-${PV}" -inherit distutils +inherit setuptools -- cgit v1.2.3-54-g00ecf