From 79d4071d2d6a0896a56fddc1c4fe061d69b7609f Mon Sep 17 00:00:00 2001 From: Bruce Ashfield Date: Tue, 17 Dec 2013 22:45:40 -0500 Subject: python-nose: inherit setuptools Without inheriting setup tools, python-nose is installed to a location that breaks standard python imports. Signed-off-by: Bruce Ashfield --- meta-openstack/recipes-devtools/python/python-nose_1.2.1.bbappend | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 meta-openstack/recipes-devtools/python/python-nose_1.2.1.bbappend (limited to 'meta-openstack/recipes-devtools/python') diff --git a/meta-openstack/recipes-devtools/python/python-nose_1.2.1.bbappend b/meta-openstack/recipes-devtools/python/python-nose_1.2.1.bbappend new file mode 100644 index 0000000..353fa3a --- /dev/null +++ b/meta-openstack/recipes-devtools/python/python-nose_1.2.1.bbappend @@ -0,0 +1,2 @@ +# repair the install location to be site-packages/nose/* +inherit setuptools -- cgit v1.2.3-54-g00ecf