diff options
Diffstat (limited to 'meta-openstack/recipes-devtools/python/python-alembic_0.8.10.bb')
| -rw-r--r-- | meta-openstack/recipes-devtools/python/python-alembic_0.8.10.bb | 8 |
1 files changed, 1 insertions, 7 deletions
diff --git a/meta-openstack/recipes-devtools/python/python-alembic_0.8.10.bb b/meta-openstack/recipes-devtools/python/python-alembic_0.8.10.bb index 69fa495..5a377d6 100644 --- a/meta-openstack/recipes-devtools/python/python-alembic_0.8.10.bb +++ b/meta-openstack/recipes-devtools/python/python-alembic_0.8.10.bb | |||
| @@ -4,16 +4,10 @@ SECTION = "devel/python" | |||
| 4 | LICENSE = "MIT" | 4 | LICENSE = "MIT" |
| 5 | LIC_FILES_CHKSUM = "file://LICENSE;md5=d07407716fd24408b5747b0fa2262775" | 5 | LIC_FILES_CHKSUM = "file://LICENSE;md5=d07407716fd24408b5747b0fa2262775" |
| 6 | 6 | ||
| 7 | SRCNAME = "alembic" | ||
| 8 | |||
| 9 | SRC_URI = "https://pypi.io/packages/source/a/${SRCNAME}/${SRCNAME}-${PV}.tar.gz" | ||
| 10 | |||
| 11 | SRC_URI[md5sum] = "21b344a70ce637699c18bf074a080649" | 7 | SRC_URI[md5sum] = "21b344a70ce637699c18bf074a080649" |
| 12 | SRC_URI[sha256sum] = "0e3b50e96218283ec7443fb661199f5a81f5879f766967a8a2d25e8f9d4e7919" | 8 | SRC_URI[sha256sum] = "0e3b50e96218283ec7443fb661199f5a81f5879f766967a8a2d25e8f9d4e7919" |
| 13 | 9 | ||
| 14 | S = "${WORKDIR}/${SRCNAME}-${PV}" | 10 | inherit setuptools pypi |
| 15 | |||
| 16 | inherit setuptools | ||
| 17 | 11 | ||
| 18 | RDEPENDS_${PN} += " \ | 12 | RDEPENDS_${PN} += " \ |
| 19 | python-sqlalchemy \ | 13 | python-sqlalchemy \ |
