Openembedded Devel Discussions
 help / color / mirror / Atom feed
* [meta-python][PATCH 1/2] python-wtforms: update to version 2.1
@ 2016-07-10 11:39 Derek Straka
  2016-07-10 11:39 ` [meta-python][PATCH 2/2] python-wtforms: add RDEPENDS to work correctly in minimal python environment Derek Straka
  0 siblings, 1 reply; 2+ messages in thread
From: Derek Straka @ 2016-07-10 11:39 UTC (permalink / raw)
  To: openembedded-devel

Signed-off-by: Derek Straka <derek@asterius.io>
---
 .../python/{python-wtforms_2.0.2.bb => python-wtforms_2.1.bb}       | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)
 rename meta-python/recipes-devtools/python/{python-wtforms_2.0.2.bb => python-wtforms_2.1.bb} (54%)

diff --git a/meta-python/recipes-devtools/python/python-wtforms_2.0.2.bb b/meta-python/recipes-devtools/python/python-wtforms_2.1.bb
similarity index 54%
rename from meta-python/recipes-devtools/python/python-wtforms_2.0.2.bb
rename to meta-python/recipes-devtools/python/python-wtforms_2.1.bb
index ae605d5..a5ea283 100644
--- a/meta-python/recipes-devtools/python/python-wtforms_2.0.2.bb
+++ b/meta-python/recipes-devtools/python/python-wtforms_2.1.bb
@@ -2,10 +2,10 @@ DESCRIPTION = "A flexible forms validation and rendering library for python web
 HOMEPAGE = "https://pypi.python.org/pypi/WTForms"
 SECTION = "devel/python"
 LICENSE = "BSD"
-LIC_FILES_CHKSUM = "file://PKG-INFO;md5=e9377f5e4bfad82b40ed63f0fd4d1cce"
+LIC_FILES_CHKSUM = "file://PKG-INFO;md5=c459accc90c6ed6a94878c8fe0535be2"
 
-SRC_URI[md5sum] = "613cf723ab40537705bec02733c78d95"
-SRC_URI[sha256sum] = "10737758ceae03b53021f3aa7e81bfc8dd6f679c879ffeb5e64ac6570facb6c1"
+SRC_URI[md5sum] = "6938a541fafd1a1ae2f6b9b88588eef2"
+SRC_URI[sha256sum] = "ffdf10bd1fa565b8233380cb77a304cd36fd55c73023e91d4b803c96bc11d46f"
 
 PYPI_PACKAGE = "WTForms"
 PYPI_PACKAGE_EXT = "zip"
-- 
1.9.1



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

* [meta-python][PATCH 2/2] python-wtforms: add RDEPENDS to work correctly in minimal python environment
  2016-07-10 11:39 [meta-python][PATCH 1/2] python-wtforms: update to version 2.1 Derek Straka
@ 2016-07-10 11:39 ` Derek Straka
  0 siblings, 0 replies; 2+ messages in thread
From: Derek Straka @ 2016-07-10 11:39 UTC (permalink / raw)
  To: openembedded-devel

Signed-off-by: Derek Straka <derek@asterius.io>
---
 meta-python/recipes-devtools/python/python-wtforms_2.1.bb | 5 +++++
 1 file changed, 5 insertions(+)

diff --git a/meta-python/recipes-devtools/python/python-wtforms_2.1.bb b/meta-python/recipes-devtools/python/python-wtforms_2.1.bb
index a5ea283..5ddcb48 100644
--- a/meta-python/recipes-devtools/python/python-wtforms_2.1.bb
+++ b/meta-python/recipes-devtools/python/python-wtforms_2.1.bb
@@ -11,3 +11,8 @@ PYPI_PACKAGE = "WTForms"
 PYPI_PACKAGE_EXT = "zip"
 
 inherit pypi setuptools
+
+RDEPENDS_${PN} += "\
+    ${PYTHON_PN}-netserver \
+    ${PYTHON_PN}-numbers \
+    "
-- 
1.9.1



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

end of thread, other threads:[~2016-07-10 11:39 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-07-10 11:39 [meta-python][PATCH 1/2] python-wtforms: update to version 2.1 Derek Straka
2016-07-10 11:39 ` [meta-python][PATCH 2/2] python-wtforms: add RDEPENDS to work correctly in minimal python environment Derek Straka

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