diff options
| author | Bruce Ashfield <bruce.ashfield@windriver.com> | 2013-12-17 22:45:40 -0500 |
|---|---|---|
| committer | Bruce Ashfield <bruce.ashfield@windriver.com> | 2013-12-17 22:45:40 -0500 |
| commit | 79d4071d2d6a0896a56fddc1c4fe061d69b7609f (patch) | |
| tree | a5dc414efba313b31eca9e0bf1009245f2b2c1ac /meta-openstack/recipes-devtools/python/python-nose_1.2.1.bbappend | |
| parent | 0c04811d6805f0d12261fe31e90a40905820ac05 (diff) | |
| download | meta-cloud-services-79d4071d2d6a0896a56fddc1c4fe061d69b7609f.tar.gz | |
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 <bruce.ashfield@windriver.com>
Diffstat (limited to 'meta-openstack/recipes-devtools/python/python-nose_1.2.1.bbappend')
| -rw-r--r-- | meta-openstack/recipes-devtools/python/python-nose_1.2.1.bbappend | 2 |
1 files changed, 2 insertions, 0 deletions
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 @@ | |||
| 1 | # repair the install location to be site-packages/nose/* | ||
| 2 | inherit setuptools | ||
