diff options
Diffstat (limited to 'meta-openstack/recipes-devtools/python/python3-sqlalchemy-migrate_0.13.0.bb')
| -rw-r--r-- | meta-openstack/recipes-devtools/python/python3-sqlalchemy-migrate_0.13.0.bb | 27 |
1 files changed, 27 insertions, 0 deletions
diff --git a/meta-openstack/recipes-devtools/python/python3-sqlalchemy-migrate_0.13.0.bb b/meta-openstack/recipes-devtools/python/python3-sqlalchemy-migrate_0.13.0.bb new file mode 100644 index 0000000..5142e13 --- /dev/null +++ b/meta-openstack/recipes-devtools/python/python3-sqlalchemy-migrate_0.13.0.bb | |||
| @@ -0,0 +1,27 @@ | |||
| 1 | DESCRIPTION = "Database schema migration for SQLAlchemy" | ||
| 2 | HOMEPAGE = "http://code.google.com/p/sqlalchemy-migrate/" | ||
| 3 | SECTION = "devel/python" | ||
| 4 | LICENSE = "MIT & Apache-2.0" | ||
| 5 | LIC_FILES_CHKSUM = "file://setup.py;beginline=32;endline=32;md5=d41d8cd98f00b204e9800998ecf8427e" | ||
| 6 | |||
| 7 | inherit pypi | ||
| 8 | |||
| 9 | SRC_URI[md5sum] = "86572c92ae84334907f5e3a2cecc92a6" | ||
| 10 | SRC_URI[sha256sum] = "0bc02e292a040ade5e35a01d3ea744119e1309cdddb704fdb99bac13236614f8" | ||
| 11 | |||
| 12 | inherit setuptools3 | ||
| 13 | |||
| 14 | # Satisfy setup.py 'setup_requires' | ||
| 15 | DEPENDS += " \ | ||
| 16 | python3-pbr-native \ | ||
| 17 | " | ||
| 18 | |||
| 19 | RDEPENDS_${PN} += " \ | ||
| 20 | python3-pbr \ | ||
| 21 | python3-sqlalchemy \ | ||
| 22 | python3-decorator \ | ||
| 23 | python3-six \ | ||
| 24 | python3-sqlparse \ | ||
| 25 | python3-tempita \ | ||
| 26 | " | ||
| 27 | |||
