From 5a7e34ae77e4988c3622f66f3b89b35e2bc603a5 Mon Sep 17 00:00:00 2001 From: Li xin Date: Tue, 16 Jun 2015 17:01:58 +0800 Subject: python-setuptools-git: add native support Signed-off-by: Li Xin Signed-off-by: Bruce Ashfield --- meta-openstack/recipes-devtools/python/python-setuptools-git_1.1.bb | 1 + 1 file changed, 1 insertion(+) (limited to 'meta-openstack/recipes-devtools/python/python-setuptools-git_1.1.bb') diff --git a/meta-openstack/recipes-devtools/python/python-setuptools-git_1.1.bb b/meta-openstack/recipes-devtools/python/python-setuptools-git_1.1.bb index 9447744..61408c3 100644 --- a/meta-openstack/recipes-devtools/python/python-setuptools-git_1.1.bb +++ b/meta-openstack/recipes-devtools/python/python-setuptools-git_1.1.bb @@ -19,3 +19,4 @@ inherit setuptools do_install_append() { rm -f ${D}${libdir}/python*/site-packages/site.py* } +BBCLASSEXTEND = "native" -- cgit v1.2.3-54-g00ecf