All of lore.kernel.org
 help / color / mirror / Atom feed
From: Bruce Ashfield <bruce.ashfield@windriver.com>
To: Mark Asselstine <mark.asselstine@windriver.com>,
	<meta-virtualization@yoctoproject.org>
Subject: Re: [meta-cloud-services][PATCH] keystone: add missing functools32 module
Date: Fri, 30 Oct 2015 16:56:26 -0400	[thread overview]
Message-ID: <5633D97A.7010807@windriver.com> (raw)
In-Reply-To: <1446232998-8663-1-git-send-email-mark.asselstine@windriver.com>

On 15-10-30 03:23 PM, Mark Asselstine wrote:
> Keystone fails to install due to functools32 missing. Add a new recipe
> for functools32 and include the dependency in keystone.

merged.

Bruce

>
> Signed-off-by: Mark Asselstine <mark.asselstine@windriver.com>
> ---
>   .../python/python-functools32_3.2.3-2.bb           | 29 ++++++++++++++++++++++
>   .../recipes-devtools/python/python-keystone_git.bb |  1 +
>   2 files changed, 30 insertions(+)
>   create mode 100644 meta-openstack/recipes-devtools/python/python-functools32_3.2.3-2.bb
>
> diff --git a/meta-openstack/recipes-devtools/python/python-functools32_3.2.3-2.bb b/meta-openstack/recipes-devtools/python/python-functools32_3.2.3-2.bb
> new file mode 100644
> index 0000000..937e933
> --- /dev/null
> +++ b/meta-openstack/recipes-devtools/python/python-functools32_3.2.3-2.bb
> @@ -0,0 +1,29 @@
> +SUMMARY = "Python higher-order functions and operations on callable objects"
> +HOMEPAGE = "https://pypi.python.org/pypi/functools32"
> +SECTION = "devel/python"
> +LICENSE = "PSFv2"
> +
> +SRCNAME = "functools32"
> +
> +LIC_FILES_CHKSUM = "file://LICENSE;md5=27cf2345969ed18e6730e90fb0063a10"
> +SRC_URI = "http://pypi.python.org/packages/source/f/${SRCNAME}/${SRCNAME}-${PV}.tar.gz"
> +SRC_URI[md5sum] = "09f24ffd9af9f6cd0f63cb9f4e23d4b2"
> +SRC_URI[sha256sum] = "f6253dfbe0538ad2e387bd8fdfd9293c925d63553f5813c4e587745416501e6d"
> +
> +S = "${WORKDIR}/${SRCNAME}-${PV}"
> +
> +inherit distutils
> +
> +DISTUTILS_INSTALL_ARGS = "--root=${D} \
> +    --prefix=${prefix} \
> +    --install-lib=${PYTHON_SITEPACKAGES_DIR} \
> +    --install-data=${datadir}"
> +
> +DEPENDS += " \
> +	python-pbr \
> +	"
> +
> +RDEPENDS_${PN} += "python-testtools \
> +	python-pbr \
> +	"
> +
> diff --git a/meta-openstack/recipes-devtools/python/python-keystone_git.bb b/meta-openstack/recipes-devtools/python/python-keystone_git.bb
> index 8fbf996..58aa449 100644
> --- a/meta-openstack/recipes-devtools/python/python-keystone_git.bb
> +++ b/meta-openstack/recipes-devtools/python/python-keystone_git.bb
> @@ -286,6 +286,7 @@ RDEPENDS_${PN} += " \
>           python-oauthlib \
>           python-fixtures \
>           python-oslotest \
> +        python-functools32 \
>           "
>
>   RDEPENDS_${SRCNAME}-tests += " bash"
>



      reply	other threads:[~2015-10-30 20:56 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2015-10-30 19:23 [meta-cloud-services][PATCH] keystone: add missing functools32 module Mark Asselstine
2015-10-30 20:56 ` Bruce Ashfield [this message]

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=5633D97A.7010807@windriver.com \
    --to=bruce.ashfield@windriver.com \
    --cc=mark.asselstine@windriver.com \
    --cc=meta-virtualization@yoctoproject.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.