From: Jackie Huang <[email protected]> setup.py for this pkg uses setuptools, not distutils.
Signed-off-by: Jackie Huang <[email protected]> --- meta-openstack/recipes-devtools/python/python-django_1.7.5.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meta-openstack/recipes-devtools/python/python-django_1.7.5.bb b/meta-openstack/recipes-devtools/python/python-django_1.7.5.bb index 36302fd..9a815ea 100644 --- a/meta-openstack/recipes-devtools/python/python-django_1.7.5.bb +++ b/meta-openstack/recipes-devtools/python/python-django_1.7.5.bb @@ -15,7 +15,7 @@ SRC_URI[sha256sum] = "6ae69c1dfbfc9d0c44ae80e2fbe48e59bbbbb70e8df66ad2b7029bd399 S = "${WORKDIR}/${SRCNAME}-${PV}" -inherit distutils +inherit setuptools FILES_${PN} += "${datadir}/django/*" -- 1.9.1 -- _______________________________________________ meta-virtualization mailing list [email protected] https://lists.yoctoproject.org/listinfo/meta-virtualization
