mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-07-26 19:47:17 +00:00
python[3]-alembic: new recipes
Signed-off-by: Bill Randle <bill.randle@gmail.com> Signed-off-by: Armin Kuster <akuster808@gmail.com>
This commit is contained in:
committed by
Armin Kuster
parent
947c8e0cc5
commit
b2a0661c4b
@@ -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 \
|
||||||
|
"
|
||||||
@@ -0,0 +1,2 @@
|
|||||||
|
inherit pypi setuptools
|
||||||
|
require python-alembic.inc
|
||||||
@@ -0,0 +1,2 @@
|
|||||||
|
inherit pypi setuptools3
|
||||||
|
require python-alembic.inc
|
||||||
Reference in New Issue
Block a user