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