diff options
| author | Wang Mingyu <wangmy@cn.fujitsu.com> | 2020-07-21 13:58:11 +0800 |
|---|---|---|
| committer | Bruce Ashfield <bruce.ashfield@gmail.com> | 2020-07-24 13:12:13 -0400 |
| commit | ddfe1ab29a36032213eddeaa808aa1f05775a756 (patch) | |
| tree | 49d3837ee1bf56573179d85a43f442c3be524e90 /meta-openstack/recipes-devtools/python/python3-sqlalchemy-migrate_0.13.0.bb | |
| parent | 9e8f75966e5e0e9d7b399a571bdcad56a9ae1243 (diff) | |
| download | meta-cloud-services-ddfe1ab29a36032213eddeaa808aa1f05775a756.tar.gz | |
python3-sqlalchemy-migrate: Change python to python3
Signed-off-by: Wang Mingyu <wangmy@cn.fujitsu.com>
Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com>
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 | |||
