All of lore.kernel.org
 help / color / mirror / Atom feed
* [meta-python][PATCH 1/2] python-vcversioner: update to version 2.16.0.0
@ 2016-07-10 12:48 Derek Straka
  2016-07-10 12:48 ` [meta-python][PATCH 2/2] python-vcversioner: add RDEPENDS for the package Derek Straka
  0 siblings, 1 reply; 2+ messages in thread
From: Derek Straka @ 2016-07-10 12:48 UTC (permalink / raw)
  To: openembedded-devel

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

diff --git a/meta-python/recipes-devtools/python/python-vcversioner_2.14.0.0.bb b/meta-python/recipes-devtools/python/python-vcversioner_2.16.0.0.bb
similarity index 63%
rename from meta-python/recipes-devtools/python/python-vcversioner_2.14.0.0.bb
rename to meta-python/recipes-devtools/python/python-vcversioner_2.16.0.0.bb
index 0df18f5..9308c12 100644
--- a/meta-python/recipes-devtools/python/python-vcversioner_2.14.0.0.bb
+++ b/meta-python/recipes-devtools/python/python-vcversioner_2.16.0.0.bb
@@ -2,10 +2,10 @@ SUMMARY = "Python vcversioner, automagically update the project's version"
 HOMEPAGE = "https://github.com/habnabit/vcversioner"
 
 LICENSE = "ISC"
-LIC_FILES_CHKSUM = "file://PKG-INFO;md5=260625d695c5e0c9dd2c2ef898833c7d"
+LIC_FILES_CHKSUM = "file://PKG-INFO;md5=827a7a91a8d20d3c666b665cd96db8e3"
 
-SRC_URI[md5sum] = "7848a365ced9941053bc25d9a9f8f4b4"
-SRC_URI[sha256sum] = "acd43686e92e6c8bbeb4f2eef54408567a7adea9692fa72d591eec5357c03b86"
+SRC_URI[md5sum] = "aab6ef5e0cf8614a1b1140ed5b7f107d"
+SRC_URI[sha256sum] = "dae60c17a479781f44a4010701833f1829140b1eeccd258762a74974aa06e19b"
 
 inherit pypi setuptools
 
-- 
1.9.1



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

* [meta-python][PATCH 2/2] python-vcversioner: add RDEPENDS for the package
  2016-07-10 12:48 [meta-python][PATCH 1/2] python-vcversioner: update to version 2.16.0.0 Derek Straka
@ 2016-07-10 12:48 ` Derek Straka
  0 siblings, 0 replies; 2+ messages in thread
From: Derek Straka @ 2016-07-10 12:48 UTC (permalink / raw)
  To: openembedded-devel

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

diff --git a/meta-python/recipes-devtools/python/python-vcversioner_2.16.0.0.bb b/meta-python/recipes-devtools/python/python-vcversioner_2.16.0.0.bb
index 9308c12..f4a6009 100644
--- a/meta-python/recipes-devtools/python/python-vcversioner_2.16.0.0.bb
+++ b/meta-python/recipes-devtools/python/python-vcversioner_2.16.0.0.bb
@@ -17,4 +17,8 @@ do_install_append() {
     install -m 0644 ${S}/vcversioner*.egg ${D}/${PYTHON_SITEPACKAGES_DIR}/
 }
 
+RDEPENDS_${PN} += "\
+    ${PYTHON_PN}-subprocess \
+    "
+
 BBCLASSEXTEND = "native"
-- 
1.9.1



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

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

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2016-07-10 12:48 [meta-python][PATCH 1/2] python-vcversioner: update to version 2.16.0.0 Derek Straka
2016-07-10 12:48 ` [meta-python][PATCH 2/2] python-vcversioner: add RDEPENDS for the package Derek Straka

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.