aboutsummaryrefslogtreecommitdiffstats
path: root/meta-openstack/recipes-devtools/python/python-sqlalchemy-migrate_0.11.0.bb
blob: 715d2cd255c63fcf09b300f5ccfac31f62d12b08 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
DESCRIPTION = "Database schema migration for SQLAlchemy"
HOMEPAGE = "http://code.google.com/p/sqlalchemy-migrate/"
SECTION = "devel/python"
LICENSE = "MIT & Apache-2.0"
LIC_FILES_CHKSUM = "file://setup.py;beginline=32;endline=32;md5=d41d8cd98f00b204e9800998ecf8427e"

inherit pypi

SRC_URI[md5sum] = "f68c75280270f2fb2824633ef8633628"
SRC_URI[sha256sum] = "e68af5e3e0561f629d4eb23d9d0ea77d2649747f2eff37fd29aece74615ca251"

inherit setuptools

RDEPENDS_${PN} += " \
        python-pbr \
        python-sqlalchemy \
        python-decorator \
        python-six \
        python-sqlparse \
        python-tempita \
        "