diff options
| author | zangrc <zangrc.fnst@cn.fujitsu.com> | 2019-12-11 09:35:43 +0800 |
|---|---|---|
| committer | Bruce Ashfield <bruce.ashfield@gmail.com> | 2019-12-12 12:28:33 -0500 |
| commit | d588ed560d28f8a2690cef5c6e1e11eb0da093f5 (patch) | |
| tree | 85d7decb3f5588f3d086d9db0ef7b5a6a03791f2 /meta-openstack | |
| parent | 5c40d4e05ed61806ac52b2dcf5b105dd62d370d0 (diff) | |
| download | meta-cloud-services-d588ed560d28f8a2690cef5c6e1e11eb0da093f5.tar.gz | |
python-alembic: Remove the recipe
Because there are higher versions and python3 versions in meta-openembedded, Remove the recipe.
Signed-off-by: Zang Ruochen <zangrc.fnst@cn.fujitsu.com>
Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com>
Diffstat (limited to 'meta-openstack')
| -rw-r--r-- | meta-openstack/recipes-devtools/python/python-alembic_0.8.10.bb | 17 |
1 files changed, 0 insertions, 17 deletions
diff --git a/meta-openstack/recipes-devtools/python/python-alembic_0.8.10.bb b/meta-openstack/recipes-devtools/python/python-alembic_0.8.10.bb deleted file mode 100644 index 5a377d6..0000000 --- a/meta-openstack/recipes-devtools/python/python-alembic_0.8.10.bb +++ /dev/null | |||
| @@ -1,17 +0,0 @@ | |||
| 1 | DESCRIPTION = "A database migration tool for SQLAlchemy." | ||
| 2 | HOMEPAGE = "http://bitbucket.org/zzzeek/alembic" | ||
| 3 | SECTION = "devel/python" | ||
| 4 | LICENSE = "MIT" | ||
| 5 | LIC_FILES_CHKSUM = "file://LICENSE;md5=d07407716fd24408b5747b0fa2262775" | ||
| 6 | |||
| 7 | SRC_URI[md5sum] = "21b344a70ce637699c18bf074a080649" | ||
| 8 | SRC_URI[sha256sum] = "0e3b50e96218283ec7443fb661199f5a81f5879f766967a8a2d25e8f9d4e7919" | ||
| 9 | |||
| 10 | inherit setuptools pypi | ||
| 11 | |||
| 12 | RDEPENDS_${PN} += " \ | ||
| 13 | python-sqlalchemy \ | ||
| 14 | python-mako \ | ||
| 15 | python-python-editor \ | ||
| 16 | " | ||
| 17 | |||
