* [meta-python][PATCH 0/1] Add RDEPENDS to python-werkzeug
@ 2016-02-22 13:30 Anders Darander
2016-02-22 13:30 ` [meta-python][PATCH 1/1] python-werkzeug: add required RDEPENDS Anders Darander
0 siblings, 1 reply; 2+ messages in thread
From: Anders Darander @ 2016-02-22 13:30 UTC (permalink / raw)
To: openembedded-devel; +Cc: Anders Darander
A simple python flask demo app failed to run, as werkzeug tried to import a number
of non-existing (on my system) python modules.
This patch adds all those modules to RDEPENDS of pyton_werkzeug.
The following changes since commit 92b50622506c14e08e4d4a725818a685a463f46a:
avahi: rename the bbappend to apply for all versions (2016-02-20 14:51:57 +0100)
are available in the git repository at:
git://github.com/darander/meta-openembedded python-werkzeug-rdepends
https://github.com/darander/meta-openembedded/tree/python-werkzeug-rdepends
Anders Darander (1):
python-werkzeug: add required RDEPENDS
meta-python/recipes-devtools/python/python-werkzeug.inc | 14 ++++++++++++++
1 file changed, 14 insertions(+)
--
2.7.0
^ permalink raw reply [flat|nested] 2+ messages in thread
* [meta-python][PATCH 1/1] python-werkzeug: add required RDEPENDS
2016-02-22 13:30 [meta-python][PATCH 0/1] Add RDEPENDS to python-werkzeug Anders Darander
@ 2016-02-22 13:30 ` Anders Darander
0 siblings, 0 replies; 2+ messages in thread
From: Anders Darander @ 2016-02-22 13:30 UTC (permalink / raw)
To: openembedded-devel; +Cc: Anders Darander
The following RDEPENDS were necessary to be able to properly
start a simple demo app (and also enable debug traces).
Signed-off-by: Anders Darander <anders@chargestorm.se>
---
meta-python/recipes-devtools/python/python-werkzeug.inc | 14 ++++++++++++++
1 file changed, 14 insertions(+)
diff --git a/meta-python/recipes-devtools/python/python-werkzeug.inc b/meta-python/recipes-devtools/python/python-werkzeug.inc
index fab5a73..0693b47 100644
--- a/meta-python/recipes-devtools/python/python-werkzeug.inc
+++ b/meta-python/recipes-devtools/python/python-werkzeug.inc
@@ -14,3 +14,17 @@ SRC_URI[md5sum] = "9479bc7ea6a42c2d0d82929d3926df67"
SRC_URI[sha256sum] = "eb5f700a9bfc96420b055635af9002d3662e43d80c3ffd31f224c25bc0d5f462"
PYPI_PACKAGE = "Werkzeug"
+
+RDEPENDS_${PN} += " \
+ python-difflib \
+ python-email \
+ python-html \
+ python-json \
+ python-netserver \
+ python-numbers \
+ python-pkgutil \
+ python-subprocess \
+ python-threading \
+ python-unixadmin \
+ python-zlib \
+"
--
2.7.0
^ permalink raw reply related [flat|nested] 2+ messages in thread
end of thread, other threads:[~2016-02-22 13:30 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-02-22 13:30 [meta-python][PATCH 0/1] Add RDEPENDS to python-werkzeug Anders Darander
2016-02-22 13:30 ` [meta-python][PATCH 1/1] python-werkzeug: add required RDEPENDS Anders Darander
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox