* [meta-python][PATCH] python-sqlalchemy: update to version 1.1.5
@ 2017-02-08 23:04 Derek Straka
0 siblings, 0 replies; only message in thread
From: Derek Straka @ 2017-02-08 23:04 UTC (permalink / raw)
To: openembedded-devel
Signed-off-by: Derek Straka <derek@asterius.io>
---
meta-python/recipes-devtools/python/python-sqlalchemy.inc | 14 ++++++++++----
...thon-sqlalchemy_1.1.4.bb => python-sqlalchemy_1.1.5.bb} | 0
.../recipes-devtools/python/python3-sqlalchemy_1.1.4.bb | 2 --
.../recipes-devtools/python/python3-sqlalchemy_1.1.5.bb | 5 +++++
4 files changed, 15 insertions(+), 6 deletions(-)
rename meta-python/recipes-devtools/python/{python-sqlalchemy_1.1.4.bb => python-sqlalchemy_1.1.5.bb} (100%)
delete mode 100644 meta-python/recipes-devtools/python/python3-sqlalchemy_1.1.4.bb
create mode 100644 meta-python/recipes-devtools/python/python3-sqlalchemy_1.1.5.bb
diff --git a/meta-python/recipes-devtools/python/python-sqlalchemy.inc b/meta-python/recipes-devtools/python/python-sqlalchemy.inc
index 471c109..ec6433e 100644
--- a/meta-python/recipes-devtools/python/python-sqlalchemy.inc
+++ b/meta-python/recipes-devtools/python/python-sqlalchemy.inc
@@ -2,12 +2,18 @@ DESCRIPTION = "Python SQL toolkit and Object Relational Mapper that gives \
application developers the full power and flexibility of SQL"
HOMEPAGE = "http://www.sqlalchemy.org/"
LICENSE = "MIT"
-LIC_FILES_CHKSUM = "file://LICENSE;md5=d7dba1721bc8ce05d421f7279cb87971"
+LIC_FILES_CHKSUM = "file://LICENSE;md5=452f4b8adb0feba42e5be5f1fbfbf538"
PYPI_PACKAGE = "SQLAlchemy"
inherit pypi
-SRC_URI[md5sum] = "be5af1bebe595206b71b513a14836e4f"
-SRC_URI[sha256sum] = "701b57d628b9fa1cfb82f10665e7214d5d2db23251ca6f23b91c5f56fcdbdeb5"
+SRC_URI[md5sum] = "50685d97dca4b91945ae6309d03ab8c9"
+SRC_URI[sha256sum] = "68fb40049690e567ebda7b270176f5abf0d53d9fbd515fec4e43326f601119b6"
-RDEPENDS_${PN} += "${PYTHON_PN}-numbers"
+RDEPENDS_${PN} += " \
+ ${PYTHON_PN}-json \
+ ${PYTHON_PN}-pickle \
+ ${PYTHON_PN}-netclient \
+ ${PYTHON_PN}-numbers \
+ ${PYTHON_PN}-threading \
+"
diff --git a/meta-python/recipes-devtools/python/python-sqlalchemy_1.1.4.bb b/meta-python/recipes-devtools/python/python-sqlalchemy_1.1.5.bb
similarity index 100%
rename from meta-python/recipes-devtools/python/python-sqlalchemy_1.1.4.bb
rename to meta-python/recipes-devtools/python/python-sqlalchemy_1.1.5.bb
diff --git a/meta-python/recipes-devtools/python/python3-sqlalchemy_1.1.4.bb b/meta-python/recipes-devtools/python/python3-sqlalchemy_1.1.4.bb
deleted file mode 100644
index 86cf9ed..0000000
--- a/meta-python/recipes-devtools/python/python3-sqlalchemy_1.1.4.bb
+++ /dev/null
@@ -1,2 +0,0 @@
-inherit setuptools3
-require python-sqlalchemy.inc
diff --git a/meta-python/recipes-devtools/python/python3-sqlalchemy_1.1.5.bb b/meta-python/recipes-devtools/python/python3-sqlalchemy_1.1.5.bb
new file mode 100644
index 0000000..01f1e97
--- /dev/null
+++ b/meta-python/recipes-devtools/python/python3-sqlalchemy_1.1.5.bb
@@ -0,0 +1,5 @@
+inherit setuptools3
+require python-sqlalchemy.inc
+
+# Requires _pydecimal.py which is in misc
+RDEPENDS_${PN} += "${PYTHON_PN}-enum ${PYTHON_PN}-misc"
--
2.7.4
^ permalink raw reply related [flat|nested] only message in thread
only message in thread, other threads:[~2017-02-08 23:04 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2017-02-08 23:04 [meta-python][PATCH] python-sqlalchemy: update to version 1.1.5 Derek Straka
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox