summaryrefslogtreecommitdiffstats
path: root/meta-openstack/recipes-devtools/python
diff options
context:
space:
mode:
Diffstat (limited to 'meta-openstack/recipes-devtools/python')
-rw-r--r--meta-openstack/recipes-devtools/python/python-alembic_0.8.10.bb17
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 @@
1DESCRIPTION = "A database migration tool for SQLAlchemy."
2HOMEPAGE = "http://bitbucket.org/zzzeek/alembic"
3SECTION = "devel/python"
4LICENSE = "MIT"
5LIC_FILES_CHKSUM = "file://LICENSE;md5=d07407716fd24408b5747b0fa2262775"
6
7SRC_URI[md5sum] = "21b344a70ce637699c18bf074a080649"
8SRC_URI[sha256sum] = "0e3b50e96218283ec7443fb661199f5a81f5879f766967a8a2d25e8f9d4e7919"
9
10inherit setuptools pypi
11
12RDEPENDS_${PN} += " \
13 python-sqlalchemy \
14 python-mako \
15 python-python-editor \
16 "
17