* [meta-python][PATCH 1/2] python-monotonic: update to version 1.2
@ 2016-08-15 19:42 Derek Straka
2016-08-15 19:42 ` [meta-python][PATCH 2/2] python-monotonic: fix RDEPENDS for minimal python install Derek Straka
0 siblings, 1 reply; 2+ messages in thread
From: Derek Straka @ 2016-08-15 19:42 UTC (permalink / raw)
To: openembedded-devel
Signed-off-by: Derek Straka <derek@asterius.io>
---
.../python/{python-monotonic_1.1.bb => python-monotonic_1.2.bb} | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
rename meta-python/recipes-devtools/python/{python-monotonic_1.1.bb => python-monotonic_1.2.bb} (64%)
diff --git a/meta-python/recipes-devtools/python/python-monotonic_1.1.bb b/meta-python/recipes-devtools/python/python-monotonic_1.2.bb
similarity index 64%
rename from meta-python/recipes-devtools/python/python-monotonic_1.1.bb
rename to meta-python/recipes-devtools/python/python-monotonic_1.2.bb
index c514313..66183ef 100644
--- a/meta-python/recipes-devtools/python/python-monotonic_1.1.bb
+++ b/meta-python/recipes-devtools/python/python-monotonic_1.2.bb
@@ -2,8 +2,8 @@ SUMMARY = "An implementation of time.monotonic() for Python 2.0 through 3.2"
LICENSE = "Apache-2.0"
LIC_FILES_CHKSUM = "file://LICENSE;md5=d2794c0df5b907fdace235a619d80314"
-SRC_URI[md5sum] = "8271b79de174dc3ef00535caef38be85"
-SRC_URI[sha256sum] = "255c31929e1a01acac4ca709f95bd6d319d6112db3ba170d1fe945a6befe6942"
+SRC_URI[md5sum] = "d14c93aabc3d6af25ef086b032b123cf"
+SRC_URI[sha256sum] = "c0e1ceca563ca6bb30b0fb047ee1002503ae6ad3585fc9c6af37a8f77ec274ba"
inherit pypi setuptools
--
2.7.4
^ permalink raw reply related [flat|nested] 2+ messages in thread
* [meta-python][PATCH 2/2] python-monotonic: fix RDEPENDS for minimal python install
2016-08-15 19:42 [meta-python][PATCH 1/2] python-monotonic: update to version 1.2 Derek Straka
@ 2016-08-15 19:42 ` Derek Straka
0 siblings, 0 replies; 2+ messages in thread
From: Derek Straka @ 2016-08-15 19:42 UTC (permalink / raw)
To: openembedded-devel
Signed-off-by: Derek Straka <derek@asterius.io>
---
meta-python/recipes-devtools/python/python-monotonic_1.2.bb | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/meta-python/recipes-devtools/python/python-monotonic_1.2.bb b/meta-python/recipes-devtools/python/python-monotonic_1.2.bb
index 66183ef..e5c88b1 100644
--- a/meta-python/recipes-devtools/python/python-monotonic_1.2.bb
+++ b/meta-python/recipes-devtools/python/python-monotonic_1.2.bb
@@ -7,4 +7,4 @@ SRC_URI[sha256sum] = "c0e1ceca563ca6bb30b0fb047ee1002503ae6ad3585fc9c6af37a8f77e
inherit pypi setuptools
-RDEPENDS_${PN} += "${PYTHON_PN}-ctypes ${PYTHON_PN}-re"
+RDEPENDS_${PN} += "${PYTHON_PN}-ctypes ${PYTHON_PN}-io ${PYTHON_PN}-re ${PYTHON_PN}-threading"
--
2.7.4
^ permalink raw reply related [flat|nested] 2+ messages in thread
end of thread, other threads:[~2016-08-15 19:42 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-08-15 19:42 [meta-python][PATCH 1/2] python-monotonic: update to version 1.2 Derek Straka
2016-08-15 19:42 ` [meta-python][PATCH 2/2] python-monotonic: fix RDEPENDS for minimal python install Derek Straka
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox