From 42af0a3c1dc2d6a19f5ba7b1165a98d7034195ad Mon Sep 17 00:00:00 2001 From: Jackie Huang Date: Wed, 13 May 2015 15:24:28 +0800 Subject: python-django: inherit setuptools instead of distutils setup.py for this pkg uses setuptools, not distutils. Signed-off-by: Jackie Huang Signed-off-by: Bruce Ashfield --- 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 7913025..b462e4d 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 @@ -14,7 +14,7 @@ SRC_URI[sha256sum] = "1c391f9349c97df503dac3461599f24235e4d04393498e6060e74dd272 S = "${WORKDIR}/${SRCNAME}-${PV}" -inherit distutils +inherit setuptools FILES_${PN} += "${datadir}/django/*" -- cgit v1.2.3-54-g00ecf