From b2a0661c4b6e343ab8ae8db09ed7c2ee781e6107 Mon Sep 17 00:00:00 2001 From: Bill Randle Date: Thu, 7 Dec 2017 21:49:00 -0800 Subject: python[3]-alembic: new recipes Signed-off-by: Bill Randle Signed-off-by: Armin Kuster --- meta-python/recipes-devtools/python/python-alembic.inc | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 meta-python/recipes-devtools/python/python-alembic.inc (limited to 'meta-python/recipes-devtools/python/python-alembic.inc') diff --git a/meta-python/recipes-devtools/python/python-alembic.inc b/meta-python/recipes-devtools/python/python-alembic.inc new file mode 100644 index 0000000000..2ca60231b2 --- /dev/null +++ b/meta-python/recipes-devtools/python/python-alembic.inc @@ -0,0 +1,13 @@ +DESCRIPTION = "A database migration tool for SQLAlchemy" +LICENSE = "BSD" +LIC_FILES_CHKSUM = "file://LICENSE;md5=d07407716fd24408b5747b0fa2262775" + +SRC_URI[md5sum] = "fcb096bccc87c8770bd07a04606cb989" +SRC_URI[sha256sum] = "042851ebe9efa07be6dc1395b1793b6c1d8964a39b73a0ce1649e2bcd41ea732" + +PYPI_PACKAGE = "alembic" + +RDEPENDS_${PN} += "\ + ${PYTHON_PN}-editor \ + ${PYTHON_PN}-sqlalchemy \ + " -- cgit 1.2.3-korg