diff options
Diffstat (limited to 'meta-openstack/recipes-devtools/python/python-sqlalchemy-migrate_0.11.0.bb')
| -rw-r--r-- | meta-openstack/recipes-devtools/python/python-sqlalchemy-migrate_0.11.0.bb | 27 |
1 files changed, 0 insertions, 27 deletions
diff --git a/meta-openstack/recipes-devtools/python/python-sqlalchemy-migrate_0.11.0.bb b/meta-openstack/recipes-devtools/python/python-sqlalchemy-migrate_0.11.0.bb deleted file mode 100644 index f66476f..0000000 --- a/meta-openstack/recipes-devtools/python/python-sqlalchemy-migrate_0.11.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] = "f68c75280270f2fb2824633ef8633628" | ||
| 10 | SRC_URI[sha256sum] = "e68af5e3e0561f629d4eb23d9d0ea77d2649747f2eff37fd29aece74615ca251" | ||
| 11 | |||
| 12 | inherit setuptools | ||
| 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 | |||
