diff options
Diffstat (limited to 'meta-python/recipes-devtools/python/python3-alembic_1.16.1.bb')
-rw-r--r-- | meta-python/recipes-devtools/python/python3-alembic_1.16.1.bb | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/meta-python/recipes-devtools/python/python3-alembic_1.16.1.bb b/meta-python/recipes-devtools/python/python3-alembic_1.16.1.bb new file mode 100644 index 0000000000..415b147175 --- /dev/null +++ b/meta-python/recipes-devtools/python/python3-alembic_1.16.1.bb | |||
@@ -0,0 +1,17 @@ | |||
1 | DESCRIPTION = "A database migration tool for SQLAlchemy" | ||
2 | LICENSE = "MIT" | ||
3 | LIC_FILES_CHKSUM = "file://LICENSE;md5=d2ee18d90dcc02d96b76e9e953629936" | ||
4 | |||
5 | inherit pypi python_setuptools_build_meta | ||
6 | |||
7 | SRC_URI[sha256sum] = "43d37ba24b3d17bc1eb1024fe0f51cd1dc95aeb5464594a02c6bb9ca9864bfa4" | ||
8 | |||
9 | RDEPENDS:${PN} += "\ | ||
10 | python3-dateutil \ | ||
11 | python3-editor \ | ||
12 | python3-mako \ | ||
13 | python3-sqlalchemy \ | ||
14 | python3-misc \ | ||
15 | " | ||
16 | |||
17 | BBCLASSEXTEND = "native nativesdk" | ||