diff options
Diffstat (limited to 'meta-openstack/recipes-devtools/python/python-sqlalchemy-migrate_0.13.0.bb')
| -rw-r--r-- | meta-openstack/recipes-devtools/python/python-sqlalchemy-migrate_0.13.0.bb | 27 |
1 files changed, 0 insertions, 27 deletions
diff --git a/meta-openstack/recipes-devtools/python/python-sqlalchemy-migrate_0.13.0.bb b/meta-openstack/recipes-devtools/python/python-sqlalchemy-migrate_0.13.0.bb deleted file mode 100644 index d99f638..0000000 --- a/meta-openstack/recipes-devtools/python/python-sqlalchemy-migrate_0.13.0.bb +++ /dev/null | |||
| @@ -1,27 +0,0 @@ | |||
| 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 | python-pbr-native \ | ||
| 17 | " | ||
| 18 | |||
| 19 | RDEPENDS_${PN} += " \ | ||
| 20 | python-pbr \ | ||
| 21 | python-sqlalchemy \ | ||
| 22 | python-decorator \ | ||
| 23 | python-six \ | ||
| 24 | python-sqlparse \ | ||
| 25 | python-tempita \ | ||
| 26 | " | ||
| 27 | |||
