diff options
author | 2017-01-30 12:07:50 -0500 | |
---|---|---|
committer | 2017-01-30 22:40:19 -0500 | |
commit | 59b27d7855597a5725978edeb96b3454e4855236 (patch) | |
tree | dab57cd90086106a16f75dcec43c9ec614cc34de | |
parent | dd3bff3a435059741a08453677e17946e864e4e8 (diff) | |
download | meta-cloud-services-59b27d7855597a5725978edeb96b3454e4855236.tar.gz meta-cloud-services-59b27d7855597a5725978edeb96b3454e4855236.tar.bz2 meta-cloud-services-59b27d7855597a5725978edeb96b3454e4855236.zip |
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 <mark.asselstine@windriver.com>
Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>
-rw-r--r-- | meta-openstack/recipes-devtools/python/python-netaddr_0.7.19.bb | 2 |
1 files changed, 1 insertions, 1 deletions
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 8284d208..d3d83a13 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 |