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