diff options
author | Mark Asselstine <mark.asselstine@windriver.com> | 2017-11-07 15:25:42 -0500 |
---|---|---|
committer | Bruce Ashfield <bruce.ashfield@windriver.com> | 2017-11-08 14:17:21 -0500 |
commit | 0ea0f363bf766ab24c609d80e86fce0b8b6c5bba (patch) | |
tree | 55a75851c010ffca7f9c67cfb76a36a5cd158aa7 /meta-openstack | |
parent | ce709c7f312f3c18e971c9338a4e82f47b596b99 (diff) | |
download | meta-cloud-services-0ea0f363bf766ab24c609d80e86fce0b8b6c5bba.tar.gz meta-cloud-services-0ea0f363bf766ab24c609d80e86fce0b8b6c5bba.tar.bz2 meta-cloud-services-0ea0f363bf766ab24c609d80e86fce0b8b6c5bba.zip |
python-msgpack: drop in favor of version in meta-openembedded
The bindings for python-msgpack are pretty lenient so we are not
hugely concerned about having tight version control for this
package. As such we can drop our recipe and simply use the one in
meta-openembedded. We can always re-evaluate in the future if
necessary, but for now this is one less thing to maintain.
Signed-off-by: Mark Asselstine <mark.asselstine@windriver.com>
Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>
Diffstat (limited to 'meta-openstack')
-rw-r--r-- | meta-openstack/recipes-devtools/python/python-msgpack_0.4.6.bb | 17 |
1 files changed, 0 insertions, 17 deletions
diff --git a/meta-openstack/recipes-devtools/python/python-msgpack_0.4.6.bb b/meta-openstack/recipes-devtools/python/python-msgpack_0.4.6.bb deleted file mode 100644 index 96ec047..0000000 --- a/meta-openstack/recipes-devtools/python/python-msgpack_0.4.6.bb +++ /dev/null @@ -1,17 +0,0 @@ -DESCRIPTION = "MessagePack (de)serializer" -HOMEPAGE = "https://pypi.python.org/pypi/msgpack-python/" -SECTION = "devel/python" -LICENSE = "Apache-2.0" -LIC_FILES_CHKSUM = "file://COPYING;md5=cd9523181d9d4fbf7ffca52eaa2a5751" - -PR = "r0" -SRCNAME = "msgpack-python" - -SRC_URI = "https://pypi.python.org/packages/source/m/${SRCNAME}/${SRCNAME}-${PV}.tar.gz" - -SRC_URI[md5sum] = "8b317669314cf1bc881716cccdaccb30" -SRC_URI[sha256sum] = "bfcc581c9dbbf07cc2f951baf30c3249a57e20dcbd60f7e6ffc43ab3cc614794" - -S = "${WORKDIR}/${SRCNAME}-${PV}" - -inherit setuptools |