Openembedded Devel Discussions
 help / color / mirror / Atom feed
* [meta-python][PATCH] increment pyyaml setup.py version number
@ 2017-03-03 23:52 David Cako
  2017-03-04 11:44 ` Martin Jansa
  0 siblings, 1 reply; 2+ messages in thread
From: David Cako @ 2017-03-03 23:52 UTC (permalink / raw)
  To: openembedded-devel

I was getting dependency issues on my target machine due to an incorrect version number in setup.py.

---
 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 2ed1c94..50318d5 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.10'
+VERSION = '3.12'
 DESCRIPTION = "YAML parser and emitter for Python"
 LONG_DESCRIPTION = """\
 YAML is a data serialization format designed for human readability and
-- 
2.7.4



^ permalink raw reply related	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2017-03-04 11:44 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2017-03-03 23:52 [meta-python][PATCH] increment pyyaml setup.py version number David Cako
2017-03-04 11:44 ` Martin Jansa

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox