[oe-commits] Koen Kooi : python-pyyaml 3.10: unbreak versioning

git at git.openembedded.org git at git.openembedded.org
Thu Aug 20 12:23:58 UTC 2015


Module: meta-openembedded.git
Branch: master-next
Commit: ac923beac2d506137f44419e748b4b649fa8cc65
URL:    http://git.openembedded.org/?p=meta-openembedded.git&a=commit;h=ac923beac2d506137f44419e748b4b649fa8cc65

Author: Koen Kooi <koen.kooi at linaro.org>
Date:   Mon Aug 10 17:42:46 2015 +0200

python-pyyaml 3.10: unbreak versioning

Using our own setup.py is great, but it should use the same version as the recipe, otherwise you get errors like these:

pkg_resources.DistributionNotFound: The 'PyYAML==3.10' distribution was not found and is required

Package python-pyyaml (3.10-r0.0) is installed on root and has the following files:
[..]
/usr/lib/python2.7/site-packages/PyYAML-3.06-py2.7.egg-info

Signed-off-by: Koen Kooi <koen.kooi at linaro.org>
Signed-off-by: Martin Jansa <Martin.Jansa at gmail.com>

---

 meta-python/recipes-devtools/python/python-pyyaml/setup.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/meta-python/recipes-devtools/python/python-pyyaml/setup.py b/meta-python/recipes-devtools/python/python-pyyaml/setup.py
index fb64983..2ed1c94 100644
--- a/meta-python/recipes-devtools/python/python-pyyaml/setup.py
+++ b/meta-python/recipes-devtools/python/python-pyyaml/setup.py
@@ -1,5 +1,5 @@
 NAME = 'PyYAML'
-VERSION = '3.06'
+VERSION = '3.10'
 DESCRIPTION = "YAML parser and emitter for Python"
 LONG_DESCRIPTION = """\
 YAML is a data serialization format designed for human readability and



More information about the Openembedded-commits mailing list