diff options
author | Derek Straka <derek@asterius.io> | 2018-01-20 11:03:45 -0500 |
---|---|---|
committer | Armin Kuster <akuster808@gmail.com> | 2018-01-26 17:26:35 -0800 |
commit | 01d9efa7ed00e125269394d86d82fedf38a03529 (patch) | |
tree | 4878db4743b3fef1a115cc88081864a82590dec9 /meta-python/recipes-devtools/python | |
parent | 5daa30592b6bc32a3480de47b4873630be5899fd (diff) | |
download | meta-openembedded-01d9efa7ed00e125269394d86d82fedf38a03529.tar.gz |
python-alembic: update to version 0.9.7
Update RDEPENDS for mako
Update license checksum for copyright date updates
Signed-off-by: Derek Straka <derek@asterius.io>
Signed-off-by: Armin Kuster <akuster808@gmail.com>
Diffstat (limited to 'meta-python/recipes-devtools/python')
-rw-r--r-- | meta-python/recipes-devtools/python/python-alembic.inc | 10 | ||||
-rw-r--r-- | meta-python/recipes-devtools/python/python-alembic_0.9.7.bb (renamed from meta-python/recipes-devtools/python/python-alembic_0.9.6.bb) | 0 | ||||
-rw-r--r-- | meta-python/recipes-devtools/python/python3-alembic_0.9.7.bb (renamed from meta-python/recipes-devtools/python/python3-alembic_0.9.6.bb) | 0 |
3 files changed, 6 insertions, 4 deletions
diff --git a/meta-python/recipes-devtools/python/python-alembic.inc b/meta-python/recipes-devtools/python/python-alembic.inc index 2ca60231b..dfaf882c6 100644 --- a/meta-python/recipes-devtools/python/python-alembic.inc +++ b/meta-python/recipes-devtools/python/python-alembic.inc | |||
@@ -1,13 +1,15 @@ | |||
1 | DESCRIPTION = "A database migration tool for SQLAlchemy" | 1 | DESCRIPTION = "A database migration tool for SQLAlchemy" |
2 | LICENSE = "BSD" | 2 | LICENSE = "BSD" |
3 | LIC_FILES_CHKSUM = "file://LICENSE;md5=d07407716fd24408b5747b0fa2262775" | 3 | LIC_FILES_CHKSUM = "file://LICENSE;md5=c5f1361296835ff94bda73db7dd312a6" |
4 | 4 | ||
5 | SRC_URI[md5sum] = "fcb096bccc87c8770bd07a04606cb989" | 5 | SRC_URI[md5sum] = "3e82bbe325464fd542ab4cc44929c813" |
6 | SRC_URI[sha256sum] = "042851ebe9efa07be6dc1395b1793b6c1d8964a39b73a0ce1649e2bcd41ea732" | 6 | SRC_URI[sha256sum] = "46f4849c6dce69f54dd5001b3215b6a983dee6b17512efee10e237fa11f20cfa" |
7 | 7 | ||
8 | PYPI_PACKAGE = "alembic" | 8 | PYPI_PACKAGE = "alembic" |
9 | 9 | ||
10 | RDEPENDS_${PN} += "\ | 10 | RDEPENDS_${PN} += "\ |
11 | ${PYTHON_PN}-dateutil \ | ||
11 | ${PYTHON_PN}-editor \ | 12 | ${PYTHON_PN}-editor \ |
13 | ${PYTHON_PN}-mako \ | ||
12 | ${PYTHON_PN}-sqlalchemy \ | 14 | ${PYTHON_PN}-sqlalchemy \ |
13 | " | 15 | " |
diff --git a/meta-python/recipes-devtools/python/python-alembic_0.9.6.bb b/meta-python/recipes-devtools/python/python-alembic_0.9.7.bb index efcb2b1de..efcb2b1de 100644 --- a/meta-python/recipes-devtools/python/python-alembic_0.9.6.bb +++ b/meta-python/recipes-devtools/python/python-alembic_0.9.7.bb | |||
diff --git a/meta-python/recipes-devtools/python/python3-alembic_0.9.6.bb b/meta-python/recipes-devtools/python/python3-alembic_0.9.7.bb index e248fe7ce..e248fe7ce 100644 --- a/meta-python/recipes-devtools/python/python3-alembic_0.9.6.bb +++ b/meta-python/recipes-devtools/python/python3-alembic_0.9.7.bb | |||