[meta-virtualization] [fido-kilo][PATCH] python-memcache: add missing dependency

Bruce Ashfield bruce.ashfield at gmail.com
Thu Sep 10 11:46:42 PDT 2015


merged.

Bruce

On Wed, Sep 9, 2015 at 12:02 PM, Josep Puigdemont
<josep.puigdemont at enea.com> wrote:
> python-memcache requires python-nose, this fixes this build error:
>
> |   File ".../x86_64-linux/usr/lib/python2.7/site-packages/distribute-0.6.32-py2.7.egg/setuptools/command/easy_install.py", line 592, in easy_install
> |     raise DistutilsError(msg)
> | distutils.errors.DistutilsError: Could not find suitable distribution for Requirement.parse('nose>=1.0')
> | ERROR: python setup.py build_ext execution failed.
> | WARNING: exit code 1 from a shell command.
> | ERROR: Function failed: do_compile (log file is located at .../python-memcache/1.2.5-r0/temp/log.do_compile.24701)
>
> Signed-off-by: Josep Puigdemont <josep.puigdemont at enea.com>
> ---
>  meta-openstack/recipes-devtools/python/python-memcache_1.2.5.bb | 2 ++
>  1 file changed, 2 insertions(+)
>
> diff --git a/meta-openstack/recipes-devtools/python/python-memcache_1.2.5.bb b/meta-openstack/recipes-devtools/python/python-memcache_1.2.5.bb
> index 6597e86..3e6f3f6 100644
> --- a/meta-openstack/recipes-devtools/python/python-memcache_1.2.5.bb
> +++ b/meta-openstack/recipes-devtools/python/python-memcache_1.2.5.bb
> @@ -20,8 +20,10 @@ inherit setuptools
>
>  DEPENDS += " \
>          python-pip \
> +        python-nose \
>          "
>
>  # RDEPENDS_default:
>  RDEPENDS_${PN} += " \
> +        python-nose \
>          "
> --
> 1.9.1
>
> --
> _______________________________________________
> meta-virtualization mailing list
> meta-virtualization at yoctoproject.org
> https://lists.yoctoproject.org/listinfo/meta-virtualization



-- 
"Thou shalt not follow the NULL pointer, for chaos and madness await
thee at its end"


More information about the meta-virtualization mailing list