diff options
-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 2ca60231b2..dfaf882c62 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 efcb2b1deb..efcb2b1deb 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 e248fe7ce9..e248fe7ce9 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 | |||